ForumsProgramming Forumannoying as3 problems

4 2571
Annihalation
offline
Annihalation
479 posts
Nomad

alright, no matter what I try to compile, I'm CONSTANTLY getting an error on EVERY single line in my script... no matter what I'm trying to do. Like:

Access of undefined property <insert all my variables here>.

when I test for syntax errors theres nothing wrong... but when I try to watch what happens every single line has at least one error...

Access if undefined property _root

is that even possible? @_@

  • 4 Replies
dank
offline
dank
983 posts
Peasant

What do your variable definitions look like?

herofmb
offline
herofmb
30 posts
Nomad

Maybe you've forgoten to import something, can you show the compiler errors?

Annihalation
offline
Annihalation
479 posts
Nomad

ehh... I switched to as2 and it works now... not sure what they were thinking when they didnt make all of as2 compatible with as3... :P

dank
offline
dank
983 posts
Peasant

You can't use _root if that's what your problem was.

Showing 1-4 of 4