A Flash Developer Resource Site

Results 1 to 20 of 33

Thread: Rollover within Rollover?

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jan 2003
    Location
    Nebraska
    Posts
    448
    Um, are you looking to do something specific? Not sure if I understand your question.
    ecards - My full flash site.

  2. #2
    Member
    Join Date
    Sep 2006
    Posts
    44
    what does this do? what is !this.isRollOver? is this reserved word or what..

    if (!this.isRollOver)
    {
    this.isRollOver = true;
    trace("inner rollover: " + this);
    }
    }
    else {
    if (this.isRollOver)
    {
    this.isRollOver = false;
    trace("inner rollout: " + this);
    }

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