hi,
I’m new to flash and i am having trouble with learning actionscript so far.
The current project I’m working on requires me to loop a motion tween that i have. I have looked around for the answers but haven’t found what’s wrong. If I don’t loop the tween then the movie jus stops and starts over again. The tween starts at frame 140 and ends at frame 150 and i would like the tween to be repeated until frame 300.
Can anyone explain to me the problem that i have in my script:
for(var inspired:int=140;i<300;i++)
{
trace(inspired);
}