first commit
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
function SetFaction(faction)
|
||||
{
|
||||
factionLabel = faction;
|
||||
image.gotoAndPlay(factionLabel);
|
||||
}
|
||||
function onUnload()
|
||||
{
|
||||
delete SetFaction;
|
||||
delete onUnload;
|
||||
}
|
||||
if(!initialized)
|
||||
{
|
||||
if(factionLabel == undefined)
|
||||
{
|
||||
factionLabel = "GDI";
|
||||
}
|
||||
initialized = true;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
gotoAndPlay(_parent.factionLabel);
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
gotoAndPlay(_parent.factionLabel);
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
gotoAndPlay(_parent.factionLabel);
|
||||
}
|
||||
Reference in New Issue
Block a user