Action Script 2.0


Video search results for Action Script 2.0
-
Adobe Flash Tutorial- Introduction to Actionscript 2.0
Duration: 37:31
Description: Learn how to create a button, work with basic functions, link a button to a webpage, link a button to a frame, work with scenes and create a basic scene selection menu. This tutorial is good if you are completely new to Actionscript.
Keywords: adobe, flash, tutorial, actionscript, programing, buttons, symbols, coding, interaction, technology, software
Average rating: 4.8
-
Flash Tutorial :: Learn how to ActionScript! Scripting 101
Duration: 32:50
Description: ATTENTION: This tutorial is the basics of Actionscript 2.0. If you are using Flash CS3 or newer you are using Actionscript 3.0. You can however switch back by following this quick video: youtube.com Check this video out at Hi-Res here: www.tutvid.com In this video we will learn the basic things you will need to know to get yourself ActionScripting in no time! Check out www.tutvid.com for lesson files as well as other videos! Watch, Learn, Enjoy!
Keywords: Adobe, Flash, Macromedia, Actionscripting, script, action, actions, palette, help, video, tutorial, CS3, Cs2, tutvid, guide, training
Average rating: 4.9
-
Flash Preloader using Action Script 2.0
Duration: 9:29
Description: In this tutorial you will learn how to make a flash preloader using AS 2.0 Donate www.enricodeconti.com
Keywords: falsh, tutorial, AS2.0, adobe, preloader, preload, loader, load, script, movie, images
Average rating: 4.7
-
Actionscript 2.0 Tutorial [1]
Duration: 12:51
Description: A quick introduction tutorial on the very simple aspects of Actionscript 2.0 This tutorial will go over: ? The actions panel ? Timeline functions ? Tracing ? Variables ? Simple button events ? If statements Please send a video response if you make something! By: Alex Lanzetta at 14 If you still don't quite get it, I found an EVEN MORE simple video at www.youtube.com Flash is a trademark of Adobe! (I'd be surprised if you didn't already know that!)
Keywords: actionscript 2.0, how to script in flash, as2 scripting, as2 tutorial, as2 beginners tutorial, flash scripting, scripting in flash, flash scripting help
Average rating: 5.0
-
Actionscript 2.0 Tutorial [4]
Duration: 14:03
Description: A fourth tutorial on AS2 covering an easy way to have a clip follow the mouse This tutorial will go over: ? Following the mouse ? A better way to follow the mouse ? Obsticals ? Finishing the main features of the game ? Simple button events ? If statements Please send a video response if you make something! By: Alex Lanzetta Flash is a trademark of Adobe! (I'd be surprised if you didn't already know that!)
Keywords: actionscript 2.0, how to script in flash, as2 scripting, as2 tutorial, as2 beginners tutorial, flash scripting, scripting in flash, flash scripting help, simple flash game tutorial
Average rating: 5.0
-
Actionscript 2.0 Tutorial [3]
Duration: 13:04
Description: A third video in a series showing you how to work with Arrays and for loops This tutorial will go over: ? Making Arrays ? Accessing Arrays ? For loops ? Accessing many movieclips in a tiny amount of script Please send a video response if you make something! By: Alex Lanzetta at 14 Flash is a trademark of Adobe! (I'd be surprised if you didn't already know that!)
Keywords: actionscript 2.0, how to script in flash, as2 scripting, as2 tutorial, as2 beginners tutorial, flash scripting, scripting in flash, flash scripting help, for loops, Flash for loops, flash array help, actionscript array help, what's an array, how to make arrays in flash, actionscript 2.0 arrays, get movieclips with for loops
Average rating: 5.0
-
ActionScript 2.0 - Basic Platformer
Duration: 4:49
Description: Here's me programming a basic platformer in AS2. :) And due to MiniGameMan asking so kindly, here's the code in the description for you to Copy-and-Paste and edit, so you can learn for yourself! :D onClipEvent(load) { speed = 5; gravity = 0; r = _height / 2; jumping = false; jumpheight = 10; } onClipEvent(enterFrame) { if(Key.isDown(Key.RIGHT)) { _x += speed; } if(Key.isDown(Key.LEFT)) { _x -= speed; } if(Key.isDown(Key.UP) && !jumping) { gravity = -jumpheight; jumping = true; } if(!_root.ground.hitTest(_x, _y, true)) { gravity++; _y += gravity; } else { jumping = false; gravity = 0; } while(_root.ground.hitTest(_x, _y - 1 + r, true)) { jumping = false; _y--; } }
Keywords: AS2, actionscript, Action, Script, 2.0, Flash, Platformer, Johannes, Jensen, johnjensen, Mudkips
Average rating: 4.7
-
"3D FPS Like" Flash actionscript 2.0 tutorial (Part 1)
Duration: 3:59
Description: How to make "3D like" FPS (shooter) like Andywantsomecandy did (And me). You wanted it? You got it :D Hope you understand everything that in this tutorial. Code: If you want to learn actionscript 2.0 you have to WRITE it and not copy, to remember it. onClipEvent(enterFrame){ Mouse.Hide() //Hides mouse this._x = -_root._xmouse+550;// bg's X axis = negative X axis + bg size (550) this._y = -_root._ymouse+550;// bg's Y axis = negative Y axis + bg size (400) }
Keywords: tags, flash, tutorial, 3d
Average rating: 4.5
-
Flash ActionScript 2.0 RPG Game Tutorial : Managing Layers and Collision Detection [1 of 2]
Duration: 9:59
Description: Download the source here: www.radtuts.com In this Flash ActionScript Tutorial I will teach you how to manage layers for your Flash RPG Game and I will also show you a good way to manage Collision Detection for your character.
Keywords: rpg, flash, game, actionscript, collision, detection, layers, tutorial, howto
Average rating: 4.5
-
"3D FPS Like" Flash actionscript 2.0 tutorial (Part 2)
Duration: 11:21
Description: NOTE!!!: I forgot... Select your crosshair and give it an instance name as "ch_mc". The actionscripts: 1st code: stop(); onMouseDown = function(){ _root.gun_mc.gotoAndStop(2); } 2nd code: _root.gun_mc.gotoAndStop(1);
Keywords: NOTE!!!:, forgot..., Select, your, crosshair, and, give, it, an, instance, name, as, ch_mc.
Average rating: 5.0
-
Flash ActionScript 2.0 Tutorial :: Particle Fountain
Duration: 21:38
Description: In this ActionScript tutorial you will learn how to make a particle generator that creates movieClips in flash. There is also some physics, and other stuff involved. I will also show you how to delete those movieClips so that your flash animation doesn't eat up all your memory!
Keywords: flash, actionscript, particle generator, tutorial, physics, learn, animation, mouse, fountain
Average rating: 5.0
-
ActionScript 2.0 basics 001
Duration: 7:23
Description: Learn the basics of ActionScript 2.0. In Adobe flash cs3 and cs4 as2 still can be used along with as3. onenterflash.blogspot.com -waarith abdul-majeed
Keywords: actionscript, Action, Script, as2, basics, cs3, cs4
Average rating: 4.9
-
Flash Actionscript 2.0 - URL Navigation -
Duration: 4:49
Description: In this Flash Actionscript 2.0 tutorial, James will be showing you how to navigate to different URL destinations using Actionscript 2.0. Please subscribe, it would really help us out. - Chris -
Keywords: How, to, make, Flash, Actionscript, 2.0, URL, Navigation, Finder, Web, Website, Link, Manifest222, Manifest, 222, 1.0, 3.0, Howto, Tutorial, Help, Orange, Soda, Awesome, Amazing, James, Chris, Beans, Hotdogs, Lettus
Average rating: 4.8
-
flash actionscript 2.0 tutorial 1
Duration: 3:10
Description: used for game design
Keywords: flash, actionscript, 2.0, tutorial, computers, game, design
Average rating: 2.9
-
Flash ActionScript 2.0 RPG Game Programming Tutorial : Movement [1 / 3]
Duration: 9:47
Description: Download the source here: www.radtuts.com In this Flash ActionScript Tutorial you will learn how to write actionscript code to create a character movieclip and control him with the keyboard arrows. This is useful for creating RPG style games and moving things with the keyboard in general.
Keywords: Flash, RPG, game, programming, tutorial, movement, actionscript, create, learn, teach, code, character, how to, keyboard, arrows
Average rating: 4.7
-
Flash analog clock tutorial (Flash CS5, Action script 3) HD
Duration: 8:23
Description: learn how to create fany analog clock in Flash with litle action script code
Keywords: flash, analog, clock, tutorial, cs5, cs4, action script, action, script, action script 2, action script 3, as2, as3, flash analog clock, adobe, tasman
Average rating: 4.4
-
Flash ActionScript 2.0 RPG Game Programming Tutorial : Movement [2 / 3]
Duration: 9:54
Description: Download the source here: www.radtuts.com In this Flash ActionScript Tutorial you will learn how to write actionscript code to create a character movieclip and control him with the keyboard arrows. This is useful for creating RPG style games and moving things with the keyboard in general.
Keywords: Flash, RPG, game, programming, tutorial, movement, actionscript, create, learn, teach, code, character, how to, keyboard, arrows
Average rating: 5.0
-
Actionscript 2.0 flash game creation tutorial. Woop. (Part 2)
Duration: 6:16
Description: This is just some as2.0 basics, regarding how to make a simple game in flash. This is part 2, and it covers instance names and hitTests, with explanations as to what each slice of code means. Buy My T-shirts and other merch at www.cafepress.com !
Keywords: actionscript, game, creation, create, how, to, flash, Mx, CS3, CS4, swf, fla, smash, brothers, twilight, edward, cullen, team, jacob, black, your, mother, funny, tags, facebook, george, bush, akuma, darksydephil, famous, musicians, shameless, self, promotion, roundhouse, jackie, chan, gordon, brown, bleach, fade
Average rating: 4.7
-
Actionscript 2.0 flash game creation tutorial. Woop.
Duration: 7:31
Description: 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; } }
Keywords: actionscript, game, creation, create, how, to, flash, Mx, CS3, CS4, swf, fla, smash, brothers, twilight, edward, cullen, team, jacob, black, your, mother, funny, tags, facebook, george, bush, akuma, darksydephil, famous, musicians, shameless, self, promotion, roundhouse, jackie, chan, gordon, brown, bleach, fade
Average rating: 4.6
-
Actionscript 2.0 Game Creation tutorial: Character Animations
Duration: 4:39
Description: In this nugget of pure, untainted knowledge, one learns how one makes a character animate while running in an actionscript 2.0 game. Finished product- spamtheweb.com Code- On character MC: onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._xscale = 100; this._x += 6; this.gotoAndStop(2); } if (Key.isDown(Key.LEFT)) { this._xscale = -100; this._x -= 6; this.gotoAndStop(2); } if (!Key.isDown(Key.LEFT) and (!Key.isDown(Key.RIGHT))) { this.gotoAndStop(1); } } On both frames within the character MC: stop(); Buy my merchandise at www.cafepress.com !!! Please subscribe!
Keywords: Laurie, Art, Flash, Drawing, actionscript, game, creation, create, how, to, Mx, CS3, CS4, swf, fla, smash, brothers, twilight, edward, cullen, team, jacob, black, your, mother, funny, tags, facebook, george, bush, akuma, darksydephil, famous, musicians, shameless, self, promotion, roundhouse, jackie, chan, gordon, brown, bleach, fade
Average rating: 4.4
-
6.7(1) Masking in Flash using Action Script 2.0
Duration: 4:47
Description: Creating a mask on an image in flash using AS2
Keywords: Adobe, Flash, CS3, Mask, tutorial, instructions, technology, computers, software, drag, on, press, release, editing, action, script, 2.0, as, windows
Average rating: 5.0
-
Scrolling Thumbnails Photo Gallery AS 2.0: Flash Tutorial!
Duration: 23:56
Description: Check this video out at Hi-Res here: www.tutvid.com In this tutorial we will build off of the the scrolling thumbnails video and take it to the next level by building a fully functional gallery with a bonus randomizer button. Learn about using variables and rounding numbers and navigating time lines within a flash movie with actionscript. Have fun with this one! Please check out the site www.tutvid.com
Keywords: Adobe, Flash, Tutorial, CS3, Action, Script, Actionscript, Actionscriting, Gallery, Photo, Scroll, Scrolling, Help, Training, Mouse
Average rating: 4.8
-
Adobe Flash CS4: Virtual Camera (Action Script 2.0 & 3.0)
Duration: 6:57
Description: Virtual camera's can come REALLY handy during animation. Especially to adjust your camera for dialogue or other scenes in which you might want a close up or a camera pan. Learn how to use and make the VIRTUAL CAMERA with ease. For making the camera here are the scripts: a) Action Script 2.0 - www.megaupload.com b) Action Script 3.0 - www.megaupload.com Enjoy ^.^
Keywords: Adobe, Flash, CS4, CS3, Virtual, Camera, Action, Script, 2.0, 3.0, windows
Average rating: 4.6
-
How to Change Your Cursor in Flash (Action Script 2 AND Action Script 3!) Tutorial
Duration: 9:40
Description: Gracias for watching this tutorial!... Here, we'll talk about how to create your own cursor in Flash in BOTCH actionscripts. Please remember to subscribe! www.mcvdigital.com
Keywords: change, cursor, mcvdigital, as2, as3
Average rating: 4.5
-
ActionScript 2.0 basics 004 Rotation
Duration: 10:23
Description: This Tutorial will teach how to use Action Script 2.0 to rotate any item in flash cs4 cs3.
Keywords: as2, actionscript, basics, Rotation, tutorial
Average rating: 4.9
Videos 1 - 25 of 2779 Next
|
|

|
|