Cool Animated Glass Rollovers Flash AS3 Tutorial - English
For those of you that remember just mere months ago the "older" version of tutvid.com was a bit different looking than the new. On the...
For those of you that remember just mere months ago the "older" version of tutvid.com was a bit different looking than the new. On the tutorials page for the various programs I make tutorials on I had these sort of flowing glass rollovers. This tutorial is how to make exactly those buttons. Pretty easy, but also pretty tricky, but nothing too, too difficult. We will take a look at tweening in the timeline to create a seamless loop, using the pen tool a little, masking, reversing many frames at at time and more!
20m:58s
5415
Flash CS5.5 Tutorial Android App Orientation Change Size Actionscript...
Learn how to program app orientation for Android device turning features. When the mobile device user flips the view mode you want to make sure you...
Learn how to program app orientation for Android device turning features. When the mobile device user flips the view mode you want to make sure you account for that. Luckily it is simple to do using Actionscript 3.0 and Flash.
We use the stage event of \"RESIZE\" and add a listener to that. The corresponding function is where we place any code we like to manipulate the orientation or dynamic sizes of things in the view screen of the user
7m:43s
6345
11 World of Webcraft Save Coordinates Where Drag MovieClips Flash...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1171
In this lesson we demonstrate dragging movieclips within multiple...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1171
In this lesson we demonstrate dragging movieclips within multiple drag levels, and the focus is saving the coordinates of where an item is dropped to a MySQL database system to retrieve for the next time the game loads for the player. A way of remembering where your players want certain objects to live
8m:49s
5218
7 World of Webcraft Character Customization PHP Actionscript Programming...
Now we begin learning one way to allow a player to customize their character in a flash game environment. I will show a very basic example that...
Now we begin learning one way to allow a player to customize their character in a flash game environment. I will show a very basic example that maybe you guys can build from.
6m:30s
4915
8 World of Webcraft Character Customization Continued - English
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1168
Now we complete the basic Flash application to allow a player to...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1168
Now we complete the basic Flash application to allow a player to customize their character in a flash game environment. This is a very basic example that maybe you guys can build from.
15m:40s
4999
9 World of Webcraft Flash Game Full Screen Tutorial Actionscript 3.0 -...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1169
Learn how to allow users to full screen your Flash social game or...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1169
Learn how to allow users to full screen your Flash social game or any Flash application using Actionscript 3.0.
5m:54s
5095
10 World of Webcraft Drag World Flash Game Tutorial Actionscript 3.0 -...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1170
In this lesson we use Actionscript 3.0 to allow the user to drag...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1170
In this lesson we use Actionscript 3.0 to allow the user to drag the world to see all sectors of a world area that is larger than the stage size.
7m:55s
5797
3 World of Webcraft Actionscript 3.0 to PHP User Session Calls - English
Copy Paste scripts - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1160
In part 3 here we are adding Actionscript 3.0 that calls...
Copy Paste scripts - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1160
In part 3 here we are adding Actionscript 3.0 that calls out to PHP with 2-way communication, at any point we wish for it to in our Flash file. We also create the PHP script that the AS3 call communicates with that will send session variables back into flash in a split second. Finally we adjust the game.php page to house our published flash game.
19m:4s
5897
4 World of Webcraft Actionscript 3.0 Dynamic Tween and hitTestObject...
Copy+Paste Script: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1161
Learn how to dynamically tween any item to multiple...
Copy+Paste Script: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1161
Learn how to dynamically tween any item to multiple objects using a universal function that uses Tweens, an EnterFrame Event, and the hitTestObject function. Smart stuff.
11m:48s
5268
5 World of Webcraft Two Way Array Play Actionscript 3.0 PHP MySQL Member...
Reference Code: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1164
Learn to bring in your member friend lists respectively from...
Reference Code: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1164
Learn to bring in your member friend lists respectively from PHP MySQL and then break them down in Actionscript 3.0. Learn how to work with two way array data between Flash Actionscript 3.0 and PHP + MySQL. This lesson is not for lightweight coders by any means due to the blending of various web technologies at play in our application.
18m:15s
5342
Welcome to the World of Webcraft - Social Web Site Flash Game Creation...
Introduction about what you will need to follow along in this series. We will be instructing webmasters in Social Network Web Site Flash Game...
Introduction about what you will need to follow along in this series. We will be instructing webmasters in Social Network Web Site Flash Game Creation.
1m:56s
5112
1 World of Webcraft Ready Member PHP Session Variables On Your Flash...
Copy+Paste Code: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1158
To render a logged in user into your Flash game you have 2...
Copy+Paste Code: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1158
To render a logged in user into your Flash game you have 2 options. First is to ready session variables to send into Flash using Flashvars. Second method is not loading anything into the Flash file initially, but calling out to PHP from Actionscript 3.0 to see who the session user is. Flash can also call out to PHP for information at any point in your Flash file.
11m:22s
6292
2 World of Webcraft Start Creating the Flash Game and Apply a Circular...
Source code used in the video: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1159
In this part 2 we begin creating the Flash...
Source code used in the video: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1159
In this part 2 we begin creating the Flash game board and apply an Actionscript 3.0 dynamic circular preloader.
10m:29s
4984
Flash Tutorial Volume Control Using Custom Sliders In Actionscript 3.0 -...
Lesson 6 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to implement custom sliders into Flash...
Lesson 6 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to implement custom sliders into Flash for sound volume control purposes. Adding it to the EnterFrame event makes life easy and volume changes are smooth for the user.
5m:52s
5990
5 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3...
Lesson 5 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to program the very popular Play / Pause...
Lesson 5 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to program the very popular Play / Pause style of media control button for toggling between visible instances according to the current state of media play.
9m:20s
6229
1 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3...
Lesson 1 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting...
Lesson 1 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
5m:38s
6020
2 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5...
Lesson 2 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting...
Lesson 2 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
6m:11s
6355
3 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3...
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to...
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to the beat by creating a channel for the sound object. That way we can access the left and right peaks.
17m:21s
5855
4 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3...
Lesson 4 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to program your sound play code to...
Lesson 4 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to program your sound play code to toggle between auto-play and no auto-play. We also program in a play button so the user can start the player.
8m:45s
6340
Flash Tutorial Animated 3D Spirographs DNA Wormholes Spirals and Tubes...
Free Source Pack:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1062
Learn how to create awesome spiraling animations in...
Free Source Pack:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1062
Learn how to create awesome spiraling animations in Flash Actionscript 3.0 that have nice depth and movement. Lesson presented by Adam at http://www.developphp.com
16m:46s
5858
Flash AS3 Tutorial Mouse Wheel Interactivity for Zooming Games CS5 CS4...
Learn how to program the MOUSE_WHEEL event in Flash Actionscript 3.0 to add a whole new level of interactivity to your projects. We access the...
Learn how to program the MOUSE_WHEEL event in Flash Actionscript 3.0 to add a whole new level of interactivity to your projects. We access the delta property to see if the user is scrolling up or down.
11m:42s
6079
Flash Tutorial Load HTML Format External Text Into Dynamic Text Field...
Source Files: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=846
This is a tutorial request from the site forums and one I want...
Source Files: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=846
This is a tutorial request from the site forums and one I want to archive for learners. Learn how to load HTML formatted text for an external .txt file into dynamic text field or textarea component.
9m:17s
6254
Actionscript 3.0 Tutorial PHP MySQL Bar Graph Dynamic Basics in Flash...
Download Lesson Source: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=769
Learn the very basics of creating dynamic bar graphs...
Download Lesson Source: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=769
Learn the very basics of creating dynamic bar graphs using Flash Actionscript 3.0 for CS3 CS4 and CS5. We use PHP and MySQL for dynamics.
12m:51s
6097
6 Graphic Equalizer - Flash Scroll List MP3 Visuals Amplitude AS3 XML...
How to build a scroll, view, and click Flash nand XML playlist mp3 player for your projects part 6. Using Actionscript 3.0 for Flash CS3 and CS4.
How to build a scroll, view, and click Flash nand XML playlist mp3 player for your projects part 6. Using Actionscript 3.0 for Flash CS3 and CS4.
16m:19s
6739
7 Wrap It Up Flash Scroll List MP3 Player AS3 XML Playlist Tutorial -...
Free Source Files - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=599
How to build a scroll, view, and click Flash and XML...
Free Source Files - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=599
How to build a scroll, view, and click Flash and XML playlist mp3 player for your projects part 7. Using Actionscript 3.0 for Flash CS3 and CS4.
17m:5s
6072