Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
My solution:
org.papervision3d.core.utils.virtualmouse in line 619 add right in front of the
else if:
else if (currentTarget && currentParent is TextField)
{
currentTarget = InteractiveObject(currentParent);
}
and import flash.text.TextField; at the top of the class (line 9)
Original comment by davesam...@aip-wohnen.de
on 12 Feb 2010 at 11:11
Original issue reported on code.google.com by
davesam...@aip-wohnen.de
on 8 Feb 2010 at 9:34