Spawn irregular shaped actors with collision??
![redman](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I have several actors that are irregular shapes (non square or circle) and I want to be able to collide with them so I created the non visible collidable actors and fit them around my irregular actors. Now, I want to randomly spawn these irregular shaped actors but how can I as it would have to spawn them with the invisible actors all lined up perfectly? Any ideas would be much appreciated!
Thanks
Thanks
Comments
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Let's say it needs two invisible actors:
Spawn invisible actor one at self position Y +10 (for example)
Spawn invisible actor two at self position Y -10 (for example)
The +10 and -10 figures are just there as examples - you'll have to work out where exactly they need to go, and also for the X axis if need be.
Make your invisible actors visible so you can see where they fit in relation to the visible actor till you get it right.
Hope that helps!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io