A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Please take a look at one of my flas and tell me theres an easier way Please!

  1. #1

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    168
    I looked at the fla, so what is it you want to do.

    -dan

  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    55
    Is there an easier way then putting gotoandplay on each and every frame? Also How do I animate properties using set property. Can you also explain to me the use of getproperty
    and maybe put it in a fla I could download?I'll give you my site address and password so that you'llbe able to upload it but if you don't have time then thanks anyway.

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Posts
    168
    OK i have reworked your fla now i need an email address to send it to. As far as your other questions, set Property is used to set any property of an object like this:

    set Property ("myClip","_alpha",50) but I'd rather write it as:

    myClip._alpha = 50;

    this is using dot notation.

    get Property returns the property of an object like this:

    get Property ("myClip", _x ) to get the x position of myClip.


  5. #5
    Member
    Join Date
    Jun 2001
    Posts
    55
    http://www.geocities.com/jeremyswane/howdoidothis.fla

    Heres another problem I'm having How would you be able to press the button and the clip stay on the screen? I would add an action like

    OnClipEvent (mousedown) {
    _alpha = _alpha -2

    to have it fade away.See I want the movie clip like a little window that will popup through a button then be able to click it to alpha to 0.

  6. #6
    Member
    Join Date
    Jun 2001
    Posts
    55
    my e-mail is tropicalhippos@aol.com

  7. #7
    Senior Member
    Join Date
    Nov 2000
    Posts
    168
    Ok I've emailed both flas to you. I hope it helps you out. Post again if you want me to explain anything I did in the flas.

    -dan

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