A Flash Developer Resource Site

Search:

Type: Posts; User: Jephz

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    402

    I guess its true you learn something new...

    I guess its true you learn something new everyday. Thank you so much, I'm making progress again!
  2. Replies
    2
    Views
    402

    Cannot Call Same Function Twice (or more)

    Hey everyone, I don't know if I'm coding things wrong or if this is just a flash bug because I can't call the same function more then once in a switch statement.

    The function itself is coded to...
  3. Replies
    1
    Views
    555

    [CS4]How to dynamically track a array?

    ey guys, need some help on my code here. I'm trying to dynamically create buttons that will change accordingly to the matching array vars. So far, the only part that isn't working is the mouse down...
  4. Replies
    1
    Views
    1,129

    [AS2] Turn-Based Enemy Ai

    Hey guys, its been awhile. I would like to ask for some help regarding simplifying my code here.
    I'm currently programming a turn-based game, and am trying to get into a more intermediate level of...
  5. Replies
    6
    Views
    694

    What I mean is, Out of the 5 variables in the...

    What I mean is,

    Out of the 5 variables in the array, I would like flash to randomly pick out a number from only 3 of them. In this case, from the set "B , C , D".
  6. Replies
    6
    Views
    694

    Randomizing a set of numbers?

    Hi guys, I have a question regarding random numbers. How would you randomize a specific set of values in a array? For example:



    testArray[A , B , C , D , E]


    I would like to Flash to only...
  7. Replies
    2
    Views
    727

    Flash8 Easy. Just set a Dynamic Text Box to show that...

    Easy. Just set a Dynamic Text Box to show that variable.
  8. Replies
    8
    Views
    2,382

    Exactly, its how everything unveils and blends...

    Exactly, its how everything unveils and blends into something. Story, as I recall is one of the most IMPORTANT aspect of a role-playing game.
  9. Replies
    8
    Views
    2,382

    I have to admit, graphic-wise this game seems...

    I have to admit, graphic-wise this game seems very attractive but your gameplay lacks design, uniqueness, and mobility. You're walking, for instance seems very choppy. Even for a tile based game,...
  10. Replies
    0
    Views
    946

    [AS2]How woudl you code a status engine?

    This is a AS2 question...

    Hey guys,

    I'm programming a turn-based battle engine for a upcoming RPG, and I'm stumped on the Status (such as Poisoned, Stunned, Cursed, etc.).

    I have a basic but...
  11. Replies
    10
    Views
    2,557

    Dude, learn the basics first. If you're not...

    Dude, learn the basics first. If you're not familiar with arrays, its going to be very hard to pull this off.

    PS: And the AI isn't that simple either.
  12. Thread: [BETA] Survivor

    by Jephz
    Replies
    7
    Views
    2,535

    Honestly, the art isn't that good. The coding...

    Honestly, the art isn't that good. The coding could use a bit more work, maybe add a upgrade system (special abilities, speed, acceleration, etc.) or enemies (cave bats, slime, etc.).
  13. Replies
    5
    Views
    2,814

    Newgrounds: Although 75% is full of user-made...

    Newgrounds:

    Although 75% is full of user-made crap, the 25% is what makes newgrounds the best FREE user-submitted website. Its practically youtube, only with flash.
  14. Replies
    13
    Views
    2,118

    Oh...I'm sorry I didn't know. I will remove some...

    Oh...I'm sorry I didn't know. I will remove some right away.
  15. Replies
    13
    Views
    2,118

    Ah I got it working. As you said, scoping issue....

    Ah I got it working. As you said, scoping issue. Everything works out great, thanks for all your help ;). I learn something new everyday, and currently getting into OOP (very interesting, works great...
  16. Replies
    13
    Views
    2,118

    Dunno why, but that doesn't work.

    Dunno why, but that doesn't work.
  17. Replies
    14
    Views
    1,427

    Happy Brithday man. PS: I kinda hope you get...

    Happy Brithday man.

    PS: I kinda hope you get drunk from all that "cake", then post some hilarious topic here.
  18. Replies
    13
    Views
    2,118

    Hehe, yea I'm going to redo my sig. And I got it...

    Hehe, yea I'm going to redo my sig. And I got it working, but don't know if this is the best way to do it.



    contain = function (arrayData) {
    for (i=spliceVar; i<arrayData.length; i++) {...
  19. Replies
    5
    Views
    3,235

    Use one var to change which monster you're...

    Use one var to change which monster you're fighting. For example:



    function fightMonster1(monsterShell);
    {
    playerHP -= monster1Attack - playerDefense;
    monster1HP -= playerAttack -...
  20. Replies
    13
    Views
    2,118

    I know, but I don't know how to code it so it'll...

    I know, but I don't know how to code it so it'll check for the slots constantly.
  21. Replies
    13
    Views
    2,118

    [AS2]Stupid array problem.

    Hey, me again. First, I'm sorry if I'm asking too many question but once I get over this "phase" of my engine, it'll be all cool.

    I have a array, which can adds "different values" from it. Heres...
  22. Replies
    5
    Views
    1,231

    My point was to add some sort of force...

    My point was to add some sort of force constraining you. Even on the Moon, astronauts don't walk the same as they walk on earth.
  23. Replies
    11
    Views
    2,130

    Its great for a first try, but it was a little...

    Its great for a first try, but it was a little laggy for me, a "Options" panel would be great.
  24. Replies
    7
    Views
    1,561

    Thank you Pazil, I will try that. Meanwhile, if...

    Thank you Pazil, I will try that. Meanwhile, if anyone else has any bright ideas, please tell me!
  25. Replies
    7
    Views
    1,561

    Can this be done in a better way?

    Jephz here. I would like to know if there is a better way to code this other then a million if statements.

    For exameple:



    if(_root.poisoned == true) {
    //do stuff
    }
    if(_root.stunned ==...
Results 1 to 25 of 43
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center