Guest_imported
New member
- Jan 1, 1970
- 0
greetings:
does anybody know why the following Lingo works for looping vidoes but not for a Flash SWF?
should it work for looping SWF?
on exitFrame
if sprite (1).movieRate = 1 then
go to "marker"
else
go to frame 1 (returns to gui)
end if
end
is there an alernative for looping SWF instead of hammering out many frames to layout the entire SWF movie?
many thank yous.
mb.
does anybody know why the following Lingo works for looping vidoes but not for a Flash SWF?
should it work for looping SWF?
on exitFrame
if sprite (1).movieRate = 1 then
go to "marker"
else
go to frame 1 (returns to gui)
end if
end
is there an alernative for looping SWF instead of hammering out many frames to layout the entire SWF movie?
many thank yous.
mb.