I need help on telling a frame script where to place sprite(41)

I have 6 rooms in my movie, all with 2 doorws in each

For example on door 1 in the first room I will attatch a script :

on enterframe me
if sprite 41 intersects sprite(me.spriteunm) then
go to "room02"
TELL NEXT ROOM WHERE TO PUT SPRITE(41) HERE
end if
end

on the frame script of each room Iwill have :

on enterframe me
sprite(41).point=point"GET IT FROM PREVIOUS DOOR"
end

Can anybody help me with the correct syntax please ??

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


[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