hi micha,

thanks! its working.
but where did you get this trick from? lowlevelevents? never heard before. great!

eugen


Am 19.10.2005 um 16:48 schrieb Michael Stuhr:

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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders










plugisto
...........................
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon     +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...........................
http://www.plugisto.net
http://www.lifeperformance.net

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to