How can I do this?
Sambo110
Member Posts: 7
I want to have a collecting/dodging type game, collect objet to get points, power ups to do certain things and other things will make you lose a life. Can I have it randomly make items drop, sorta like Scoops does it?
Comments
Each of those actors spawned would have a basic Change Velocity behavior so it can move. Not Collidable. And one rule that says if it collides with some boundary actor or your player actor then it is destroyed.
1. Have them slowly fall faster and faster and
2. Get a point for each second you survive?
Spawn Actor, Move to Random Postion (x), Move to Position 25(y) (or whatever your ground coord is), Accelerate. That should help start it.
"2. Get a point for each second you survive? "
First set a Game Attribute called Game Time & another called Game Score. Set a Timer that every 1 sec to change attribute game.Game Time to game.Game Time - 1. Under the same timer set another change attribute to game.game Score to game.Game Score +1.
Hope this helps.
Personally, I'm making 'one level demos' of my game ideas, which I'll upload at some point.
I understand what you mean by waiting for more features though. A 'reset game' one is top of my list!
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io