A Flash Developer Resource Site

Search:

Type: Posts; User: tonaz79

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    15,414

    Hi Swak, that only returns 1, 100, 1, 100, 1...

    Hi Swak, that only returns 1, 100, 1, 100, 1 ...and so on.
    Not the numbers between.
    I might be not clear indeed.
    I need a variable that returns "1,2,3,4,5,6,7,8,9...37..68...99,100 AND GO DOWN...
  2. Replies
    11
    Views
    15,414

    [LITTLE HELP] Create an "up-down" variable

    Hello everybody!
    I need a variable to go up from 1 to 100, once at 100 go down back to 1, and so on, up and down.
    What is the best and easiest way to do it?

    Thanks a lot!
  3. Replies
    3
    Views
    5,111

    ypeError: Error #1009: Cannot access a property...

    ypeError: Error #1009: Cannot access a property or method of a null object reference. at DROP/frame10()
  4. Replies
    3
    Views
    5,111

    Little help with addChild

    Hello everybody!
    I am trying to make a rain effect (kind of), and i don't know how to set the drops quantity based on a variable.
    This is the code i did so far:

    ...
  5. Replies
    6
    Views
    3,906

    hey thanks so much. it works indeed, but i got an...

    hey thanks so much. it works indeed, but i got an error in the output window.

    "TypeError: Error #1009: Impossibile accedere a una proprietÃ* o a un metodo di un riferimento oggetto null."

    it is...
  6. Replies
    6
    Views
    3,906

    im afraid the second

    im afraid the second
  7. Replies
    6
    Views
    3,906

    ok i managed to make it work with an array: ...

    ok i managed to make it work with an array:

    droplet[i] = new drop();
    droplet[i].x = Math.random() * stage.stageWidth;
    droplet[i].y = Math.random() * stage.stageHeight;
    addChild(droplet[i]);...
  8. Replies
    6
    Views
    3,906

    Little help for a newbie

    Hello everybody!

    I need to load 100 instances of the same clip, everyone in a random position.
    This script does not seem to work:



    import flash.display.MovieClip;
    var droplet: drop = new...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center