Chaos Project

RPG Maker => Event Systems => Event System Troubleshooting => Topic started by: Hadeki on August 03, 2010, 10:54:34 pm

Title: Show Pictures for Yes/No Choices - RESOLVED!
Post by: Hadeki on August 03, 2010, 10:54:34 pm
Okay, well... I want to display a picture for "Yes" and a different picture for "No" when selecting a choice in RPG Maker XP.
So far I have a parallel common event activated by a switch that changes the picture when the player presses the down arrow key (which works perfectly). I just can't seem to make the up arrow key work...

Spoiler: ShowHide
(http://img691.imageshack.us/img691/4838/choiced.png)


So when the yes choice is selected, then the switch "YES" in on; and when the no choice is selected, then the switch "NO" is on.
So when "Yes" is selected and the player presses down, then the "YES" switch turns off and the "NO" switch turns on (and then "No" is selected). Does that make sense? So I can make it work when the player presses down (no matter which choice is selected), but not when the player presses up.
Title: Re: Show Pictures for Yes/No Choices
Post by: nathmatt on August 04, 2010, 03:30:59 am
Y don't you just use the conditions if input up and if input down ?
Title: Re: Show Pictures for Yes/No Choices
Post by: Hadeki on August 04, 2010, 05:12:38 am
Like a conditional branch based on a script? I don't exactly know how to do that...

EDIT: Oooooooooooooooh... I just figured it out. Thank you, nathmatt.
Title: Re: Show Pictures for Yes/No Choices - RESOLVED!
Post by: Blizzard on August 04, 2010, 06:24:48 am
Please don't doublepost. Use the Modify button instead.