AS3: using button script functions
AS3: using button script functions
Out of context: Reply #2
- Started
- Last post
- 10 Responses
- CyBrainX0
Memory has returned. You can pass null as an event.
reduce(null);
to call the function
function reduce(e:Event):void {
}
but I'll have to do work some boolean jiggery-pokery in the function to replace the e.target references.