first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
@@ -0,0 +1,3 @@
onClipEvent(load){
text = "$" + qualifyName(_parent._parent,"QuantityText") + "&dropshadow";
}
@@ -0,0 +1,4 @@
on(construct){
_type = "RenderImageDisabled";
_imageMap = "";
}
@@ -0,0 +1,3 @@
onClipEvent(load){
_imageMap = qualifyName(_parent._parent,"Image");
}
@@ -0,0 +1,5 @@
on(construct){
_type = "RenderImage";
_imageMap = "";
_mode = "";
}
@@ -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);
}
}
@@ -0,0 +1,2 @@
gotoAndStop("_over");
play();