[osflash] Flash ques.

M S msin33 at gmail.com
Thu Aug 3 16:05:20 EDT 2006


1. level: beginer
2. Scene 1 only.

I have a 10 thumbnails that appear through motion tween applied, so
they gradually appear. Once this stops, I need to place a mouse action
which enlarges the thumbnail when the mouse is over the thumbnail.

To experiment  I created another movie (useover.swf) for 1 thumbnail
in a new file. Then copied all the frames from useover.fla, right
after the first thumbnail tween.

When I test scene 1, the 'tween'part of the movie (where the
thumbnails appear) has totally disappeared leaving only the thumbnail
which enlarges  when the mouse is over.

I 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

If I change the frame, the enlarge effect doesn't work.

Sincerely appreciate



More information about the osflash mailing list