To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash General Help

Reply
 
Thread Tools Search this Thread Display Modes
Old 03-13-2003, 03:38 AM   #1
phillipjz
Junior Member
 
Join Date: Mar 2003
Posts: 2
movieclip/button linking

hey,

i have devised a movieclip with horizontally scrolling navigation. i set the clip into the movie and everything function EXCEPT that the buttons will not link properly. instead of going to the frame of the scene i specify, they try to goto that frame of the movie clip. even when another scene is referenced. i have tried to link them with something like this:

on (release) {
_root.gotoAndStop("scene2");
}

to try to get them to realize they need to look outside the clip, but it is no help. does anyone know how to get around this. ideally id just throw blank buttons behing the clip, but b/c it scrolls, its not an option.

go here to get some idea of how this looks, below is the script that makes it scroll and react if that has anythign to do with it.

http://www.pzelnar.com/index2.html
phil

onClipEvent (mouseMove) {

xmousepos1 = _xmouse;

ymousepos1 = _ymouse;

if (xmousepos1>xmousepos2 && ymousepos1>-2 && ymousepos1<100) {

_root.scrollclip.nextFrame();

}

if (xmousepos1<xmousepos2 && ymousepos1>-2 && ymousepos1<100) {

_root.scrollclip.prevFrame();

}

if (ymousepos1<-2 || ymousepos1>100) {

play();

}

xmousepos2 = _xmouse;

ymousepos2 = _ymouse;

}
phillipjz is offline   Reply With Quote
Old 03-13-2003, 03:51 AM   #2
phillipjz
Junior Member
 
Join Date: Mar 2003
Posts: 2
got it

nevermind, got it. sorry about that.
phillipjz is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash General Help

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:22 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.