Tracking
MERM
Member Posts: 194
How could I create a game that is impossible to win because every time you move you will be crushed by a meteor? I would like the meteor to fall from above and move straight to the actor as soon as he moves, and I want the meteor to gain on him and explode. Is it possible to do this?
Comments
Constrain (new variable) PlayerX to self.positionX
Constrain (new variable) PlayerY to self.positionY
Then on your meteor, put
Move to PlayerX, PlayerY
While I'm here, let's help with the scoring:
create a variable called 'Fun'.
Then on your meteor, put:
If overlaps or collides with actor 'Player'
Change attribute 'Fun' to -1000000
Hope that helps!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Change attribute 'Fun' to -1000000
Hope that helps!
QS
hehehehe
I'm pretty sure it's also a torture strategy for the criminally insane...