A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: Flash MX action script

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    22

    Flash MX action script

    Hello,

    Where could I get information on Flash MX action script on line?

    Dave

  2. #2
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    On this site. Make a search on what you are looking for. If you don't find anything, just make a new thread.

    Joel
    hurg.

  3. #3
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    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

  4. #4
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    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

  5. #5
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    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

  6. #6
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    any help?

  7. #7
    Member
    Join Date
    Feb 2002
    Posts
    71
    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:

    Code:
    clipart=element ("clipart");
    clipart.angular_velocity=50;

  8. #8
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    Hello,

    Thank you.

    I had everything but the angular_velocity set.

    It may take a while but I will get it down.

    Dave

  9. #9
    Senior Member
    Join Date
    Mar 2003
    Posts
    136

    actionscript MX ref


  10. #10
    Junior Member
    Join Date
    Oct 2002
    Location
    Houston
    Posts
    21

    action list

    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/tutoria..._5/index.shtml

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center