crash land

user_icon cheese567 shared it 6 months, 2 weeks ago
17 views, 1 person loves it, 3 downloads
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

cheese567 cheese567 6 months ago

yay

(view all replies)
Comment Reply

LIGHTGUY LIGHTGUY 6 months, 2 weeks ago

I made your Kiba sprite, check my newest project.

(view all replies)
Comment Reply

Paddle2See Paddle2See 6 months, 2 weeks ago

Drop me a comment if you have trouble figuring out what I was trying to say.

(view all replies)
Comment Reply

Paddle2See Paddle2See 6 months, 2 weeks ago

This is fun! One small problem: you have three variables named "Score", one is global (shared by all sprites) and that is the one on you are showing on the screen. The other two are local to the individual sprites. You are updating the local variables but not the global variable. If you look carefully, you will see that the global variable has a more orange color than the local variables. Probably, you should delete the local variables and just use the global variable, since it is being updated from two different sprites.

(view all replies)
Comment Reply