PDA

View Full Version : Moving menu nightmare!



JasonK
February 27th, 2003, 05:07 AM
Hi, I have a menu system for my site I made roughly following this tutorial:
http://www.actionscripts.org/tutorials/intermediate/Easing_Menu_System/index.shtml

The problem is, when I specify where the background movie should start (which would be where it moves to when you click home) it moves off to the same place as soon as the movie is loaded...
goto www.saxonfinancials.com/index2.html to see what I mean..
When home is clicked, it goes to the right place.. And I can see the movie is loading in the right place, but then it promptly moves off to the side, but if you click on home again, it moves straight back and stays there, as it should...

Please, any ideas would be much appreciated!!!

Jay

kode
February 27th, 2003, 05:20 AM
code or fla ? :)

hmm .. the fla. it would be easier than recreating the whole thing ;)

JasonK
February 27th, 2003, 06:00 AM
ok, flash now up at www.saxonfinancials.com/SaxonFlash.fla

It makesa no sense!!!

blah-de-blah
February 27th, 2003, 06:09 AM
sorry what do you mean it moves off the side? it looks fine to me...:-\

pom
February 27th, 2003, 06:13 AM
I don't have flash installed here. Can you post your code?

kode
February 27th, 2003, 06:17 AM
declare the value of endX and endY when the movie clip is loaded

onClipEvent (load) {
endX = 1600;
endY = 350;
}
:)

JasonK
February 27th, 2003, 06:36 AM
Thankyou kax!! :P

As almost always, it's something pretty simple...but nevertheless it has me stressing for a couple of days...

and thanks to the others who posted..!

jay

kode
February 27th, 2003, 06:40 AM
no problem jason =)