I want to make a game. but i don't know what to do like;
How do i make the background interactive with my sprite
How do i control my sprite
how do i make it change level
How do i make the guy die
how do i make the guy bounce off walls?
Please Help Quick
Offline
1. Depends on how you want it to interact. If I chose a way it probably wouldn't be the one you were thinking of.
2. Use the
when [space v] key pressedfor the key you want and make it do things.
broadcast [message v]to the stage or whatever your sprite is that is the level to change costume/background when a condition is met.
forever wait until <touching [#FF0000]?> die action here endand put your die action there, such as going back to start, losing a life, etc.
if on edge, bounceor for walls, program it to move in 180-x˚ in the right direction, which is pretty advanced if you've never programmed before.
Last edited by kayybee (2013-03-16 01:23:17)
Offline
its a little confusing but mostly understandable. thank you, buy how do i like make a tower to climb up or a wall that you can pass
Offline