> how can we print a variable value in our execution screen..?

'execution screen'? Do you just mean displaying a variable on screen? Try

var tField:TextField = _root.createTextField("out",
_root.getNextHighestDepth(), 100, 100, 200, 20)
tField.text = String(myVariable)

Danny

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to