on (release) {
play();
loadMovie(“linkpool/art.swf”, “content”);
}
I am doing this. However, i want
loadMovie(“linkpool/art.swf”, “content”);
only to work 50 frames after the user has click the button.
on (release) {
play();
loadMovie(“linkpool/art.swf”, “content”);
}
I am doing this. However, i want
loadMovie(“linkpool/art.swf”, “content”);
only to work 50 frames after the user has click the button.
:: Copyright KIRUPA 2024 //--