Discuss Scratch

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
when I receive [ v]
repeat (10)
change [ v] effect by (10)
end
wait (0.5) secs
reset 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


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
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

sciencedude35 wrote:

Step 5 - Reset all the variables in the When Go Clicked script
s now its my property

Powered by DjangoBB