PDA

View Full Version : how to freeze sequence of actions


dwaik
04-04-2010, 03:20 AM
Hi i have some actions in a sequence, i want to interrupt them when i click LMB and execute another animation, then resume my sequence from where it stopped, how can i do that?

Jeff
04-05-2010, 01:26 PM
You can use <node3D>pauseActions() and <node3D>.resumeActions() to pause and resume an action pool on an object.