|
-
Hi guys/girls...
Here is my problem:
http://home.chello.no/~taagaard/DisappearAndGoto.html
Thanx for helpin me out... 
Tor
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|