quicky AS2.0
quicky AS2.0
Out of context: Reply #10
- Started
- Last post
- 15 Responses
- Autokern0
var optin:Number =1
optinbut.onPress = function(){
optin = (optin == 0) ? 1: 0
}For one liners if-then use the conditional operator
http://en.wikipedia.org/wiki/%3F…- << What he says. I'm retarded right now.fyoucher1
- i learned something new today :)
thanksnoiseisthis