Flash Q
Flash Q
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- fusionpixel0
yeah,
just create a if statement
if (window_off_focus == false) {
doSomething();
}else{
doNothing();
}
yeah,
just create a if statement
if (window_off_focus == false) {
doSomething();
}else{
doNothing();
}