Create Movie Clip And Write this Script.
on(release){
if(Stage["displayState"] == "normal"){
Stage["displayState"] = "fullScreen";
}else{
Stage["displayState"] = "normal";
}
}
ByVicky Kumar




0 comments:
Post a Comment