Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Checkpoints (Griffpatch Platforming Engine)
- Alternian
-
Scratcher
34 posts
Checkpoints (Griffpatch Platforming Engine)
I need to make checkpoints for my game however it uses griffpatch's platforming engine
i need to fix this so it works
i need to fix this so it works
when I receive [ v]
repeat (10)
change [ v] effect by (10)
end
wait (0.5) secsreset and begin level
- sciencedude35
-
Scratcher
27 posts
Checkpoints (Griffpatch Platforming Engine)
Here are all the steps to making checkpoints:
Step 1 - Make a new sprite for the checkpoints

Step 2 - Copy the code from the danger sprite

Step 1 - Make a new sprite for the checkpoints

Step 2 - Copy the code from the danger sprite

- sciencedude35
-
Scratcher
27 posts
Checkpoints (Griffpatch Platforming Engine)
Step 3: Add this code and these variables

Step 4: Go to the player sprite and add this code to the Reset and Begin Level Custom Block


Step 4: Go to the player sprite and add this code to the Reset and Begin Level Custom Block

- sciencedude35
-
Scratcher
27 posts
Checkpoints (Griffpatch Platforming Engine)
Step 5 - Reset all the variables in the When Go Clicked script

- Alternian
-
Scratcher
34 posts
Checkpoints (Griffpatch Platforming Engine)
thank
Step 5 - Reset all the variables in the When Go Clicked scripts now its my property
- Discussion Forums
- » Help with Scripts
-
» Checkpoints (Griffpatch Platforming Engine)

