Flash: on imageLoad
Flash: on imageLoad
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- Anarchitect0
if(mc.getBytesLoaded() == mc.getBytesTotal( && mc.getyteesTotal() > 4) {
mc.play();
} else {
mc.gotoAndStop(1);
}
if(mc.getBytesLoaded() == mc.getBytesTotal( && mc.getyteesTotal() > 4) {
mc.play();
} else {
mc.gotoAndStop(1);
}