Respawn freezing and collide problems

AlanoAlano Member, PRO Posts: 70

Hey all,

Freezing:
So when my actor hits five falling rocks he's destroyed and then respawns at the beginning location of the game. What's happening is that when the actor hits that last befalling rock the scene freezes with a jittery image of the main actor in contact with that last rock AND a jittery image of the actor at the respawn location. I cannot "UNDO" and I have to quit GS and reopen.

Collide:
I have three types of falling rocks being spawned at the top of the screen. I have the rock tagged and I use that tag in a collide attribute in my actor. Only one of the three falling rock actually reduces a life of my actor. The other two rocks do not affect the actor. What I have is:
When actor collides with tag Rock/ CHANGE ATTRIBUTE: game.GameLives TO: game.GameLives-1

Am I missing something?

Thanks folks!
Alan

Comments

Sign In or Register to comment.