[Flashcoders] RE: [Flashnewbie] simple _global.Function Scoping problem.

2006-02-24 Thread artur
ok.. that worked! but now how can i call WOBBLE.stop() from the same mc that is calling the WOBBLER(). it used to work before when i had the WOBBLER function on the mc's timeline ( before it was a global function) code was: kiss0.onRollOver = function(){ this.WOBBLE.stop();

[Flashcoders] RE: [Flashnewbie] simple _global.Function Scoping problem.

2006-02-24 Thread artur
ok.. that worked! but now how can i call WOBBLE.stop() from the same mc that is calling the WOBBLER(). it used to work before when i had the WOBBLER function on the mc's timeline ( before it was a global function) code was: kiss0.onRollOver = function(){ this.WOBBLE.stop();