Asteroids (without Asteroids)
Sprite | Images |
---|---|
sprLazer | ![]() |
sprShip | ![]() |
It is critical both origins are set to Middle Centre, and that both sprites are facing right (right = default direction = 0):![]() |
Object | Sprite | Properties |
---|---|---|
objLazer | sprLazer | Visible |
objShip | sprShip | Visible |
room layout:
objShip | Key Down → Create event |
---|---|
![]() |
objShip | Key Down → Step event |
---|---|
![]() |
objShip | Key Down → Left event |
---|---|
![]() |
objShip | Key Down → Right event |
---|---|
![]() |
objShip | Key Down → Up event |
---|---|
![]() |
objShip | Key Press → Space event |
---|---|
![]() |
extension activities: