Hello! I did a little searching here and at google's but didn't find a solution.
I have a "check point" layout that is responsible for redirecting the user to a level (retry or next). But I would like to use this same layout to any finished level. For this I keep record of the current level. The thing here is that I see only these options available as "actions": Go to previous/next layout, Go to layout (by name), Restart layout and Goto layout "specific layout". Is there any way to go to a layout by its index number?
As I am writing this I am thinking about making a translate table between a number and a text. What do you think? How do you do this kind of thing?
Thanks!