The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => Topic started by: J.D. Slasha on November 29, 2011, 06:50:19 AM

Title: [XP] [SOLVED] Adding an Arrow Graphic to choices!
Post by: J.D. Slasha on November 29, 2011, 06:50:19 AM
Hey everyone, I have a possible eventing issue that I am hoping someone may be able to help me out with . . .

Basically, within my project I have a difficulty selection screen that pops out when you start a new game:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fbb.xieke.com%2Ffiles%2FDifficulty%2520Screen0.png&hash=00370723951ab620dfdb7f9eb16cb1547a4bd288)

Now this is all fine and dandy and it actually works because I am using a script that utilizes these in game events:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fbb.xieke.com%2Ffiles%2F1%2Fevents.png&hash=81b9fe158b87f5eb0e4d39f528e70ab6f152d46b)

What I would love however is to be able to attach this graphic:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fbb.xieke.com%2Ffiles%2F2%2Farrow.png&hash=8d28acadfad0074ae80fd6dba63ca8e1f07fb675)

to the left of the choices in the difficulty selection screen so that it looks something like this:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fbb.xieke.com%2Ffiles%2FDifficulty%2520Screen.png&hash=f534aaae5ac5791d249e30d062f3ac4d091cec5f)

and is able to move up and down alongside the choices. How would I do this? I am confused and would love some assistance! Thank you in advance for any help . . .
Title: Re: Getting an Arrow Graphic to Appear Alongside Choices?
Post by: Acolyte on November 30, 2011, 02:14:24 AM
You could take out the text choices and make it all image based.  Here's  (http://www.rmxp.tigerseye.uk.com/tutorial_aevent8.shtml) a tutorial. With this, you could use those nifty little icons and descriptions instead if you wanted.
Title: Re: Getting an Arrow Graphic to Appear Alongside Choices?
Post by: J.D. Slasha on November 30, 2011, 06:24:34 AM
Hey that's a good idea. I actually got someone to script it this morning, but I'm going to bookmark that link nonetheless! thank you for your help!