thanks jason and buzz, just what i was looking for..... thanks again...
D on 2/24/02 5:25 PM, Jason Je at [EMAIL PROTECTED] wrote: > 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!] [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!]
