A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Question made in FLASH

  1. #1

    resolved


    Hi guys/girls...

    Here is my problem:

    http://home.chello.no/~taagaard/DisappearAndGoto.html

    Thanx for helpin me out...

    Tor

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    New Brunswick, Canada
    Posts
    120
    Set a variable called AllRoll to 0 in first frame

    then in each of the rollovers actions add



    If Rollflag1 = 0
    set variable: "Rollflag1" = 1
    set variable: "AllRoll" = AllRoll + 1
    endif

    If AllRoll = 5 then
    Go to ...
    endif

    for each button Rollflag1 should be changed to flag2, 3 ...

    this is to ensuer it doesn't count multiple rollovers of the same button. (If you're rollover button is disabled after rolling over once then you would not need the rollflag, just use the AllRoll.

    Hope this helps.

  3. #3

    resolved Thanx !!


    Hi Chameleon...

    Thanx for ur time and reply
    I have also resived a .fla from another guy.
    So i'm saved now...


    Thanx again for ur time and answer.

    Tor

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