Rewind?
tyler.vankanan@gmail.com
Member Posts: 16
I was wanting to create a rewind feature for one of my apps and I was wondering what the easiest way to setup a rewind button. IE maybe 10 seconds back? or even funner would be rewind that you could stop when you would like?
Any ideas are much appreciated!
Thank you for your help,
Let me know if you need any clarification.
Any ideas are much appreciated!
Thank you for your help,
Let me know if you need any clarification.
Comments
Check this out, too: http://forums.gamesalad.com/discussion/44291/fun-with-writeable-tables-rewind-system-project-file.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Im not sure if it is record the coordinates properly? I feel like it is not saving them correctly or possibly not populating them correctly. I copied the project file directly and still having issues it seems very close, I am just missing a step or two.
Try putting your move behaviour in a rule that says if the rewinding attribute is false.
Thank you!
In your rewind button:
When touch is pressed-
Change attribute rewind to true (and not to 1)
Otherwise-
Change attribute rewind to false (and not 0)
Next, in your player:
In your "Memory" rule you have when SceneStart is true, to that add also when rewind is false.
And voila!