how to make a actor spawn a actor in gamesalad

OK so I'm really close to finish my game but i have this problem that is preventing me from achieving my goal. The problem is i want an actor to spawn directly behind another actor for EX: I have a bird that spawns randomly around (10,20) sec to drop an egg that also spawns at a random time say like 5-10 sec. i have it set up like this I have the bird spawn and fly across the screen and set it to spawn a box directly behind it by constraining the attributes to Bird.X and Bird.Y which are the X,Y coordinates for the bird and then after trying to test it the box doesnt spawn at all. I know this is long but thanks to anyone that helps :)

Answers

  • GLGAMESGLGAMES SingaporeMember Posts: 988
    erm did you try to spawn the egg with relative to the bird actors or scene ? you should have done it so that bird is spawn randomly in relative position to the scene and for the egg relative position to the actor 'bird' .
Sign In or Register to comment.