How to make a coin or item dropped by enemy move randomly
TRowe007
Member Posts: 71
I'm trying to have a coin or item float or move randomly on the board after the enemy is destroyed that the player must move quickly to retrieve them before they move off of the board. As of right now my coins all just float down into one spot.
Best Answers
-
asheft Posts: 8
Something like this? https://www.dropbox.com/s/z5v32ljuem1yr0m/Float Random Direction.zip
-
asheft Posts: 8
No problem! I forgot to mention that if you need each individual coin to move in a different random direction, you may need to change the game attribute that was in the project file to a self attribute (so it is different for every instance of the actor).
Answers
Do you just want an actor to move around the screen randomly ?
no just float away off the screen in a random direction once it spawns from the destroyed enemy
wow something so simply, you have a brain fart thinking to complex and you look over it completely, thanks a lot!
ok