I wanted to make a game with collision detectors.
The tutorial was unclear to me.
http://scratch.mit.edu/projects/archblogger/312838
This example, when opened had separate variables (there was a line separating some other variables from "HitTest").
Please help me.
Offline
Never mind, I think I figured it out, but please leave any helpful tips.
Offline
When you create a variable, you have two options. For all sprites, and for this sprite only.
The separator seperates the global (all sprites) variables from the special ones.
Offline