|
-
Hi..
1.
I have a number of movie-clips,
when "mouse over"... the movie-clips make a smal anim, and then disappears...for good.
so far...so good.
THE PROBLEM
2.
Lets say i have 10 mc's...
when "mouse over" the last one...i want automaticly to
go to another scene.Regardless of witch one of the mc's
who is the last.
Many thanx for ur time 
Tor
-
This was the first that popped in my mind. Put a lable on the first frame called "scene". Then on the last frame of every movie clip put this action:
Code:
Set Variable: "/:count" = /:count + 1
If (/:count = 10)
Begin Tell Target ("/")
Go to and Play ("/:scene")
End Tell Target
End If
Stop
Try that out and tell me if it works.
Good luck.
-
Hi ahab...
Thanx for ur reply. 
I tryed ur code, but....no luck there.
Is it a problem that all my mc's is in 1 frame and 1 layer ?(they are all copyes of each other)
should there be a "if less than <1 go to and play scene" something ?
I realy need help here guys...please help !!
thanx
Tor
-
Oops...I messed up that code I posted above. Use this instead:
Code:
Set Variable: "/:count" = /:count + 1
If (/:count = 10)
Begin Tell Target ("/")
Go to and Play ("scene")
End Tell Target
End If
Stop
Try that and let me know...good luck.
-
Hi again... 
Thanx for trying.!
But...it still dont work.
I'm gonna make this question in flash, so everybody can
easely see what i'm talkin about.
So... if everybody could watch out for my new topic in about an hour....
I wil post it under :"question made in flash"
Thanx again for ur time
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|