Spawner

PhilipJMPhilipJM Member Posts: 13

Hi there i have 2 question
as you can see in this first photo my second spawn will be located -100,100 on the Y relative of the last spawn
http://imgur.com/fhdxEbK
How can i make a spawner that spawns between the the top of a iphone landscape and the bottom unrelative to the last spawn.

Secondly: as you can see in this picture my spawn goes eventually off screen how can i block that?

http://imgur.com/j5ouKbj

thanks!

btw i like this gamesalad!

Comments

  • PhilipJMPhilipJM Member Posts: 13

    bump

  • colandercolander Member Posts: 1,610

    I don't quite get what you are asking in the first question. For the second question use a "Constrain Attribute" action to constrain self.PositionY in between two points with the max() and min() functions like this for an iPhone max(min(320,self.PositionY),0).

  • jisokjisok Member Posts: 8

    position the spawner off stage and relative to the scene.
    It should use the X location and the set the Y.
    Relative could have a Y range from top to bottom of scene

Sign In or Register to comment.