A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: rollOut only works left and bottom?

Threaded View

  1. #1
    I'm not afraid Fearless's Avatar
    Join Date
    Jun 2000
    Posts
    351

    rollOut only works left and bottom?

    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)

    Code:
    on (rollOver) {
        feat1rollover.gotoAndPlay("feat1dragon");
        startDrag("feat1rollover", true, 12, 257, 158, 327);
    }
    on (releaseOutside, rollOut, dragOut) {
        feat1rollover.gotoAndPlay("feat1dragoff");
        stopDrag();
    }
    Any help would be greatly appreciated. Also if anyone could recommend a good actionscript book that would be huge.

    Thanks,
    Craig
    Last edited by Fearless; 07-10-2004 at 02:05 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center