 
|
 |
Storage Networking , Part 1
eBook: A storage network is any network that's designed to transport block-level storage protocols. But understanding the ins and outs of networked storage takes you deep into several of protocols. This guide covers SANs, Fibre Channels, Disk Arrays, Fabric, and IP Storage.
»
Storage Networking 2, Configuration and Planning
eBook: Picking up where Part 1 left off, Part 2 of our look at storage networking examines configurations for SAN-attached servers and disk arrays, and also includes a look at the future of IP storage.
»
Storage Management Costs in the Enterprise: A Comparison of Mid-Range Array Solutions Whitepaper:
Many factors contribute to the ownership cost for enterprise storage. These include (but are not limited to): physical capacity relative to physical space requirements, performance capacity for data transfer and system reaction time, software maintenance and updates, expandability and flexibility, and much more.
»
Storage Is Changing Fast Be Ready or Be Left Behind
PDF: The storage landscape is headed for dramatic change, thanks to new technologies like Fibre Channel over Ethernet (FCoE), pNFS, object-based storage and SAS that will affect everything from NAS and SANs to disk drives. Get the knowledge you need to make the most of your storage environment, now and in the future.
»
HP StorageWorks EVA4400 Demo:
Dont settle for an expensive and complex array that lacks functionality. The HP StorageWorks EVA4400 delivers virtual storage with enterprise class functionality at an affordable price.
»
|
|
|
|
» Making movieclips point at the mouse
» Create Flash slideshow for Youtube
» Move a sprite with the keyboard
» Convert FLV to AVI video with DIVX codec to author a desired video with your favorite FLV movie!
» Flash Video Conversion Guide for Apple TV
» How to Convert FLV to iPhone movies
» Convert FLV(Flash Video) video to Cell Phone
» Convert FLV to AVI with XviD video codec to enjoy a DVD quality video with half of its size
» Convert FLV to AVI with XviD video codec to enjoy a DVD quality video with half of its size
» Unknown Tag: Title10
Random Tutorial |
Add Site
|
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.Click here for details »
|
Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Nice scrollbars
Author: Chuckury
| Website: http://www.peerideas.com/chuckury/site.html |
Making a scrollable text box.
So you wanna learn how to make text scroll. Well its actually quite simple. Follow these easy to follow steps:
1.Click on the text tool.
2.Drag out a text box.
3.In the properties are set the textbox to a dynamic text box then set the instance name to 'scrolltext'(without the "'"'s):p
4.Now make two buttons. Nobody cares what they look like(lol).
5.Now add this code to the button thats going to make it go up:
on (release) {
scrolltext.scroll -= 1;
}
The "on (release) {" tells the computer that after this button has been clicked do the actions within the two "{""}".
"scrolltext"(Is obviously our instance name)".scroll" is something new to flash MX. "-= 1" is obviously telling it how much to scroll in what direction "-" always goes down well "+" alway's goes up. And last but not least ";" is telling it that that lines done go to the next.
6.Now add this code to the arrow thats going to make the text go down:
on (release) {
scrolltext.scroll += 1;
}
7. Now right-click on the "Dynamic text box" and selest scrollable. If its already selected unselect and then reselect it. Now double click you're dynamic text box type what you wan't (To tell if a text box is scrollable. When you type text in it the expand circle(thingy) should be black.)
You're done!
| » Level Basic |
|
|
Added: : 2003-07-21
Rating: 7.18 Votes: 326
Hits: 4188
|
| » Author |
|
None really... wait.. nope... hold on maybe.. nah!
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|