Creating retry button (Re-enter same scene) Storyboard

I’m trying to create a retry button.

I have a retry image, its given an event listener and inside the function I’ve told it to storyboard.gotoScene(“level1”)

No such luck

What gives, and whats the proper way of creating a retry button? [import]uid: 166198 topic_id: 29673 reply_id: 329673[/import]

Well, I guess any way that works can be considered proper :open_mouth:

A somewhat cheesy way I used once was I had a ‘loader’ scene which really just had storyboard stuff and a single line of code that redirected me back to my scene. So retry button would be like storyboard.gotoScene(“loader”) and then in my loader scene storyboard.gotoScene(“level1”). [import]uid: 147305 topic_id: 29673 reply_id: 119123[/import]

Ok, but how does this work out with Physics? [import]uid: 166198 topic_id: 29673 reply_id: 120072[/import]

Ok, but how does this work out with Physics? [import]uid: 166198 topic_id: 29673 reply_id: 120072[/import]