Creating Background so player can climb run up.. ect
darrelljr00
Member Posts: 2
I dont know if Im saying this right. But How do I use a jpg or png as a background for my game? Also If i make a layer that is a hill or a rock ect, how do I make it so that the player can climb on top of it or jump over it? Im a complete newbie and dont have a clue..
Comments
I hope that helps.
Once you have the image you want for your background just create an actor and give it that image. http://gamesalad.com/wiki/how_tos:gsc_add_image_to_actor
For different actors your player can climb on, it might be easier to give them a tag so your actor can just have one Collide behavior( http://gamesalad.com/wiki/behaviors_reference:collide ) and reference that tag. http://gamesalad.com/wiki/how_tos:gsc_create_a_tag
Has anyone else managed to achieve something like this?
You just need to tell the moving actor to collide with the hill actor.