thnax for the help...but  hw do i get the sprite to move along incrementally
like super mario moves along the page.....

thanx
jon


-----Original Message-----
From: Rees, Jonathan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 7:56 PM
To: [EMAIL PROTECTED]
Subject: RE: <lingo-l> cursor movement


Hello Jon

For example :
for the left movement :

  if keyPressed(123) then
         sprite(me.spritenum).loch = sprite(me.spritenum).loch -5
  end if
else
  if ..........................and so on

----------------------------------------------------------------------------
--
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Jon Paul Alongi
Sent: 29 November 2000 19:06
To: '[EMAIL PROTECTED]'
Subject: <lingo-l> cursor movement


how can i use the arrow keys...
to move a charecter around the screen

ie. a man walking...

thanx
jon

[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!]



[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!]


[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