LINGO script help -BASIC

Out of context: Reply #5

  • Started
  • Last post
  • 13 Responses
  • juhls0

    Use something like:

    on enterFrame (or exitFrame)
    pause
    end

    or

    on exitFrame
    go to "end" (name your marker the same thing)
    end

    If you want to loop over one frame:

    on exitFrame me
    _movie.go(_movie.frame)
    end

    By 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.

    • ^
      nevermind
      juhls
    • It is actually still used where I live. Plus, I like scripting in it more than in Flash. (but I use Flash, obviously).juhls
    • Thanks jaline! :Dbenfal99

View thread