Need some help with spawning actors
777ideas.com
Member, PRO Posts: 895
Hey guys I sorta need help like spawning actors coming down-word the screen I dont know how to position it. The game I'm creating is kinda like doodle jump where they come down while jumping. Thanks
Comments
You could use a timer so every 3 seconds spawn actor.
It might be best instead of using a set number to make an integer then you can spawn more or less depending on what you want.
So if score >100 integer spawnrate=3, if score>200 spawnrate=4 etc etc.
Hope this helps.
Darren.