actionscript question?
actionscript question?
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
this.onRollOver = function(){
dothis();
}or
this.onPress = function(){
dothis();
}or
this.onRollOut = function(){
dothis();
}this.onRelease = function(){
dothis();
}