Where to spawn??

lantolanto Member Posts: 31
edited November -1 in Working with GS (Mac)
Hi, I've got some problems with the Spawning actor. After an actor hits an other actor it should re spawn in the middle of the scene. But i don't really understand how the Spawning actor works (direction, position...??) Anyone know how i can get my actor to spawn in the middle of the scene???

Comments

  • DrGlickertDrGlickert Member Posts: 1,135
    I'd do a change attribute rather than a spawn;

    RULE: When actor 1 overlaps/collides with Actor 2
    Change Attribute self.position.X to 240 (or 160 depending on profile/landscape)
    Change Attribute self.position.Y to 160 (or 240 depending on profile/landscape)
Sign In or Register to comment.