Magic Spawning from an actor.
mewilli
Member Posts: 10
I am creating a game where with a touch is pressed of the space bar , magic with be spawned from my main actor , which will hit the enemies and defeat them. I am not exactly sure how I can do that, so I came to the very knowledgeable people of Game Salad. I will tell you more information about my game if you don't understand what i mean.
Thank you all ,
A rookie game designer.
Comments
You could have a small magic actor, then a rule in your main actor on touch every ?? seconds spawn magic actor at random angle relative to your main actors position, give your magic actor a tag of magic then your enemies will have a rule that states
IF actor overlaps or collides with - actor with tag - Magic
(Destroy)
Thank you so much ! This will be very helpful