Jump to content


Using Template Multiple.swi


5 replies to this topic

#1 marksmanaz

    New Member

  • New Members
  • Pip
  • 6 posts

Posted 06 February 2010 - 06:47 AM

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

#2 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

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
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#3 marksmanaz

    New Member

  • New Members
  • Pip
  • 6 posts

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

#4 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 07 February 2010 - 01:12 PM

...what version of SWiSH Max (Help/About SWiSH) are you using?

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#5 marksmanaz

    New Member

  • New Members
  • Pip
  • 6 posts

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();
}

#6 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

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
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users