JSwiff
flash movies the java way
JSwiff Forum
  Search   Recent Topics     Member Listing    Back to home page 
Register / 
Login 
Can anybody explain me (problem with mTasc)  
Forum Index -> Open Source Flash
Author Message
Anonymous



Hi. I have a problem with flash.geom.triangle in mTasc.

I have tried in Macromedia Flash:

import flash.geom.Rectangle;

var rec:Rectangle = new Rectangle(0, 0, 100, 40);
text1.text = rec.toString();


and it worked. I saw {0,0,100,40} on screen.

I tried to add this code to my project, which is compiled by mTasc.

import flash.geom.Rectangle;
.........
var rec:Rectangle = new Rectangle(0, 0, 100, 40);
textTak.text = rec.toString();
Anonymous



Sorry. End is here.

So question is: after succesfull compilation I see on screen text undefined. Can anybody explain me where is my fault.
 
  Forum Index -> Open Source Flash
Go to:   
Legal notes
Powered by JForum 2.1.4 © 2005 - Rafael Steil