Help - Search - Members - Calendar
Full Version: iPod Music player
RPG RPG Revolution Forums > Scripting > Event Emporium > Eventing Tutorials
Alt_Jack
Finally, a way to change the music. You can also upload your own, just like pictures and characters (didn't know that? Now you do)

Create an item, call it "music player" (or whatever).
Create a common event (which the menu-only, non-consumable, item that doesn't target/effect anyone calls up)
Create a variable called "music", then put in:
QUOTE
text: select song number - Current track: \v[x] (x is the music variable's number. It doesn't tell you the track name, just the # )
variable music = 0 (this resets the variable, which is probably unnecessary, but I like to do it anyways and it won't change the song)
input variable-music 1 digit (unless there's more)


If you have a script that allows you to link common events to menu options (I have one that does that, which is neat), you can just link the common event to that.
Pharonix
This is pretty cool, I doubt it will be much use to me but you could even take this further
and make a Song player that can play songs that you 'unlocked' since it uses events, you can throw in a conditional branch saying, if switch track is on allow song change else show error message.
Alt_Jack
If I didn't know better, I'd say that you're trying to one-up me... confused.gif
Besides, I typically tend to leave out anything obvious or superflous. Jan Ken RPS is a prime example of this.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.