Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FAO virt2002 (Carl) 2

Status
Not open for further replies.

BigBadDave

Programmer
May 31, 2001
1,069
EU
I replied to your email but got a message back saying your AOL email didn't exist, anyway, sorry to have been ages responding (been on vacation)

Hows this :

Regards

David Byng

spider.gif


davidbyng@hotmail.com

while (Me < Drunk) {
Beer++
}
 
yeh sorry dave just changed the 01 to 02 and forgot to write you back..


Anyways is perfect, thanks alot..

logo.gif


carlsatterwhite@orlandomediasolutions.com
 
hey dave..

roll over menu one and scroll the content..you have to scroll the content..now rollout..rollover again and the menu now stops about 15-20 pixels away from it's original _x coordinate..see what i mean?
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
sorry _y coordinate..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Yeah I see what you mean seems to be intermitent might be best to get wangbar to check it Regards

David Byng

spider.gif


davidbyng@hotmail.com

while (Me < Drunk) {
Beer++
}
 
I can't download the file at while I'm at work but if you're still having problems I'll have a look tonight when I get home. Slainte

 
ok ewan i will be looking for your response..

thanks alot..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Carl, here's where the problem is...

if (newY>=origY-(movie._height-30)) {
newY = origY-(movie._height-30);
}

The problem is intermittent because it only seems to happen when you scroll the menu down - when this happens the scrolling part actually extends beyond where the clip's boundary originally was: in other words it changes height. So when the mouse goes back over the menu button and triggers the hitTest condition its position is reset according to the clip's new height and therefore it moves slightly. You can fix this really easily by hardwiring the clip's size rather than calculating it on the fly with _height.

It's a really cool looking menu, nice one Dave. Slainte

 
thanks ewan i will see if i can work it out..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top