iki_xx
unread,Sep 16, 2010, 7:17:51 PM9/16/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to as3-signals
How can I dispatch custom values via DeluxeSignal?
Meaning:
new DeluxeSignal = new DeluxeSignal(this,String,int);
deluxeInstance.dispatch(new GenericEvent(),'"foo",999);
it doesnt work , I get runtime errors : Value object <[object
GenericEvent]> is not an instance of <[class String]>.
how can I dispatch/catch those parameters ?
Do I have to extend the GenericEvent class, and add those parameters
to the subclass of the GenericEvent class?
Thanks