Discussion:
automatico loop
(too old to reply)
Leonardo
2009-01-07 13:06:42 UTC
Permalink
Hi to all,

I have a jpg that contained a lots of different images; I would like to
make a SWF that loop automatically the jpg infinite time; could anyone
help me ?

Thanks for your time,


Leonardo
me
2009-01-16 10:58:57 UTC
Permalink
Hi,

One possible solution:

Add a new layer

Put in the last frame of that layer (the last frame position as your movie)
Press F9 (open Action panel)

Type GotoAndPlay(1);

Now, when your movie reaches the last frame, the ActionScript will restart
from frame 1 - so it will loop infinitively.

Best wishes,

Maresolaris
Post by Leonardo
Hi to all,
I have a jpg that contained a lots of different images; I would like to
make a SWF that loop automatically the jpg infinite time; could anyone
help me ?
Thanks for your time,
Leonardo
Loading...