[Moo] Re: binding? and access problem

2013-02-24 Thread Hamburger
Hi there, the jsfiddle shows different methods i know. they do not make sense at all. What i'am trying to do, is to cancel the mousedown event from outside the player scope. po.Player(); / po.remove(); / po.setStage(); are tryings to get access to the scope (all are failed -TypeError: po.Player

[Moo] Re: binding? and access problem

2013-02-24 Thread rasmusfl0e
That is incorrect... po.Player does not exist and therefore the code fails at that point. po.remove doesn't exist either - which would also make the code fail (just like po.Player) - but the code never gets to this part because of the missing po.Player. But po.setStage on the other hand DOES ex

Re: [Moo] Re: binding? and access problem

2013-02-24 Thread Sanford Whiteman
All that, plus I don't understand why a Moo Class is not being used here. -- --- You received this message because you are subscribed to the Google Groups "MooTools Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mootools-users+unsubscr...@goog