eugen pflüger schrieb:
and also no "onRollOver" events or something like this. mouseMove is
not working either.
i thought maybe someone knows a hack?
eugen
import mx.events.LowLevelEvents;
foo.prototype = LowLevelEvents;
fooTrace = function (evt) {
trace (evt.target._name);
}
foo.addEventListener ('mouseOver', fooTrace);
foo is a v2 Button on Stage.
micha
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders