first commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
on(press){
|
||||
gotoAndStop("_down");
|
||||
play();
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
on(release){
|
||||
gotoAndStop("_release");
|
||||
play();
|
||||
_parent.OnSpinnerButtonClicked(this);
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
on(rollOut, dragOut){
|
||||
gotoAndStop("_up");
|
||||
play();
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
on(rollOver, dragOver){
|
||||
gotoAndStop("_over");
|
||||
play();
|
||||
}
|
||||
Reference in New Issue
Block a user