A Flash Developer Resource Site

Page 3 of 3 FirstFirst 123
Results 41 to 49 of 49

Thread: [F9] Tutorials and Help for Flash 9 AS3

  1. #41
    Senior Member
    Join Date
    Jun 2003
    Location
    La Mirada California
    Posts
    396
    this is basically how it looks now


    addEventListener(MouseEvent.ROLL_OVER, rollFunc);
    //or you could do this: mc.addEventListener(MouseEvent.ROLL_OVER, rollFunc);


    function rollFunc(e) {
    rewind = false;
    play();
    }

  2. #42
    Member
    Join Date
    Apr 2002
    Location
    St. Louis
    Posts
    53
    It doesn't like the "rewind"

    1120: Access of undefined property rewind.

    any other ideas?
    -the bird

  3. #43
    Senior Member
    Join Date
    Jun 2003
    Location
    La Mirada California
    Posts
    396
    you have to declare variables... so write this before all:

    var rewind:Boolean;

  4. #44
    Member
    Join Date
    Apr 2002
    Location
    St. Louis
    Posts
    53
    That worked. Thanks
    -the bird

  5. #45
    Member
    Join Date
    Dec 2006
    Posts
    65

    So are these tutorials lost forever?

    Seems like jasonmerchant.com is having dns issues.

  6. #46
    Developer
    Join Date
    Apr 2007
    Location
    UK
    Posts
    324
    Is this site down for anyone else? I cant access it.
    now known as dVyper

  7. #47
    flAsh and bones socreative.tv's Avatar
    Join Date
    Mar 2005
    Posts
    143
    it is down.. can any one reup those tutorials?

  8. #48
    Junior Member
    Join Date
    Feb 2013
    Posts
    1
    Question.How do you click on a swatch color and it makes the car correspond to that particular color? I see a lot of these adds on the internet where the dealerships are asking potential customers to design your own car color by clicking on a small swatch color.

  9. #49
    Senior Member
    Join Date
    Jun 2003
    Location
    La Mirada California
    Posts
    396
    Wow this is an old thread!

    I'd post a new thread elsewhere about that.. Someone I'm sure has created a class for it too. Never done that.

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