|
|
|
 |
Posted 2004-06-03, 01:40 PM
in reply to Fledge193's post starting "well put it this way:
I want to have..."
|
 |
 |
 |
Fledge193 said:
well put it this way:
I want to have you go to a guy....select buy from the guy....then it will go to a screen
That sceen will show, let's say, a shield (picture). It will have a button that says buy
left and right.......select left/right it will go to next/previous shield/weapon and buy...adds the item and takes away that much gold....like that....when you press ESC it will exit......is that possible?
The code you showed me MIGHT work...i'll have to try it out later
|
Well, the code itself won't work directly - it's pseudocode, which isn't real code (just set up like it). The general setup is there though, where it branches and such.
But if you want left/right buttons displayed on-screen, you can just add another static picture with << and >> arrows on it. Heck, you can even the ESC to quit, ENTER to buy commands on there as well. Basically, dress it up however you want - the real issue is the picture that changes, which should be controlled with a variable that gets +1 or -1 to it, depending on the direction chosen.
And I just got up at 3:00 PM here. I should really get to bed eariler..
|
 |
 |
 |
|
|
|
|
|
|
|