Hi,

If I wanted to keep track of the previous screen,


my movie script reads:

global gPreviousScreen
on StartMovie
set gPrevious = 0
end StartMovie



my sprite script ( which is a left arrow button) reads:

on mousedown
global gPreviousScreen
CurrScreen = sprite(6) -gPreviousScreen
sprite(6) =CurrScreen
updatestage
end


Is this the way to keep track?


Thanks for your help!










_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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