Mystic Software Forums
Miscellaneous => Archives => Archive => Topic started by: DarkElite on November 02, 2003, 12:02:05 PM
-
im tryin to make a start up program like DA2's (w/o the images of his crap and stuff) but when i tried to make it so when u press up the cursor will go up, down will go down, space to accept, that stuff it would work! if anyone can make me the program with the options of (in the order) Continue, New Game, Help,Quit, it would be greatly appriciated! Very Happy
-
sweet! i got it to work! Very Happy but there is one problem....i want the program to have the "exept button as "space"....but it wont do any thing.....what would i use
#If (press$="SPACE")
#If (press$="_") *****the "_" is just the space bar pressed
or another thing??
help!
-
Hmm. I don't get it completely, but... It thought "SPACE" is the thing for space... You should ask Xorlak or anyone knowing the interial variables...
(maybe if space is confirm button it's "CONFIRM" or smth, never tried it out)
Second my interpreation of what you just said Wink is that you want to make player press any button except space or smth...? It's ~= (does not equal) instead of = (equals) but I bet that's not what youy wanted. Smile
-
Just search for the ASCII keys for the keyboard.