D
dan d
Guest
ok so i am making an "online portfolio" in Flash Cs3 Action script 2 and i am making a flash slide show i made a movie clip of the window where the image will appear and i have the images on seperate frames and i made a button with this code:
on(release){
_root.clip.gotoAndStop("2");
}
and i do not know how to make it continue to the other frames and i dont know what the coding for the back button will be
on(release){
_root.clip.gotoAndStop("2");
}
and i do not know how to make it continue to the other frames and i dont know what the coding for the back button will be