Jump to content


Menu on Services page


7 replies to this topic

#1 commotion

    Member

  • New Members
  • PipPip
  • 25 posts

Posted 05 August 2007 - 06:47 AM

OK i changed where the text is and changed where the invisible button is also looks like this
Posted Image

but turns out like this

Posted Image

please help

~Shaun

#2 Wolf Gross

    Advanced Member

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

Posted 05 August 2007 - 09:50 AM

...check the "y" coordinates of the 4 "SUBNAV1-2-3-4" sprites inside the"SUBNAV" sprite on the "Transform" panel, by default they are 0-15-30-45, if you want a bigger gap then 15 pixel, you have to change that on the "Transform" panel, save the swi and export the swf into the "UPLOAD" folder.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#3 commotion

    Member

  • New Members
  • PipPip
  • 25 posts

Posted 07 August 2007 - 03:48 AM

Ok i changed them to 0,50,100,150 and still same thing i see the change and after i save it and xport it it goes back to being tight again

#4 Wolf Gross

    Advanced Member

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

Posted 07 August 2007 - 09:07 AM

...sorry, just noticed that the spacing variables are also contained in the scripting of the template.
Select the sprite "SUBNAV" in the "Outline" panel and then in the "Script" panel, change the "15" to "50", eg...

onFrame (2) {
// set subnav positions
for (i=1; i<=nSubs; i++) {
_parent.SUBNAV["SUBNAV"+i]._x = 0;
_parent.SUBNAV["SUBNAV"+i]._y = ((i-1)*15);
}
stop();
run1 = 1;
}

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#5 commotion

    Member

  • New Members
  • PipPip
  • 25 posts

Posted 12 August 2007 - 02:43 AM

Sweet that worked like a charm... anyway just a quick question is there like a download section.. i looking for other music like you guys have on the other templates is this possable?

#6 Wolf Gross

    Advanced Member

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

Posted 12 August 2007 - 09:56 AM

Free Sounds

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#7 commotion

    Member

  • New Members
  • PipPip
  • 25 posts

Posted 15 August 2007 - 11:09 AM

i thought you said they where free lol they charge money lol

#8 Wolf Gross

    Advanced Member

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

Posted 15 August 2007 - 11:17 AM

...not all of them - try FK for example.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users