Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
createEmptyMovieClip("my_mc", getNextHighestDepth());
my_mc.loadMovie("Glassimage.jpg");
my_mc._x = 200;
my_mc._y = 200;
my_mc.onPress = function () {
trace ("onPress called");
}
Example1_mc.onPress = Example2_mc.onPress = function(){
funCellName();
}
this.createEmptyMovieClip("Rectangle_mc", 0);
Rectangle_mc.loadMovie("Rectangle.PNG");
mfunsendHeight(Rectangle_mc._name);
function mfunsendHeight(RackHeight:Object)
{
trace("MovieClip height is " + getProperty
(RackHeight,_height));
}
sTextField = new TextField
createTextField(sTextField, getNextHighestDepth(), x , y, w, h)