Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is __AS3__.vec.Vector

Tags:

flash

Is there a defined value to "underscoreunderscoreAS3underscoreunderscore" in the Flash compiler? The IDE is saying that underscoreunderscoreAS3underscoreunderscore.vec.Vector cannot be imported. Is there documentation about doing these type of imports?

Vector is a FP10 class

like image 971
MetaChrome Avatar asked Jan 24 '26 04:01

MetaChrome


1 Answers

You don't have to import the vector class. it's a top level class. check for a typo: here is a tutorial to create a vector instance. Creating a Vector instance

like image 50
DJ. Avatar answered Jan 26 '26 16:01

DJ.