Scripting Tutorial

Knowledge base on scripting language, tools and software

ActionScript 2.0 basics 003 Movement

This Tutorial will teach how to use Action Script 2.0 to move any item in flash cs4 cs3.
Video Rating: 5 / 5

Flash Tutorial – XML and Actionscript 3

A short video tutorial by www.flashden.net showing you how to read xml data in your flash file using as3 instead of as2. It covers topics such as reading the data, creating a URLLoader, reading html text, reading attributes, and everything else you need to pull an xml file into flash.
Video Rating: 4 / 5

ActionScript 3 Basics Tutorial : 3d Rotation

Learn AS3 Action Script 3 Basics Tutorial. In this tutorial you will learn how to use 3d rotation adobe as3. Get the Fla onenterflash.blogspot.com

How to make Actionscript 3.0 Buttons in Flash! – READ DISCRIPTION! Part 1/3

In this tutorial we’ll talk about how to make buttons in flash. In this spesific video theres NO coding.
Video Rating: 4 / 5

This Tutorial will teach how to use Action Script 2.0 to rotate any item in flash cs4 cs3.
Video Rating: 4 / 5

ActionScript 3.0 Lesson 12: Create a Real Clock in Flash Using Sytem Date and Time

In this tutorial HD High Definition after drawing a clock, Avraham gives life, taking system date and time and through rotation method, makes it live! see live example at: say-web.com

Scaleform UDK Tutorial – 5 of 11 – Invoke ActionScript & FSCommands

This is the fifth and final video in a series produced by Scaleform that will explain how to create Flash menus, HUDS, and interactive in-game 3D content using Scaleform GFx in UDK. In this video we cover the use of Invoke ActionsCript in Kismet, which allows you to call an ActionScript function in the Flash file from UDK. We’ll also cover sending a command back to UDK from the Flash file via FS Commands.
Video Rating: 5 / 5

MovieClip Containing Play Stop Step Buttons Actionscript 3

Order full 4 hours and 24 minute course on CD and DVD www.alonzohosford.com This shows moving Flash buttons that control a MovieClip instance to the time line of the MovieClip. The result is a MovieClip that contains play, stop and step controls with all needed Actionscript. Then two instances of the MovieClip is placed on the Scene time line and one is sized differently. Each instance works independently. Complete course and files available at www.alonzohosfordusa.com

ActionScript for parent movieclips in your fla file – Flash Tutorial

Free Flash Source Files: www.developphp.com MovieClip(parent).my_txt.text = “You pressed button 1″;

Actionscript 2.0 flash game creation tutorial. Woop.

This is just some as2.0 basics, regarding how to make a simple game in flash. This is part 1, and it covers basic movement, with explanations as to what each slice of code means. Buy My T-shirts and other merch at www.cafepress.com ! —————————————— Here is all the code mentioned in this video. At this point, this is all applied to one MovieClip: onClipEvent(enterFrame){ if(Key.isDown(Key.LEFT)){ this._x-=10; } } onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x+=10; } } onClipEvent(enterFrame){ if(Key.isDown(Key.UP)){ this._y-=10; } } onClipEvent(enterFrame){ if(Key.isDown(Key.DOWN)){ this._y+=10; } }

Actionscript 3 Gravity and Jumping Part 2

See how to create a simple engine for gravity and jumping using Adobe CS3 and Actionscript 3! Part 1/2 Zip here : www.zshare.net