•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Graphics and Multimedia section within the Web Development category of DaniWeb, a massive community of 391,609 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,615 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Graphics and Multimedia advertiser:
Views: 593 | Replies: 5 | Solved
![]() |
•
•
Join Date: May 2008
Location: Hyderabad, India
Posts: 242
Reputation:
Rep Power: 1
Solved Threads: 27
please send me action script code below task
how to stop movieclip animation when mouseover
i created one animation using motion tweening but i want stop on mouse over this motion tweening
please help me
thanx
how to stop movieclip animation when mouseover
i created one animation using motion tweening but i want stop on mouse over this motion tweening
please help me
thanx
Thanx,
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Create a layer over the tween if both exist in same layer. Otherwise if would be simple. Posy if I not very clear.
on (rollOver) {
_movieClipName.stop();
} I ususally try to put all my actionscript on its own layer. If this was the case, I would place the following code on the main timeline:
movieclipname.onRollOver = function(){
this.stop();
} Then this would work:
I removed
movieclipname.onRollOver = function(){
stop();
}I removed
this because if you use that it will stop the clip playing inside that movie clip will stop, not the current layer. Otherwise if you have put actionscript a level above then put this . LOL its much hard to explain as compared to what it really is.
Last edited by vishesh : Jun 12th, 2008 at 6:34 am.
•
•
Join Date: May 2008
Location: Hyderabad, India
Posts: 242
Reputation:
Rep Power: 1
Solved Threads: 27
than q very much for CoffeeChef and Vishesh this code it's working fine
once again thnx very much
once again thnx very much
Thanx,
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Graphics and Multimedia Marketplace
- Flash-XML Menu (Web Design Tutorials)
- import JPG into Flash using FlashVars (Graphics and Multimedia)
- Display a movie clip on a button click (Graphics and Multimedia)
- Inserting (large) flash banner in HTML page (HTML and CSS)
- Designing website in flash (Graphics and Multimedia)
- Flash Help (Graphics and Multimedia)
- Flash GoToAndPlay (Graphics and Multimedia)
Other Threads in the Graphics and Multimedia Forum
- Previous Thread: Flash Web Gallery design templates
- Next Thread: Help me



Linear Mode