I guess it depends on the function. Take the Timer class. It has a start() and stop() functions. You can create a custom function that calls those functions to start and stop them.
So, if you have a class that has a running function (I.e. Timer.start()), then you can create another function (function B) to stop it. Make any sense? Sent via BlackBerry by AT&T -----Original Message----- From: "Christophe" <[email protected]> Sender: [email protected] Date: Wed, 28 Jul 2010 08:57:53 To: <[email protected]> Reply-To: [email protected] Subject: [flexcoders] Stopping a function Hello, How to stop a ruuning function by software of another function ? FunctionA { } FunctionB { Stop FunctionA } Thank you, Christophe,

