I am making an X,Y scrolling game, but I need to know if there is a way to make enemies move independently from the main character! Here is a link to the project, http://scratch.mit.edu/projects/SuperGuys/2866148 I know there is a way to do it if each individual enemy has its own variable, but that is a lot of variables! Does anyone know a more simple way?
Offline
Is this what you need?
http://wiki.scratch.mit.edu/wiki/Making_Objects_Move_in_Scrollers
Offline
I haven't looked at the project, but maybe instead of variables you could use a list? Each variable could be replaced by an item of the list. That way you only have one list instead of however many variables.
Offline