Has anyone noticed that if you use the multiple template in any section then that section loads behind section1 on page load? Is this normal?
to clarify: if you use a multiple template and export it as a section say section4.swf you can physically see that section slide up the screen a ten of second behind section1 as the page loads. once the page loads though it is not visable when switching between sections on the menu. I tested this exporting multiple template to all sections other that 1 or 6 and it produces the same behavior.
Is this a bug or is this by design?
http://hh.marksmancomputers.com/
Thanks,
Mark
Using Template Multiple.swi
Started by marksmanaz, Feb 06 2010 06:47 AM
5 replies to this topic
#1
Posted 06 February 2010 - 06:47 AM
#2
Posted 06 February 2010 - 12:15 PM
...this is probably due to some of the changes you've done - I can not reproduce this - http://wolfgross.com/103 - I saved "multiple.swi" as section4.swf (Services) - also your "Contact" link does not work.
wolf
wolf
#3
Posted 07 February 2010 - 01:05 PM
That is strange because I have a clean copy of site 103 with no changes; I converted the multiple.swi to a swf and renamed it and it does the same thing. I can send you or upload the clean site if it will help. I have disabled the contact section until I finish.
Thanks,
Mark
Thanks,
Mark
#4
Posted 07 February 2010 - 01:12 PM
...what version of SWiSH Max (Help/About SWiSH) are you using?
wolf
wolf
#5
Posted 07 February 2010 - 01:15 PM
I found it. for some reason the template had the first frame stop command in the scene_1 script commented out as below. I took out the comment marks and it works. This is in the original template when I unpacked it; so if anyone else comes across it here is the answer.
onFrame (1) {
// stop(); *** remove // from this line ***
}
onFrame (2) {
setLabel("intro");
}
onFrame (29) {
stop();
}
onFrame (30) {
setLabel("outro");
}
onFrame (50) {
setLabel("out");
}
onFrame (51) {
stop();
}
onFrame (1) {
// stop(); *** remove // from this line ***
}
onFrame (2) {
setLabel("intro");
}
onFrame (29) {
stop();
}
onFrame (30) {
setLabel("outro");
}
onFrame (50) {
setLabel("out");
}
onFrame (51) {
stop();
}
#6
Posted 07 February 2010 - 01:20 PM
...thanks - but as I said I have the original 103 (when it was first published) and there is no problem with the default editing files.
wolf
wolf
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












