Getting the x and y coordinates for a parameter

Student is trying to create a space invaders app. Wanting to create a procedure that stores all movements of the enemies in the app. Looking for a way to get the x and y coordinates of enemies to use in procedure.

Welcome Johnna.

Have you looked at the tools available to work with the Canvas and Sprites Drawing and Animation components

and the advice in Creating Animated Apps ?

There are several tools that can help you get the coordinates of Sprites.

shows coordinates of the red dot on the Sprite. :slight_smile:

Put sprite components in lists so you can loop through the lists using the Any Sprite blocks.

A post was merged into an existing topic: Canvas animation can stored in a list?