Everyone's played Megaman or some variant, right?
So how would I event the megaman-style selection screen? Where there's 8 items to choose from around a circle ala The Brady Bunch and by pressing the direction pad you change your selection, and use action button to select.
Right now I've got the choosing part solid - I can go through the options like a pro. Looks pretty nice too. The issue is coming from the actual get-to-the-place-you-selected selection process.
Each directional icon is set to Player Touch, and as you touch it it transports you to an event on whichever side. The event you land on isn't supposed to do anything except direct you to the stage of your choice at the press of the action button; however, it doesn't. I've tried player touch with a conditional branch (If Button C is pressed, then: Transport), but no dice; I've tried just plain old action button, and yes I did try autorun and parallel process (that one worked! But only for one stage. No matter where I was. XD)
Any ideas?
So how would I event the megaman-style selection screen? Where there's 8 items to choose from around a circle ala The Brady Bunch and by pressing the direction pad you change your selection, and use action button to select.
Right now I've got the choosing part solid - I can go through the options like a pro. Looks pretty nice too. The issue is coming from the actual get-to-the-place-you-selected selection process.
Each directional icon is set to Player Touch, and as you touch it it transports you to an event on whichever side. The event you land on isn't supposed to do anything except direct you to the stage of your choice at the press of the action button; however, it doesn't. I've tried player touch with a conditional branch (If Button C is pressed, then: Transport), but no dice; I've tried just plain old action button, and yes I did try autorun and parallel process (that one worked! But only for one stage. No matter where I was. XD)
Any ideas?