Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Scroll Bar Help. Scrolling A Movie Clip



I am in the process of trying to make a scroll bar for an mp3 player, but for some reason, I cannot get the height of the area that needs to be scrolled.So far, I have set up the playlist area that automatically fills according to all the songs in the playlist. I put a mask on the top of the playlist to keep the extra hidden until it is scrolled to.The playlist area is called botThe playlist mask is bot_maskThe song titles and names are added to bot.playlist and when more than one song is in the playlist, it duplicates bot.playlist.hopefully you can understand that :p I just need to know how to get the height of the playlist area after it has finished adding all the song and band titles.



KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 07-23-2008, 04:32 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Scroll A Movie Clip W Relative Scrolling
I've been doing the ActionScript bible's ch35 scrolling/dragging effect lessons to help me build a scroll bar to control a movie clip without tweening - my up and down arrows are fine, but my problem is that in the book they introduce the scroller handle to scroll dynamic text - ok fine. I did that. Now I'm trying to manipulate it to scroll using the same relative logic on a movie clip object. Is there a good slider tutorial out there - if so I can't find it. My slider is going up and down just fine but it's not moving my content movie clip. My content movie clip is called 'content'. ...end of my rope here.

Scrolling Movie Clip That Use's Get Property Need To Set Max Scroll Limit Any Ideas?
i have a movie clip which use's the set, get property commands.

the problem is setting a max scroll point so that the clip stops scrolling at a certin point.

i have a set of actions on piticular frames.

for example

y = getProperty("office", _y);
setProperty ("office", _y, Number(y)-10);

what happans is a have a set of buttons which on roll over go to these frames.

im trying to set a max limit by using the if command but im having trouble

Any help people would be great. Always appreciate it

Mo...

Scrolling A Movie With A Scroll Bar
How do i make a movieclip scroll with a scroll bar of my own design? I created the scroll bar and the scroller on the scrollbar.

Scroll Bar For Movie Clip
Hello all,
I want to control a movie clip with a scroll bar. Right now I have a play button and a rewind button. I have a different graphic on each from of the movie clip. When played it looks like you are going in cirlces around a room. just like a QTVR. I have the play button and rewind button working but I want to use a scroll button instead..
thank you
james@mymaze.com
mymaze.com

Scroll Through A Movie Clip
I basically want to take a movie clip and control it (forward & backward) with two buttons.

I've seen someone ask it before but I can't find it in the search engine.


Thanks for the help!!!




PP

Scroll A Movie Clip?
I have a movie clip made of a list of dates longer than the height of the movie. I want the movie clip to scroll following the mouse up and down. I've seen it before, but I don't have a fla to learn from!
Thanks

Chris

Scroll Bar -> Movie Clip :)
Is there any chance that i could use Scroll bar from Flash UI Components on Movie Clip simbol? like i use it on text box?

Scroll A Movie Clip
Can anyone please tell me how to scroll a movie clip up and down using two scroll buttons. I have these really long list of buttons in a movie clip and I have limited space. So I wanna make it scroll in one window. How is this done?

( Using Flash MX )

Thank you so much in advance.

To Scroll A Movie Clip
Hi, I am trying to make a scrollbar that can scroll movie clip (or HTML w/ images, that'd be the ultimate goal). Somebody sent me a FLA file that I THINK was made by Claudia (sp?), however I would love to read some explaination of setting it up. Anybody knows of a link to a tutorial site with better explaination? I'd greatly appreciate it!

Scroll Movie Clip
I'm posting again because i didn't get an answer i wanted. If you visit pixelranger
you will find on the home page is a movie clip scroller, with up, down, buttons and a dragbar. This scroller operates like a browser scroller, or iframe scroller, except in flash. Does anyone know how to replicate it, so it actually looks like a scrollbar ? I can't seem to find any tutorials on this.

Scroll Movie Clip
Hi everyone

I can't get my head round making a simple scrolling movie clip

The only website I have found what I'm looking for is Britney Spears I would be grateful if you could take a look at that home page, there is a scrollable latest news section with text and graphics. It is very simple but effective I like just the white block scrolling.

I have tried to do this but I can't quite get it right. the scroller will not stop exactly where i want it etc!!!

I would really appreciate it if anyone knows how to make this editable movie clip scroll? Even better if someone has already made a script like this that can be downloaded.

Thanks guys, i'm sorry about the long post!

Scroll Movie Clip
Hi Can someone please send me an fla of a simple scroller that scrolls movie clips. I'm having trouble. Thanks,
Mark

How To Scroll A Movie Clip?
I have looked all over the web and I can't seem to find anything that tells how to scroll a movie clip from left to right. I want to add a scrollbar to a series of movie clips since I am making a thumbnail gallery where you click on thumbnails and they load up larger clips. I used to use the ultimate scroller by flashloaded.com when I was doing things in as2, but of course, none of that works with as3. Any help is greatly appreciated!

Scroll Movie Clip
Hello,

I would like to have a movie clip that can be scrolled horizontally, either with arrows or the scroll bar and I am having a hard time figuring it out.

Any suggestions ? Thanks

[FMX] Scroll A Movie Clip..
Hello!

Could anyone please tell me how to scroll an external movieclip? I have a movie clip containing text and pictures in a swf file, and in my main file i have loaded the clip using loadMovie. Theres loads of information on how to scroll text boxes, but i cant find anything on scrolling external movies..

Any suggestions?
Ta!

Scroll Movie Clip?
Hey,

Can anyone tell me how or maybe where a tutorial is for scrolling a MC?
I have a MC with content such as text & images etc which I am going to mask it and I want to be able to scroll it with a bar.. Any help would be very helpful//

[FMX] Scroll A Movie Clip..
Hello!

Could anyone please tell me how to scroll an external movieclip? I have a movie clip containing text and pictures in a swf file, and in my main file i have loaded the clip using loadMovie. Theres loads of information on how to scroll text boxes, but i cant find anything on scrolling external movies..

Any suggestions?
Ta!

Movie Clip Scroll
I have these buttons inside a movie clip and when you drag the button I wanted the movie clip to scroll up but instead it scrolls down. I find this code hard to modify. To give you a better picture of the problem here is the code on the button that drags the movie clip


ActionScript Code:
on (press) {
        startDrag (/:this, false, 240, 15, 512, 15);
}
on (release) {
        stopDrag ();
}


And this is the code on the Movie Clip


ActionScript Code:
onClipEvent (enterFrame) {
        MovieHeight = 135;
        ScrollHeight = this._height - MovieHeight;
        ScrollbarWidth = MovieHeight - _root.drag._width;
        Proportion = ScrollHeight/ScrollbarWidth;
        this._y = Proportion * _root.drag._x *-1;
}


Now how can I make the movie clip scroll up ward and not down ward? No matter how hard I tried it just doesn't work.

Help With 'locking' Movie Clips To Another Scrolling Movie Clip.
Hi there, I am working on a project that needs a map of a city. Because the map is too big to fit on screen I decided to have controls to pan it around north south east and west. This works fine, but I want to represent points of interest throughout the city with animated movieclips overlaid on the map.

I have set up the movie so that the overlaid clips scroll with the map, however when the map reaches its boundaries the overlaid clips keep scrolling. So in effect what I need is to find a way to 'lock' the overlaid clips onto the _x and _y axis of the map. Any ideas how I can do this?

I realise this might be a little hard to understand on its own, so I have included the .fla file for you to play around with. Any help with this would be much appreciated.

:( I Need To Scroll My Movie Clip Left Right Up And Down
is it possible to scroll my movie clip left right up and down ..Actually I am making a map of my block and thats y I need that type of scrolling I have downloaded a fla file from which after editing I am able to scrolll my mc up and down but cant figure out how to move it left right keeping in the same movie clip Please help

:( I Need To Scroll My Movie Clip Left Right Up And Down
is it possible to scroll my movie clip left right up and down ..Actually I am making a map of my block and thats y I need that type of scrolling I have downloaded a fla file from which after editing I am able to scrolll my mc up and down but cant figure out how to move it left right keeping in the same movie clip plz help.......

Gurus.....scroll Movie Clip
Hi Gang,

I have a movie clip i'm trying to scroll, well I am scrolling but I need to put an action to stop it scrolling when its a certain y position.

so far I have: (scroll is my movie)

on (release, keyPress "<Up>") {
scroll._y += 20;
}

How do i stop it scrolling ?

I take it the "<down>" is the opposite?

Thanks

Planethouse

Scroll A Movie Clip Without Scrollpane?
I like the scrollpane it's just that I don't like the border that it gives me. It seems you can't change it's appearance either so does anyone know how to scroll a movie clip any other way? I guess I would need some actionscript but I'm not a very proficient programmer so...any help would be greatly appreciated. Thanks.
Jay

Basic Movie Clip Scroll
Hi guys, maybe somebody can help me?

Im trying to build a simple flash site with a scrolling movie clip across the page. The movie clip needs to scroll because it is too wide for the movie. It needs a "scroll right" and a "scroll left" button - which work when hovered over.

I have acheived the desired effect using


Code:
on (rollOver) {
setProperty(myScrollingClip,_x,(intPosition-1));
}


as the action on the "scroll right" button, and


Code:
intPosition = getProperty(myScrollingClip,_x);}


as a frame action.

It works once, but doesn't keep scrolling when the mouse is kept over the button!!

If anyone can help with this I will be most grateful, thank you.

DanFK

How Do I Scroll Past 700 Px In A Movie Clip?
I'm in a movie clip and I can't scroll past 700 px. Somehow I put a guide at 800 px earlier, but I can't get to it.

Scroll Text In A Movie Clip
Hi all,
I just bought a flash template and want to customize it myself. I know a little about Flash.

The temp does not have any scroll, but I do need it for longer content pages we have.

all content pages in that temp are in a movie clips called "Pages".
Each page has a frame.

I tried five or six scroll text kits from this site.
They work when they are on the scene, but i copied them to a movie clip symbol. they stopped working ?

any one knows what happend ?

Scroll In Movie Clip Issue.
I am using this action on two movie clips up and down arrows for dynamic text.

this is the down arrow:

onClipEvent ( enterFrame ) {
if (lPressed) {
_root.textloader.scroll += 1;
}

Up arrow:

onClipEvent ( enterFrame ) {
if (lPressed) {
_root.textloader.scroll -= 1;
}
}

It works fine but I have the whole object now in a movie clip due to site layout and now it will not work. Why? I tried to switch arrows to buttons but not sure on how to change the command "action" lines for this.

Help please.

Thanks

Scroll Inside The Movie Clip
hi guys..

need help...

i have main flash movie wherein i call the some swf file with scroll and load it in my MC, but unfortunately when i called it.. the scroll button and some of the buttons did not work??

this was my commands in scroll movie:

on (release){
loadMovie("my.swf", _root.mc);
}

my scroll swf file are working properly but when i called it in MC in my main move, it did not response..

kindly help..

thnx..

Scroll Bar Down Arroy - Movie Clip
on (press, keyPress "<Down>") {
_root.mov_y2 = -280;
}


This the AS for a down arrow on a scroll bar I made for scrolling a movie clip.


What I WANT to do is set it up so that when the user clicks again, after the initial click, it will go to another Y coordinate, i.e. scrolls my movie clip down farther.


Ideas?


Thanks!!!

Load Scroll Bar Into Movie Clip
Hi i am using this scroll bar.

http://www.flashkit.com/movies/Scrip...3731/index.php

But it doesnt work when i load it into another movie clip. Can someone show me how to do that please?
Thanks people

Scroll Bar To Work Within Movie Clip. V.6 Please
hello.
i need a scroll bar to work within a movie clip.
whispers gave me a beautiful looking scroll bar but it was for v.8 and much to my despair i couldn't open the flash doc.
either i need somebody who knows how to convert from 8 to 6?
or somebody with a handy v.6 scroll bar (for dynamic text), that i can plop in to my movie clip and edit.
why does flash promise so much and then fail to deliver?
help!
ta.

Help On Buttons To Scroll Movie Clip
Hi everyone,

im trying to get my movie clip which is inserted into a mask layer and scrollable through the use of a scroller to also scroll through the use of buttons.

So far i can get the movie clip to move slightly on one click but then it moves back to its original position. I am using the following on release command at the moment but to no avail:

on (release) {
setInterval(Update, 1000);
function Update()
{
movIn._x = ((movMask._x-5-movScroller._x-5)*1+movMask._x;
}
}


anyone have any ideas what I am doing wrong? I think it might be something to do with an update, how do I update movIn's new positions after using it?

Thank You

3D Movie Clip/Scroll Information
Could anyone help me with information on how to create the effect used in the website www.whatworksweb.com. How was that 3D effect created? It appears to be a movie clip controlled by its internal buttons, but what about the 3D effect?

Thank you for any help

Scroll Movie Clip Down Button
Hi,
Does anyone know of a way to use a button to scroll a movie clip down, using the _y property, and to continue to scroll down while the button is being held down? I also need to know how to make it stop once it reaches a certain point.

Kathy

Controlling Another Movie Clip With A Scroll Bar
Ok,

If I take a sound clip that I manipulate in sound forge that starts at an engine idle and progresses to a high rpm engine sound, and then I import that as a flash movie clip:

On another level I have a scroll bar, I create an object sound in that movie clip.  

How do I make the scroll bar (slides up and down on _y axis) call to play specific frames of the RPM sound as the scroll bar accelerates up the _y?

If the origin of _y is _y + 255, and the top of the accelerator scroll bar is _y + 155, and my engine sound clip is 100 frames long, I want to call to frame 1 of the sound when _y is at _y + 255 and when _y = _y+200 I want to call to the sound at frame 50, and when _y = _y + 150 I want to make the sound play at 100, the peak engine performance sound.  But as the scroll comes back down to _y + 255 the sound needs to know how to regress as well.  

Thanks for any input!!!

Taxidriver

Scroll An Attached Movie Clip
Hi I have a movie clip in my library that I dynamically load images into than attach it to my main timeline using attachMovie, now I would like to create some kind of scrollbar  or navigation to move this movie up and down so that the user can cycle through all the images.

thanks.

W i K


How To Do Scroll Bar To A Dynamic Movie Clip
I try to read data from xml file
and i creat dynamic button accoring to data
and i would like to display button into two columns which is attach to movie clip and want to have a scroll bar to attach to that movie clip to go up and down.

Anyone please help to do a scroll bar for dynamic button filed.

How To Get A Movie Clip To Randomly Scroll Through My Movie.
Hmm... I've got a small movie that I'd like to have a movie clip I've made randomly move from the top of the movie to the bottom and then restart the effect. I'm sure this is relatively simple... I just don't know how to do it

P.S. I'd like multiple instances of the clip to do this if it makes a difference.

Thanks,

Scrolling Movie Clip
can someone tell me how to make a movie clip that scrolls left on rollover, please.
___________
Thanks

Scrolling A Movie Clip
Can someone point me in the right direction? I'm not asking for a tutorial but just a step in the right direction.

I'm trying to get a drop down menu with the ability to scroll. I know how to scroll an external text file but scrolling a movie clip I'm stumped. Any help is greatly appreciated.

I'd like to have a similar effect of the dropdowns in The City Of Weston site from 2A.

Thanks,

Ryan

Scrolling Out A Movie Clip
I am having trouble having my movie clip slide off the page. My MC tweens onto the stage and I set the properties with the X and Y position with a on mouse event. Great. But I want the MC to move off the stage when I click a new button and have a new MC go onto the stage. Help?

-Mark

Scrolling Movie Clip
I have a movie clip that contains a really long sequence of images. Its easier if you look at http://www.measuretwicecutonce.co.uk and click on "work", which functions fine right now.
Basically i need to add more people to the list but when the clip gets too long the images appear all stretched and stripey although they are in their correct proportions.

Has anyone else had this problem and is there a fix or is it just that you cannot go beyond certain limits of the Flash stage?
[Edited by BSUC on 03-31-2002 at 09:20 AM]

Scrolling A Movie Clip Need Some Help Please.
Ok basicly im creating a gallery that will have around 40 images that im wanting to have at the bottom of the page it will be on and beable to scroll it from one end to the next. im gonna have each thumbnail as a button so that when you click on it, it will then load the full size image for you. So basicly i need i guess a movie clip with the buttons then i need to no how i can scroll that left to right and right to left. Anyone no where i can get a good tutorial or even a file to pull apart. Ive looked on here and found one but it was s*** and the actionscript was a mess and it was all set up to scroll up and down and when i changed the x and y it all messed up for some reason although thats what it says i was to do. So any help would be most appreciated.

Mental

Scrolling Movie Clip
I need help with this scrolling movie clip effect I am trying to accomplish. I have the code below: It''s working, but not correctly... any idea what I goofed up?

This is the script on a movie clip instance named scrollClip. The top of the clip (y) is at 250 and bottom
of the clip is at 313.

onClipEvent (mouseMove) {
xMousePos1 = _xmouse;
yMousePos1 = _ymouse;
if (xMousePos1>xMousePos2 && yMousePos1>250 && yMousePos1<313) {
_root.scrollClip.nextFrame();
}
if (xMousePos1>250 && yMousePos1<313) {
_root.scrollClip.prevFrame();
}
if (yMousePos1<250 || yMousePos1>313) {
play();
}
xMousePos2 = _xmouse;
yMousePos2 = _ymouse;
}

Thanks for any help!

Can Someone Help With Scrolling A Movie Clip
I want to use a scroll bar to move a movieClip that is behind a mask on the stage. How can I go about this? I want the scroll bar to basically act just like the scroll bar in your web browser. Can anyone get me started in the right direction?

Thanks.

Scrolling A Movie Clip?
I know how to scroll text, but I just can't seem to figure out how to scroll a mc or a graphic. Can anyone help me out? Is it somehow done my masking or what
EDIT: To be more specific I mean scroll a graphic or mc using a scrollbar

Scrolling Movie Clip?
This should be easy but I can't seem to figure it out...

I've got a movie clip with a mask over it. I want it to scroll, vertically, behind the mask when the user rolls over an up arrow or down arrow (also seperate movie clips).

What action script do I need on each of the arrow movie clips to make the scrolling clip move up and down?

Thanks,
Clint

Scrolling Movie Clip
I've got a movie clip, and a scrollbar on the side that controls it, with up and down arrows. The up and down arrows work (they control the movie clip) but you have to keep pressing them; you can't just hold them and them them scroll. How can I make it so the user can hold it and it will keep scrolling?
(Flash 5)

Copyright © 2005-08 www.BigResource.com, All rights reserved