A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Android Air Touch Events

  1. #1
    Senior Member
    Join Date
    May 2005
    Location
    Wisconsin
    Posts
    181

    Android Air Touch Events

    How would i handle a user touching a buttons and going to the next frame of my MC?

    This is as3 code but i get an error when publishing
    What would the correct code look like?


    next_btn.addEventListener(MouseEvent.CLICK, nextPage);
    function nextPage(evt:MouseEvent):void
    {
    nextFrame();
    }
    Josh
    Multimedia Programmer
    flashmajic.com

  2. #2
    Senior Member
    Join Date
    Jan 2006
    Posts
    133
    what error?

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