At 11:21 -0500 02/24/2002, Douglas Seib wrote:

>my main navigation uses this simple behavior:
>
>on mouseDown
>   go to "link"
>end
>
>I'm hoping to find out how to have it go back to main page on second click -
>simply put, click once brings you to marker "link", click again brings you
>back to marker "home".

If that's all you want to do there's a global-free solution. Look up 
'play' and 'play done'.

As in:

   on mouseUp
     play "link"
   end

HTH!

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to