View Single Post
Old Feb 26th, 2005, 10:30 PM   #3
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
no, _alpha is a built-in property of a movie clip, actionscript/flash is different from any other language i can think of.

Im also working with the stage and the items on the stage, and where they go, and what to do, its confusing. If i wanted a certain movieclip to move to lets say 400x, 300y on the stage i would go into the actions for that object and put something like this. The _x and _y properties also begin with _, as well as _xscale, and _yscale, etc.

onClipEvent(enterFrame){
     this._x = 400;
     this._y = 300;
}
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote