Hello everyone,
I’m probably being a bit lazy here but this probably won’t tax you too much whereas I’ll take ages to find the right answer.
Basically, I’ve declared a rectangle within one of my classes like this:
var vw:flash.geom.Rectangle;
But I keep getting an error:
Map.as: Line 28: The class or interface 'flash.geom.Rectangle' could not be loaded.
I’m relatively new to actionscript but this seems an odd error since I’ve put this at the top off the class:
import flash.geom.Rectangle
Oddly, this error comes from the code within the .fla not the class file.
Could someone please tell me what I’m doing wrong?
Much appreciated.
M