collectable items
zombots
Member Posts: 186
can any one help me make my collectible items com from the right of the screen in random places sorta like flutterby if u kno wat i mean
Comments
Make sure you have a little room if you are wrapping on the X axis so you don't see collectables start on the left side.
The Y position refers to the height UP and DOWN of the screen and the placement of the actor within this space. The height is 320 pixels.
So y-position random means your actor can be randomly placed at any pixel between 0 & 320
Wrapping is a setting in the game attributes, it means when something leaves one side of the screen it appears on the opposite side. Turn this off if you don't want your actor to appear on the Left (remember 480 + 50 example) and then wrap to the right as it scrolls.
Hope that makes sense
should the actor that spawns the collectable item be scrollable?
and here is a screen shot is this right?
http://img80.imageshack.us/img80/299/screenshot20091001at102.png
Best approach is to make an animated background that gives the illusion of scrolling then everything else can stay in position and does not need to be set to scroll.
Easier to upload your test game to the GSalad servers so we can see what you mean.
thanks for the help so far