| Author Details |
|---|
| All Tutorials by toxiclab |
|
|---|
Advanced Preloader
This tutorial will show you how to create very effective and advanced preloader with Action Script. Preloader includes: loaded bytes, total bytes, percent and progerss bar component.
| | Hits:154 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-11 Rate It | Error | Review | | | Category: Home > Flash |
|
|
|---|
Scrolling text
This tutorial will show you how to create some very practical Scrolling text in Flash.
| | Hits:198 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-11 Rate It | Error | Review | | | Category: Home > Flash |
|
|
|---|
Modeling rubics cube
This tutorial will show you how to make rubics cube.
| | Hits:122 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-04 Rate It | Error | Review | | | Category: Home > 3DS MAX > Modeling |
|
|
|---|
Micro Cells
Learn how to create nice looking micro cells using 3D Studio Max.
| | Hits:90 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-04 Rate It | Error | Review | | | Category: Home > 3DS MAX > Modeling |
|
|
|---|
Show hide menu
Learn how to create a show/hide menu using javascript.
In the first javascript tutorial you have the opportunity to learn how to make a simple menu with submenu that is opened and closed by click (onclick).
Menu works like this: some parts of the table (submenues) are left invisible (diplay: none). When we click on the link, javascript navigation function, with ID that should be shown, is called and the hidden part of the table is opened as submenu.
Let us get started with JavaScript function that we will place inside of head tags, together with css.
JavaScript
| | Hits:1190 Rate: 4.5(out of 5) Vote:2 Submit Date :2006-03-20 Rate It | Error | Review | | | Category: Home > Javascript > Menus |
|