playMaker

Author Topic: Explosion ??!?  (Read 1902 times)

NinjaX

  • Full Member
  • ***
  • Posts: 113
  • XCO is the ULTIMATE IOS Ninja!!
    • XCOGAMES
Explosion ??!?
« on: October 16, 2013, 08:56:42 PM »
https://hutonggames.fogbugz.com/default.asp?W318

The center of the explosion.

I don't understand this, if someone can Please help me understand...

I have a bunch of cubes with ridgidbody and I want them to explode - but how do I tell the explode action to explode where ever the cubes are emitted - so right now it gives an option to put in the coordinates but i need it to happen wherever the this cubes emmit... ughhh I can't even explain - if anyone gets it please help me... I think this is something small im not getting.
XCO is the ULTIMATE IOS Ninja, Beware for he sees Everything and Nothing all at once!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Explosion ??!?
« Reply #1 on: October 17, 2013, 01:06:58 AM »
Hi,

you simply have an explode action for each cube. One explode action will only make your explosion at one point, if you want several explosition, either you come back to the state and give it a new position or have different fsm each responsible for its own explosion ( likely each cube)

bye,

 Jean