Stage Clear
Shpint
Member Posts: 404
Hi all,
How can I show that a player has passed this stage/scene? like mark it with a check mark or something. Or even has a lock when it has not been played and then that lock is removed when the stage is clear?
How can I show that a player has passed this stage/scene? like mark it with a check mark or something. Or even has a lock when it has not been played and then that lock is removed when the stage is clear?
Comments
On your stage select screen, have an actor that has the rule:
If Level1unlocked is true, change image to 'open padlock'. Otherwise change image to 'closed padlock'
Do this for each level. Though I'm sure there's probably a more efficient way of doing it...
Cheers,
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Then using the same actors as QS suggested have a rule
if levelReached < 1 (2,3,4 etc)
change image to 'closed padlock'
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Something i posted on a while ago that saves a ton of time.
If you are not doing the unlock thing and only a continue feature you can even do everything from one prototype for every level.
Either way this cuts the editing in half or more. And is a cool trick that isn't technically a GS featiure