A Flash Developer Resource Site

Search:

Type: Posts; User: jkell

Search: Search took 0.02 seconds.

  1. if you copy and paste this code, it will work. ...

    if you copy and paste this code, it will work.

    I am handling the balloon animations with enter_frame, so it looks a little jerky-


    var balloons:Array = new Array("red2", "re_wo", "red_we",...
  2. The "i" in the for loop is just a variable. You...

    The "i" in the for loop is just a variable. You could name it whatever you want, but it is standard practice to use "i".

    In as3 you would need to define the variable inside the for loop like this:...
  3. I just looked over the code you have posted and...

    I just looked over the code you have posted and It looks like you are duplicating your variable names. You are also coding with AS2. I am more familiar in AS3. I would have to play around with the...
  4. You will want to look into using an Array. 1)...

    You will want to look into using an Array.
    1) Make an Array
    2) Randomize
    3) Use Array instead of MC code

    1) An Array is an object that can hold multiple other objects.
    var myArray:Array =...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center