[Pixlib] Beacon problem
Romain Ecarnot
romain.ecarnot at gmail.com
Thu Oct 13 00:40:46 PDT 2005
Hi Cedric ;)
Indeed IFrameListener interface avoid MovieClip use.
But, one solution is to break your class architecture putting you graphical
component in class in composition mode instead of "extends".
So your main class does not inherit from MovieClip one.
Thus, onEnterFrame is never call by class herself, but only by FBeacon
instance. ;)
Using composition for MovieClip is often better solution ;)
Just an idea.....to avoid event renaming.
Cheers,
Romain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/pixlib_osflash.org/attachments/20051013/59829674/attachment.htm
More information about the Pixlib
mailing list