How can you stop ( or rather, pause) a function in AS2 . For example, i have a code like this:
function myFunction() {
// function code goes here....
}
how can i pause, not delete, this function.
Posted about 1 month ago
;