Log in

View Full Version : HOW TO: make subpage in flash template



frog
04-20-2009, 07:18 PM
I have flash temple and i want make subpages i even make duplicate of existing so called page and tryed add to new location but isnt work..i dont know how to explain.
My used code is :


on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}
on (release) {
if (_root.link<>5 and _root.flag == 1) {
_root.link = 54;
_root.pgap.bks.gotoAndStop(_root.link);
_root.flag = 0;
_root.pgap.play();
}
}


Thanks in advance :)

Medyman
04-21-2009, 03:32 AM
It's almost impossible to say without looking at the template itself. If you want to post it here (or upload it somewhere and PM me a link to it), I can take a look.

Be warned though. This kind of thing isn't easy with most templates. Most templates I've come across are done by people that don't know the first thing about proper coding. So, most of them are hackish at best and it usually take less time to build the same thing from scratch than to try to adapt it. That said, that doesn't have to be the case.