first commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
on(press){
|
||||
_parent.OnPress();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
on(release){
|
||||
_parent.OnRelease();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
on(rollOut){
|
||||
_parent.OnRollOut();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
on(rollOver){
|
||||
_parent.OnRollOver();
|
||||
}
|
||||
Reference in New Issue
Block a user