I noticed as I was testing out my app that if I beat up to level 20 (for example) & then for fun want to retry level 3 it locks all the levels till level 3 & all my progress I did to unlock all the levels to level 20 is gone. How would I fix this problem?
That's the video I followed
Comments
I know the problem is the save attribute I believe
bump
What attribute do you use to unlock the levels? Check what happens in your rules to that attribute when you launch a level. That's where your answer will be.
Please don't continually bump a thread.
http://forums.gamesalad.com/discussion/66768/forum-faq#lackofresponses
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
@tatiang I didnt... .-. & @pHghost
That's where everything gets unlocked. Hope this helps. I have my save attribute in that rule. I'm really not sure where to move it to
game.currentlevel +1
& I have my save attributes right under that
bump?
Well, the problem is there, nice and clearly visible.
You need to add another condition except for game.Game_Win = 1, that will change game.Unlock_Level only if it is smaller or equal to game.Current_Level
@phghsot nvm sorry ! I didnt read it right! Worked like a charm! thanks bro ! youre a life saver !