Is it technically possible to goto the same scene from the one you’re in? I’ve set up a quick prototype and I’m not having any success with it.
I ask because I’m working on a game that uses many screens worth of map and I’m looking to simplify my set up. My original solution was to have a bunch of storyboard scenes that the player could transition to and from (like 100+, yeow!).
This works for a “fixed” world but I’ve realized I want a programmatic solution so that each player’s experience is unique.
If it’s not possible to goto the same scene that you’re currently in, maybe I should develop a solution that “flip flops” back and forth from one scene to another and programmatically updates the play area of each scene accordingly?
Thanks for any advice anyone has [import]uid: 105707 topic_id: 32900 reply_id: 332900[/import]