I don't have the code handy right now, I've got the beginnings of a world map system, using a series of images, but the main part I'm interested in is basically:
Obviously $scene = scene_map.new takes me back to the map that the world map was called from, which is fine if all I'm doing is looking at the world map then leaving, but not really what I'm looking for.
Code:
if this key is pressed
if this location is highlighted
move player to specific map
Obviously $scene = scene_map.new takes me back to the map that the world map was called from, which is fine if all I'm doing is looking at the world map then leaving, but not really what I'm looking for.