I’m sorta new to learning flash (i’ve been doing all my old websites in just dreamweaver) and i’m having a hard time with some of the basics of creating a desired scrollbar b/c all of the tutorials i’ve found skip the basic steps or are writen for older versions of flash.
I’m trying to create a site that involes a large picture as the background with a somewhat transparent text box with scrolling options over the picture. The only example i can find to better explain somewhat what i’m trying to do it http://www.petefrancis.com Click on one of his links and you’ll see the type of scrollbox i mean
I can create the graphics in ps, thats not a problem, but i’m not sure how i place a scroll box over the picture and make it transparent. I tried downloading a scrollbox through a tutorial, but i dont know how to put it over the picture. Right now I just import the main picture as the background and drag is ontop of the stage which i make the same size.
I know this is a lot of “i don’t knows” but if anyone could help out that would be fantastic!
I thought I answered this post…hmm… maybe it was a similar one. Why not use the scrollbar component? It is very simple to use. Give it a shot and if you run into problems we’ll help you out.
Hint: Movie clp with alpha at 40% and your text inside. Apply scrollbar.
I saw that post by LIB its cool, but i am more interested about making a dragable little bar. I would think its just a simple bit of drag code… My AS is ok with stuff that overlaps with C++, arrays, ifs, for loops etc.
you dont need much of anything, if you want to keep it simple.
Create an mc. Change the alpha of the mc. Put anything you want inside the mc. Drag the scrollbar component right on top and to the right of the mc. That’s it. Really simple.
yes ragewolf, i too thought you can only use the scrollbar component for input and dynamic text, and i’m trying to work it for static text. I’m gonna play around with it tonight and see if i can figure it out