PDA

View Full Version : animation with overlapped photo


alien182
02-09-2007, 05:17 AM
Hi to all,
I'm a new Flash user and I'd like realize a small animation like this tutorial:

http://www.toxiclab.org/tutorial.asp?ID=132

my problem is that i've got two overlapped photo and and I'd like that when i press the button of the "back photo" I can see all part of it and not just the part that isn't covered by the "front photo":confused: .
Can someone suggest me somethig to do?

Thanx to all!!

jerol
03-07-2007, 02:57 PM
Hi, Alien182. I'm a little late joining this thread and you may not be watching it, but I have a comment.

If the tutorial (Zoom) still at that URL is the same one you tried in Feb, I think I see an error in the author's ActionScript. It could be causing your problem.

on (rollOut) {
_root.mouse_over_zoom = fstartlse;
}

That last word should probably be false instead of fstartlse. I haven't ried the tut myself (don't have Flash here at the office) so I'm just guessing.