THis is button script, I need to add more pages in my flash site but I can’t figure it out. There is a movie called pages200,201 etc… This is what this script is calling but I can’t make it call a new page. Also i need to know how to create a forum inside of flash. I can send fla. if needed…
on (release) {
if (_root.pa<>8) {
_root.pa = 8;
_root.play();
_root.pic.play();
}
}