Hi... :)

What about something like this in lingo???

on StartMovie
  global theFlag
  theFlag = 1
end

on mouseDown me
  global theFlag
  if theFlag = 1 then
    theFlag = 2
    go to "link"
  else
    theFlag = 1
    go to "home"
  end if
end

something like that with proper marker setup should work...

HTH

Jason

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

[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