Hi...

What about changing the location of that sprite whenever you want???
(I've been doing my shell programming homework all night, so I cannot 
remember any Director syntax...) :(
1. sprite(1).locH = -1000
   sprite(1).locV = -1000
2. whenever you want to put that sprite on stage...
   sprite(1).locH = 100
   sprite(1).locV = 100
   updateStage
3. put it back to somewhere off stage when you don't need...
4. maybe you can use rect rather than locH and locV...

HTH

Jason


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.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