gradually appear. Once this stops, I need to place a mouse action which
enlarges each thumbnail when the mouse is over the thumbnail.
To test this I created another movie (useover.fla) for only 1 thumbnail in a new file with mouseover effect. Then copied all the frames from useover.fla, right after the first thumbnail "tween" last frame, in Scene 1.
Now, when I test scene 1, the 'tween' part of the movie (where the thumbnails appear) has totally disappeared, showing only the 1 thumbnail which enlarges when the mouse is over.
Can't seem to figure how to get the tween effect + the mouseover effect.
Which frame should the script for the enlarge thumbnail go? Currently it's on
the 1st. frame of scene1:
ifFrameLoaded(49)
{
false;
} // End of ifFrameLoaded
if (true)
{
gotoAndPlay(49);
Frame 49 has the pasted useover.fla frames in scene 1.
If I switch this action frame (1st. frame scene1), the enlarge effect doesn't work, only the tween with all the thumbnails works.
A .gif explaining the scene is attached.
Feedback much appreciated.
Attached Files
Edited by msin33, 09 August 2006 - 01:25 PM.
