I have a rectange that I've created and set its individual properties like so
var aRect:Rect = new Rect();
aRect.width = "15%";
aRect.height = "15%";
Problem is the compiler chokes on 15%
and "15%"
, with or without the quotes, neither works.