LINGO script help -BASIC
LINGO script help -BASIC
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- juhls0
Use something like:
on enterFrame (or exitFrame)
pause
endor
on exitFrame
go to "end" (name your marker the same thing)
endIf you want to loop over one frame:
on exitFrame me
_movie.go(_movie.frame)
endBy the way, everyone knows Director isn't an industry standard (depending on your city). Doesn't mean people don't use it, and don't need help using it.