hi i need help!!
ive got an object that moves on the cursors
(left,right,etc)and when this object interects with
the other it has to loose a live as (im making a
2player game). it doesnt work. But when i use the drag
function to intersect this object it works.

my script looks like this:

on mouseup me (this works with the drag function)
  if sprite 2 intersects 14 then
  glives= 2
  end if 
end 

on exitframe
  put glives in to member "lives"
end

 what handler would i need to make the keys work on
the interaction (i have the object attach to the
script(on keypressed (124)..)
 Also what other fuctions on the keyboard are best to
operate with and whats the scripts like?
any tips or suggestions would be fab as i cant get my
head around it.
thanks

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

[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