Search Media
Search Media
 

Sort By: Date Added | Views | RatingTag Results For: script
Flash CS4- Animated Business Card Tutorial
Added On: 1060 days ago
Runtime: 38:42
Views: 253
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Simple techniques to build and animate a business card in Flash.


Design Company

HD iPhone Slide to Unlock Flash CS4 Tutorial
Added On: 935 days ago
Runtime: 44:33
Views: 198
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Here is a pretty cool tutorial which was a request from the website (tutvid.com).
In this video we will use Flash to take this iPhone look-alilke and make that little slide to unlock slider actually work. When you click and drag it across it will enter the icon interface of the virtual iPhone. This is a cool technique you can use for way more than just this iPhone. The techniques learned in this video can be used in all kinds of interfaces and web applications!
We will learn a little about tweening with actionscript 3.0, eventlisteners, dragging movieclips, importing a psd from Photoshop right to Flash, and lots of other cool tips and tricks.

Be sure to check out http://www.tutvid.com Check out the blog @ http://tutvid.wordpress.com

Design Company

Creating a comments form in Dreamweaver CS4 using PHP
Added On: 899 days ago
Runtime: 07:42
Views: 131
Comments: 1
Rating: Not yet rated

http://www.pixelproductionsinc.com/  How to create a comments form in Dreamweaver CS4 with PHP and the following script: mark.host56.com Do with the script what I did in the tutorial.

Design Company

Flash CS4 ActionScript 30 Tutorial
Added On: 899 days ago
Runtime: 09:11
Views: 130
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  in this flash cs4 ActionScript 3 tutorial we explore the many good uses of button click, or Mouse Clicks including Mouse.Event and currentTarget Clicks. in this new free flash cs4 tutorial Download HERE flashprosoveryou.t35.com download all files here flashprosoveryou.t35.com if i got a sufficient amount of view i wouldn't need these TAGS 3d tools including 3d translation and, 3d rotation along the x,y,z axis we also use the deco tool. a quick feature for design elaborate and colorful ...

Design Company

How to structure a full flash actionscript 3 web site tutorial CS3 + CS4 - Part 1
Added On: 899 days ago
Runtime: 06:28
Views: 107
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Part 1 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.

Design Company

How to Make a Mute Button in Flash CS4 AS3
Added On: 899 days ago
Runtime: 07:18
Views: 136
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Sorry if this is a little dry. Here's the code: function setMute(vol){ var sTransform:SoundTransform = new SoundTransform(1,0); sTransform.volume = vol; SoundMixer.soundTransform = sTransform; } var Mute:Boolean = false; mutebutton.addEventListener (MouseEvent.CLICK,toggleMuteBtn); function toggleMuteBtn(event:Event){ if(Mute){ Mute = false; setMute(1); mutte.gotoAndStop(1); }else{ Mute = true; setMute(0); mutte.gotoAndStop(2); } }

Design Company

Aula 6 Flash CS4 + Action Script 30 - Bone e Bind Tools + vetoricação prática - parte 2
Added On: 899 days ago
Runtime: 10:00
Views: 131
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Incrível aula onde vetorizaremos e animaremos um personagem

Design Company

Adobe Flash CS4 Buttons in ActionScript 30
Added On: 899 days ago
Runtime: 07:50
Views: 90
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Learn how to make buttons using actionscript 3.0 NOTE: Its not the same as ActionScript 2.0 for those of you familiar with traditional methods.

Design Company

Tutorial Flash CS4 Create a Brick Breaker Game in AS2- part2
Added On: 899 days ago
Runtime: 07:10
Views: 143
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Step 2: Programming the Ball The next obvious step in creating a brick breaker game is making the ball. So, Im just going to make a small white circle into the symbol, mcBall. So, here we go, eh? this tutorial is copied from www.mrsunstudios.com

Design Company

HD Adobe Dreamweaver CS4 - Using JavaScript to add effects
Added On: 899 days ago
Runtime: 08:54
Views: 114
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Dreamweaver actually has a built in Javascript effect system that you could use just thorugh the tag inspector.

Design Company

HD Adobe Dreamweaver CS4 - Using JavaScript to add effects
Added On: 899 days ago
Runtime: 08:54
Views: 111
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Dreamweaver actually has a built in Javascript effect system that you could use just thorugh the tag inspector.

Design Company

Adobe flash cs4 tutorial Custom Classes
Added On: 899 days ago
Runtime: 09:53
Views: 101
Comments: 0
Rating: Not yet rated

http://www.pixelproductionsinc.com/  Use Adobe flash cs4 with action script 3 custom classes. classes make it easy to reuse code and use other code found online. Find more tutorials at me site www.onenterflash.com

Design Company