A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Close application button in koolmoves

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1

    Lightbulb Close application button in koolmoves

    Does anyone know how to create a button to close the application in KoolMoves ????

  2. #2
    Super Moderator
    Join Date
    Jun 2000
    Posts
    3,512
    I am not sure what you are asking. What application are you trying to close?

  3. #3
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Since you don't provide enough information to be sure this is what you need.... I'll assume you are creating a projector and have a button named btn1



    Something like this
    btn1.addEventListener(MouseEvent.CLCIK, closeHandler);

    function closeHandler(Event){
    fscommand("quit");
    }

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