i have this script which should make a sprite move horizontally within
a stage going back tand forth atleast once without a mouse event but
i get a error message could same one help me
this is done in a behaviour script
On moveMe me
new location = sprite(1).loch
repeact with i = 1 to 400
new location = new location + 1
sprite(1).loch = new location
updatstage
end repeat
else
repeact with i = 1 to 400
new location = new location -1
sprite(1).loch = new location
updatstage
end repeat
in the movie script on startmovie handler
i have this send sprite command
[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!]