Wednesday, June 30, 2010

Naming your instances easily


I've created this extension 3 years ago. :)
To use this extension:
download free extension file below and install the file ( you have to have Adobe extension Manager software to run this extension) or you can download free software here Adobe extension Manager software

How to use?
Select your instances and run the command:
Commands>Naming Instances

Download Naming Instances.mxp

Sunday, May 2, 2010

Subscript Superscript Actionscript 2.0 For Input Text



User Friendliness

1) Created to receive user input.
2) Can change font to format subscript, superscript or normal easily by selecting the text and choose one of appeared option buttons next to the selected text (user input)

3) Simple format for developer to display or check user input.
For example :
user input : E=mc2
answer : E=mc<sup>2</sup>


To check :
var answer:String = "
E=mc<sup>2</sup>"
<sup sub intance name>.text.equals(answer); // this code will return true or false value


Thursday, April 29, 2010

Monday, January 25, 2010