PDA

View Full Version : Need Details of Error #1063


SrihariCh
06-30-2009, 05:45 AM
Hi all,

When I ru my flash application, the following error gets displayed in the output-box at runtime:

ArgumentError: Error #1063: Argument count mismatch on DynaAccess_fla::MainTimeline/onScrollCancel(). Expected 1, got 0.
at MethodInfo-374()


Can anyone reply me, What for is this error?

Thanks in advance...

Srihari.Ch

ExNihilio
06-30-2009, 07:11 AM
this error pops when u pass the wrong number of arguments to a function..

It seems to be that your onScrollCancel function needs an argument, and u didnt pass it..