In reply to: Battle System Question -- Aminaga 12:48:28 09-11-2005
Well.. Posted by: William 15:12:52 09-11-2005 |
Thats called cursor (based). Small example:
Cursor!=0
Wait(button$)
if(button$="UP"){Cursor!=Cursor!-1}
if(button$="Down"){Cursor!=Cursor!+1}
if(cursor!=1){setimage(blabla..)}
Ohh sorry, I dont have more time to finish it, gotta go. Hope Xorlak explains more.. sorry