how do i get around the
1136: Incorrect number of arguments. Expected 1.
i have a function that is called by a button,
but i also want to use that function without pressing that button,
as kind of a way of refreshing what is being done threw another function
in the other function im using
Function x()
and this is what is giving me the error the original function when called from the button is
function x(event:Event):void
and the button executes that function via
xxx.addEventListener(MouseEvent.CLICK, x);