Broken Flash Logo
Click an error type to choose an error.

mikeduguid

ø

Sentientv2

ø

joegodfrey

ø

sinsonido

ø

Aron18

ø

Ryan Stone

ø

John Nelson

ø

Alan

ø

Nojiveturkeyhe...

ø

aleejen

ø

Kellyf

ø

dangurtner

ø

kbowen

ø

agarcia

ø

ryan

ø

· · ·

1070

Runtime Error:Method _ not found on _

Adobe’s Take:
You are using a super statement to call a function, but the function doesn't exist in the super class. For example, the following code generates the error:

class A() {}
class B extends A {
function f() { trace(super.f()); } // error 1070, there is no f on A
}


Login/Register to make a post
· · ·