alexvoz / as3isolib

Automatically exported from code.google.com/p/as3isolib
0 stars 0 forks source link

Node.as Error 1046: Type was not found or was not a compile-time constant: INode. #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Instanced IsoGrid or IsoScene
2.
3.

What is the expected output? What do you see instead?
I expected to the grid displayed on the stage, but received a 1046 error 
instead.

What version of the product are you using? On what operating system?
fp10 v1.0 

Windows 7

Please provide any additional information below.

I am trying to get started with AS3IsoLib by following in Flash CS5. I am 
following Lee Brimelow's Flex tutorial on gotoandlearn.com, but have run into a 
import problem. It is coming from inside AS3IsoLib. In the Node.as class, it is 
throwing 1046:Type was not found or was not a compile-time constant: INode.

1--Tried using the files from the SVN. Got the 1046 Error. Thinking that the 
SVN files were the cause
2--I downloaded the .zip file. Same exact 1046 Error
3--I thought it was an import issue, but they share the same package and the 
Node.as class was successfully found.
4--Maybe it was the location of ActionScript folder where I keep my libraries 
at. But I have always used it with no problems from Greensock, NResponder, and 
Papervision3D.

Original issue reported on code.google.com by robn...@gmail.com on 18 Jun 2011 at 5:31