Flash question...
Flash question...
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
on your Stage listener you could add a conditional like :
if(Stage.width >1000){
dothis();
}else{
dothat();
}
on your Stage listener you could add a conditional like :
if(Stage.width >1000){
dothis();
}else{
dothat();
}