Jump to content


2 Galleries


5 replies to this topic

#1 Futuro72

    New Member

  • New Members
  • Pip
  • 3 posts

Posted 18 April 2008 - 05:29 AM

Hy,

I recently bought this template and as I was trying to insert a 2nd Gallery I noticed that the pictures from this 2nd Gallery don't open!?...

What I did was:

- I opened the Gallery template from the "Templates" folder, made the necessary changes and saved it as section4. (this one works fine)
- Next I opened the Gallery template from the "Templates" folder again and made some changes and saved it as section3. (this one doesn't work)

What did I do wrong?... or... how can I fix this? :)

Another thing I would like to know is: I've been using SwishMax to make these changes, and I've been thinking about buying the new SwishMax2, I've even tried the DEMO, but the site gets all buggy when I use SwishMax2 (I get the same page when I change Menu)... should I continue with SwishMax, or buy the new version?

Thanks in advance,

BR

#2 Wolf Gross

    Advanced Member

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

Posted 18 April 2008 - 10:38 AM

...there's a little bug in the script if you want to use the gallery.swi in section 3 - but easy to fix - open "main.swi" and in the "Outline" panel, highlight (select) the sprite "Control" and go to the "Script" panel and change this...
function galchange() {
content._1.sectchange = 1;
content._2.sectchange = 1;
content._3.sectchange = 1;
content._4.sectchange = 1;
content._5.sectchange = 1;
}

...to this...
function galchange() {
content._1.sectchange = 1;
content._2.sectchange = 1;
content._3.sectchange = 0;
content._4.sectchange = 1;
content._5.sectchange = 1;
}

...and the images will show ok.

Regarding the template and SM2 - for the moment I would suggest to continue SM1 when editing the template as there are some issues with SM2 and some of the templates that contain "targets" and have to be exported as swf6's because of the complexity of some of the masks in the template.
Support and the developers are working on this at the moment.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#3 Futuro72

    New Member

  • New Members
  • Pip
  • 3 posts

Posted 19 April 2008 - 06:22 AM

Thank you very much... excelent job! :)

#4 Wolf Gross

    Advanced Member

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

Posted 19 April 2008 - 10:08 AM

...actually looking at this again, this is not the correct way of fixing this, you'll notice if you have one of the images showing from a gallery in section 3 and then go to another section of the temlate, let's say "About" - this will open on top of the displayed image.
The correct way of fixing the bug is - first change the script back to what it was, eg...
content._3.sectchange = 0;
to
content._3.sectchange = 1;
...then got to the script at frame 79 and change this...
onFrame (79) {
stop();
}
to
onFrame (79) {
content._3.sectchange = 0;
stop();
}

...this will work fine.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#5 Futuro72

    New Member

  • New Members
  • Pip
  • 3 posts

Posted 21 April 2008 - 04:34 AM

I do not dare to change anything else!... :) :) :)

The page is working perfect with your 1st suggestion!...

Another thing... how do I change the way the LOGO enters the scene?... it's sliding from left to right but I would like it to Fade-Burn in !...

Thanks once more for all your help!

BR

#6 Wolf Gross

    Advanced Member

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

Posted 21 April 2008 - 09:04 AM

...you should change the script - go the the gallery in your section 3, open an image and then go to another section - you will see that the openend image is still visible.
...as for the logo - simply change the slide in effect in the timeline to a fade in effect...
Attached File  logo_slide_in.jpg   75.59K   3 downloads

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users