Flash question
Flash question
Out of context: Reply #5
- Started
- Last post
- 29 Responses
- unfittoprint0
shit. QBN doesn't allow 'less than' operator....
on(release){
if (myMC._currentframe 'less than' 12){
getURL ("this.htm","_blank");
} else{
getURL ("that.htm","_blank");
}
}