Click to See Complete Forum and Search --> : Flash MX action script
dsachs59
05-08-2003, 11:55 PM
Hello,
Where could I get information on Flash MX action script on line?
Dave
Twisted Mind
05-09-2003, 03:22 AM
On this site. Make a search on what you are looking for. If you don't find anything, just make a new thread.
Joel
dsachs59
05-11-2003, 09:30 PM
Hello,
I am looking for a command list for the Flash MX action script because I know nothing about it. So I am looking for some downloadable file that I could read anytime.
Dave
dsachs59
05-12-2003, 02:56 PM
Hi,
I went to the local library and got some books on the subject. Let me ask this question. Flash MX action script has now replaced the Javascript that was used in the older versions of 3DFA?
Dave
dsachs59
05-12-2003, 05:27 PM
Hello,
OK I am awake now.
I found all the action script stuff in the program now. One problem thou, I am not getting any action out of action script because I don't know the first thing about it. I can't even get a piece of clip art from the library to rotate 360 deg.
So what am I doing wrong. I make the object an element and then change the rotate property and increment it from 0 to 360 and nothing happens. Can anyone show me this simple task?
Dave
dsachs59
05-12-2003, 11:09 PM
any help?
Make sure the clipart element has its properties enabled - "element has properties." If you want to set velocity or acceleration (including angular velocity) make sure that property is enabled as well.
Set a variable to contain the element:
clipart=element ("clipart");
clipart.angular_velocity=50;
dsachs59
05-14-2003, 12:43 AM
Hello,
Thank you.
I had everything but the angular_velocity set. :D
It may take a while but I will get it down. :)
Dave
carnwath
05-15-2003, 04:18 PM
see
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/index.html
for an on-line reference
ReluctantToad
05-19-2003, 12:14 PM
This might be of help. It's a list of actions for flash 5. I am a beginner at script so, I too would appreciate any help or advice. There are also tutorials and stuff at this site. See ya...
http://www.actionscripts.org/tutorials/beginner/Actions_for_Flash_5/index.shtml
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.