This is a discussion on "Problem with Mouseover in Flash Movie" within the Flash & Multimedia Forum section. This forum, and the thread "Problem with Mouseover in Flash Movie are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Problem with Mouseover in Flash Movie
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Problem with Mouseover in Flash Movie
Hi, i have a movie which loads 5 small images. When the mouse rolls over each inage, the image enlarges with an animation.
The problem i am having is that sometimes the image freezes and instead of animating , it just stays there. The big pics on rollover are loaded into level2 The code im using on the small pics are on (rollover) { _level2.gotoAndPlay(5); and on the big pics on (rollout) {_level2.gotoAndPlay(1); the 2 files are attached. here is a link to the .swf http://www.galadevelopments.com/scho...aboutpics1.swf if anyone could help much appreciated thanks. Last edited by thomas159; Sep 11th, 2007 at 10:29. |
|
|
|
#2
|
|||
|
|||
|
Re: Problem with Mouseover in Flash Movie
That happens because it sometimes it hasn't finished playing the first sequence....
You need to use the onEnterFrame function so it continually loops/cycles through your code... Read this, this is exactly what you are wanting... http://www.kirupa.com/developer/mx20...ton_effect.htm Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| problem, mouseover, flash |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with xml-flash and loading movie property | mars | Flash & Multimedia Forum | 8 | Apr 11th, 2008 17:41 |
| flash movie adjustment | mitranandan | Flash & Multimedia Forum | 1 | Apr 17th, 2007 21:56 |
| Flash Movie | enemeth | Flash & Multimedia Forum | 3 | Feb 21st, 2007 17:19 |
| Help! Can't run flash movie | alecseiffel | Flash & Multimedia Forum | 3 | Jan 31st, 2007 17:53 |
| Problem with iframe & Javascript - Trying to communicate with a flash movie | victorpantet | JavaScript Forum | 1 | Feb 5th, 2006 03:06 |