ACTION SCRIPT QUIT,  MINIMIZE dan MAXIMIZE

Tombol Quit ( Exit )

on (release) { fscommand("quit","true");         

 }    


Tombol Minimize dan Maximize

on (release) {       
    if (penuh == 0) {         

        fscommand("fullscreen", "true");        
        tampilan = "Normal";         
        penuh = "1";         
    } else {           
        fscommand("fullscreen", "false");        
        tampilan = "Full Screen";          
        penuh = "0";           
    }            
}         

0 comments:

Post a Comment

 
Copyright © CATATAN KU