View Single Post
  #7  
Old 06-09-2001, 02:22 AM
Geovanie Legend Geovanie Legend is offline
Graunch Programmer
Geovanie Legend's Avatar
Join Date: May 2001
Location: Missouri
Posts: 931
Geovanie Legend is an unknown quantity at this point
Send a message via ICQ to Geovanie Legend Send a message via AIM to Geovanie Legend Send a message via MSN to Geovanie Legend Send a message via Yahoo to Geovanie Legend
Ok i tried...
if (playery=>6&&keydown(5)) {
playerdir=0;
playery=playery-0.5;
}
but it still don't work.. what it's suppose to be doing is move the player up by 0.5 notches every time they press S
Reply With Quote