Discuss Scratch

Courchaine9
Scratcher
1 post

point system with dodging

i need help with my points system.
im making a game where you have to dodge eggs and im thinking that every time you dodge an egg you get a point, none of the tutorials online help me
TIA
GIitchInTheMatrix
Scratcher
1000+ posts

point system with dodging

Set it up so it drops the eggs, and stops the drop when it’s touching the level or player. If it touches the player, stop all or subtract a point. If touching level, edge or whatever you use, add a point.

this is my signature
I have exactly 8934 posts
GIitchInTheMatrix
Scratcher
1000+ posts

point system with dodging

25Freyst wrote:

Set it up so it drops the eggs, and stops the drop when it’s touching the level or player. If it touches the player, stop all or subtract a point. If touching level, edge or whatever you use, add a point.
For visualation:

if <touching [Player v] ?> then
Your code, probably lose point
end
if <touching [level(ir whaat ypu chose) v] ?> then
change [Score v] by (1)
end

this is my signature
I have exactly 8934 posts

Powered by DjangoBB