PDA

View Full Version : 317 - Stop ALL Animations



Rog3r
June 22nd, 2010, 19:09
Stop ALL Animations

Explanation:

Did you ever want a simple one-lined code that can stop all animations or emotes? Well, this simple snippet-like tutorial has it for you.

Procedure:

Whenever you want an animation or emote to stop, add this statement and it'll do so.



outStream.createFrame(1);


Here's an example of how you can use this:



if (Example == 0 && Timer != 2) {
outStream.createFrame(1);
sendMessage("The animations have just stopped!");
}

Shane
June 22nd, 2010, 19:11
Nice and thanks for this. Bout time you posted a snippet:).

XxBryantD
June 22nd, 2010, 19:21
thankks

hydromike
September 15th, 2010, 04:40
thx rog3r i needed this

Hutch
September 15th, 2010, 04:46
Thanks Rog3r. :P