movie = new Movie(this, "lala.mov"); not working in class, getting constructor is undefined error

a_la_l
edited November 2013 in Programming Questions

Hi,

when i run movie = new Movie(this, "sdfds.mov") in setup, everything works fine.

When i instantiate it in a class it throws the error constructor is undefinded.

i think the problem is the this reference. does anybody know a solutions for this?

Thanks, Andreas

Answers

Sign In or Register to comment.