I'm working on my new site and venturing into a little actionscript. To no avail unfortunately.
If you mouse over any of the pictures in the middle there you should get a pop up similar to how you do for ALT text. The problem is it only fades out when you rollOut to the left or to the bottom. If you move out over the top or the right, it continues to drag and it stays visable.
Each "ALT" is obviously a MC and they are setup like this:
![]()
and here is the code for the button (picture)
Any help would be greatly appreciated. Also if anyone could recommend a good actionscript book that would be huge.Code:on (rollOver) { feat1rollover.gotoAndPlay("feat1dragon"); startDrag("feat1rollover", true, 12, 257, 158, 327); } on (releaseOutside, rollOut, dragOut) { feat1rollover.gotoAndPlay("feat1dragoff"); stopDrag(); }
Thanks,
Craig





Reply With Quote