A simple classic undo/redo pattern to allow the user to "rollback" to the point where he started a "what-if" sequence.
Logged In: YES user_id=1386734 Originator: NO
This could be nicely implemented by changing the colour of your lines when you embark on a possible route. At any point you could:
-Commit (make all links of current colour black) -Rollback (remove all links of current colour) -Branch (Start a new branch in a new colour)
This would really help with some of the larger puzzles where the user currently has to use save and load to implement undoing.
Log in to post a comment.
Logged In: YES
user_id=1386734
Originator: NO
This could be nicely implemented by changing the colour of your lines when you embark on a possible route. At any point you could:
-Commit (make all links of current colour black)
-Rollback (remove all links of current colour)
-Branch (Start a new branch in a new colour)
This would really help with some of the larger puzzles where the user currently has to use save and load to implement undoing.