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