Hi All,
I am setting a loop with just hard coded values 1 to 10, but it is going infinite.
I am using version 95.
am I missing something?
Thanks,
Shailesh
<img src="http://dl.dropbox.com/u/39303194/C2_loop.jpg" border="0" />
Oops..sorry
I completely forgot that the events will continue run from Top to Bottom and not execute one time (will take some time to come out of Flash action scripting).
The issue is resolved.
if you want it to execute one time, use 'on start of layout'.
Develop games in your browser. Powerful, performant & highly capable.
Thanks! it helped.