first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
function OnRelease(buttonClip)
|
||||
{
|
||||
if(buttonClip == Yes)
|
||||
{
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(_parent._parent,"OnYesClicked"),"");
|
||||
}
|
||||
else if(buttonClip == No)
|
||||
{
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(_parent._parent,"OnNoClicked"),"");
|
||||
}
|
||||
_parent.gotoAndPlay("_close");
|
||||
}
|
||||
function onUnload()
|
||||
{
|
||||
delete OnRelease;
|
||||
delete onUnload;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
this.buttonName = "$" + qualifyName(_parent._parent._parent,"YesButtonLabel");
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
this.buttonName = "$" + qualifyName(_parent._parent._parent,"NoButtonLabel");
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
stop();
|
||||
Reference in New Issue
Block a user