(Honeycam wouldn't cooperate with me so I can't show you a gif)
How to add it to your level:
1) First, create a new variable named "lvlFinished" and a script and paste this code into it:
- Spoiler
Code: Select all
if val(lvlFinished) = 0 then
call bmpcreate(1, 175, 1, 1, 0, 0, 426, 76, 200, 500, 1, 1, 187, 125, 0, -1)
end if
3) After you have those, create an event for Level - End which runs that script you made. This will check if the player has lost a life when the level ends. (The level also ends if the player loses a life as some of you know)
4) Make another event called Lvl Finished that changes the variable you made earlier to "1" and make sure that the exit of your level triggers this event when it "dies".
5) If you did everything correctly, it should work!
DO NOTE: This script will not work without the files in file.zip in your level/word's folder!