Lingo Dictionary > L-N > loop (keyword) |
![]() ![]() ![]() |
loop (keyword)
Syntax
loop
Description
Keyword; refers to the marker. The loop
keyword with the go to
command is equivalent to the statement go to the marker
.
Example
This handler loops the movie between the previous marker and the current frame:
on exitFrame go loop end exitFrame
![]() ![]() ![]() |