Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
illustratorman #1
Scroll Pains!!!
I am new to Flash and i'm trying to put together a portfolio site. My problem
is I want to create a scrollpane which contains thumbnail buttons of my work,
but I have no idea how to do this! I don't want to use the scrollpane component
because I want to customize the buttons so that they are invisible and scroll
up or down when the mouse rolls over them. I can make my thumbnail buttons and
the invisible ones but when it come to putting it all together I am clueless.
If someone could help me out I would be most grateful!
Cheers.
illustratorman Guest
-
Still having major download pains
Hi all This is driving me totally crazy. The Flash 9 download will not work for me as I see it won't for quite a few others, I just get an empty... -
I want a scroll bar. I might die.
So I've been reading through the help files and my "Flash MX2004 for Dummies" for a while now... still haven't quite got it. I have a staticframe... -
Scroll 2 text by one scroll bar?
Is there anyway to scroll 2 text fields at the same time by using one scroll bar? -
Scroll text with scroll bar
I've created a chunk of text and I want it to scroll in a window. Managed to put a scroll bar on it, but cannot figure out how to size the window and... -
Scroll help
I don't know how to scroll texts and graphics. i mean i want to scroll them at the control of mouse (i'm not talking abt movie). Currently i'm using... -
James Fee #2
Re: Scroll Pains!!!
There is no reason you couldn't use the ScrollPane component. Just set the
scroll bars to no, drag content to false, and setup your own buttons to move
the content.
--
Jim Fee
Viking Electronic Services
jfee (at) vikinges (dot) com
"illustratorman" <webforumsuser@macromedia.com> wrote in message
news:c4s04f$obp$1@forums.macromedia.com...problem> I am new to Flash and i'm trying to put together a portfolio site. Mywork,> is I want to create a scrollpane which contains thumbnail buttons of mycomponent> but I have no idea how to do this! I don't want to use the scrollpanescroll> because I want to customize the buttons so that they are invisible andand> up or down when the mouse rolls over them. I can make my thumbnail buttonsclueless.> the invisible ones but when it come to putting it all together I am> If someone could help me out I would be most grateful!
> Cheers.
>
James Fee Guest
-
illustratorman #3
Re: Scroll Pains!!!
How do you set up the action script so your own buttons work?
illustratorman Guest
-
James Fee #4
Re: Scroll Pains!!!
for which ever event you want them to work on, just have it do the
following:
var curr_x:Number = [path to my scrollpane].hPosition;
curr_x = curr_x (+/-) [some value];
if (curr_x < 0){
curr_x = 0;
}
[path to my scrollpane].setHPosition(curr_x);
you can do the same type of thing for y/vPosition.
--
Jim Fee
Viking Electronic Services
jfee (at) vikinges (dot) com
"illustratorman" <webforumsuser@macromedia.com> wrote in message
news:c4v58j$cgr$1@forums.macromedia.com...> How do you set up the action script so your own buttons work?
James Fee Guest



Reply With Quote

