A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: gotoNextSlide

  1. #1
    Senior Member mzhang's Avatar
    Join Date
    Aug 2000
    Posts
    407

    gotoNextSlide

    Hi there I am using Flash MX 2004 to build presentation...I am going to add the mouse down action, if it be clicked then goto next slide...


    now the code only support the first slide.........any suggestion?


    PHP Code:
    //=====mouseListener
    var mouseListener:Object = new Object();
    //
    mouseListener.onMouseDown = function() {
        
    slide1.gotoNextSlide();
        
    trace("action");
    };
    Mouse.addListener(mouseListener); 
    Cheers
    Attached Files Attached Files

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