first commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
text = "$" + qualifyName(_parent._parent,"QuantityText") + "&dropshadow";
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
on(construct){
|
||||
_type = "RenderImageDisabled";
|
||||
_imageMap = "";
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
_imageMap = qualifyName(_parent._parent,"Image");
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
on(construct){
|
||||
_type = "RenderImage";
|
||||
_imageMap = "";
|
||||
_mode = "";
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
onClipEvent(load){
|
||||
_imageMap = qualifyName(_parent._parent,"Image");
|
||||
colorizer = new Color(this);
|
||||
if(_parent._parent.imageTint != undefined)
|
||||
{
|
||||
colorizer.setRGB(_parent._parent.imageTint);
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
gotoAndStop("_over");
|
||||
play();
|
||||
Reference in New Issue
Block a user