actionscript 3 - "Call to a possibly undefined method" error when the function is in the same class -
i have class function a() , b().
@ point b() calls a(). said error.
whats wrong here?
here's code
http://pastebin.com/xhmyrk2z
lettertonumber isn't static, others are.
Comments
Post a Comment