I thought this was obvious.
grosslyclever 2 years ago
thanks
aniko321 3 years ago
thanks as3 is mentall
jemar200 3 years ago
then comes a question. why can't As 3.0 don't allow scripts to be put on buttons? what would be the workaround?
therealorberon 4 years ago
In AS 3.0 you need to give Buttons or Movie Clips instance names and then refer to them from code you type up in a frame.
BlueDragon819 4 years ago
You seriously shouldn't be putting actions on buttons and movie clips in 2.0 either. It's terrible coding.
MachineMalfunction 3 years ago
with all that, maybe your question was half answered... the code goes like this: ButtonFolow.onRelease = function() {
play();
}
Where ButtonFolow is the instance.
nahumrahim 3 years ago
thanks for the vid..!!
pretty interesting!
omgnah 4 years ago
I thought this was obvious.
grosslyclever 2 years ago
thanks
aniko321 3 years ago
thanks as3 is mentall
jemar200 3 years ago
then comes a question. why can't As 3.0 don't allow scripts to be put on buttons? what would be the workaround?
therealorberon 4 years ago
In AS 3.0 you need to give Buttons or Movie Clips instance names and then refer to them from code you type up in a frame.
BlueDragon819 4 years ago
You seriously shouldn't be putting actions on buttons and movie clips in 2.0 either. It's terrible coding.
MachineMalfunction 3 years ago
with all that, maybe your question was half answered... the code goes like this: ButtonFolow.onRelease = function() {
play();
}
Where ButtonFolow is the instance.
nahumrahim 3 years ago
thanks for the vid..!!
pretty interesting!
omgnah 4 years ago