Featured Tutorial: Motion Guides 101 Tutorial on how to make motion guides - both simple and advanced Featured Gallery Image: 02 D7 Christmas Card My Christmas card for 2002..d7 as a Wise Person delivering Myrrh. Featured FLA: eyedropper_interface Eyedropper type selection of colors by clicking on a multi-colored pallet. Cross-hair is dragged over the pallet background to sample the pixel color. A gradient is created using the selected color as a starting point which fades to white. The flash color variable is available to output to your other functions. You will need the associated color_pallet.jpg for the loader to place on the stage. Featured Sound Loop: forever-fields prelease,garage/house ,djz if you want to remix this one,contact me Cloud Computing 101: Get Free eBook! Cloud computing can cut costs, speed implementations, and scale quickly. Download this Internet.com eBook now. Click Here. | Interested in placing your TEXT AD HERE? Click Here Featured Sound FX: SciTurb short sci-fi style electro-turbine sound. Featured Font: Mr.Saturn A Mr.Saturn font from Earthbound! Latest Forum Queries Need Help! I am working on a website and need to know is there something out there to make a design application like the one on this site http://www.skinit.com/loadCustomizer.php?info=default Any help would be great! Thanks Enemies in array, AS3 Hey guys I'm making a Space Shooter Game for school and I just can't find how to put my enemies in an array. I found this code in an other thread Code: --------- public function checkVirusCollisions() { // viruses var i:int=("virus"+1); for(var j:int=0; j < arrEnemies.length; j++){ if (arrEnemies[j].hitTestObject(arrBullets[i])) { enemieDie(i); bulletDie(j); } --------- S... light.room spent the last days of the year together on an Island off the german coast...some results... Image: http://www.ajs-design.de/FK/art/b1.jpg Image: http://www.ajs-design.de/FK/art/b2.jpg Image: http://www.ajs-design.de/FK/art/b3.jpg Image: http://www.ajs-design.de/FK/art/b4.jpg c/c welcome Yo ipad hide your wife, hide your kids. Visio is about to be.. Visio has shown and announced its line of Tablets(running android) and smartphones. While they ultimately may not be as powerful, Visio has always put out a cheap, Yet quality product, and personally I'm excited. Help needed about synchronous function Hi, I'm trying to output some arrays with order. My code is: Code: --------- ... removeDuplicates(tempArr); myArrayOfLines=tempArr; tempArr=eightLetters; removeDuplicates(tempArr); eightLetters=tempArr; tempArr=sevenLetters; removeDuplicates(tempArr); sevenLetters=tempArr; tempArr=sixLetters; removeDuplicates(tempArr); si... Add event listener from external swf file so that it can communicate with main swf Hi and Happy new year everyone.. happy evolution to everyone at everything they do! I need to to something in Flash and im not sure how.. i have a mp3 playlist which loads externally into my main timeline into an empty container movie clip... When user clicks play button on playlist i want some animation to happen in my main swf... So if i add an Eventlistener on my play_btn... how will ... Adding as3 flash video gallery to a seperate Flash file Hi, I am new to as3 and am having an issue transferring a Flash Video Gallery into a seperate flash file. Basically I want to add this video player file into a separate flash site I am making but don't know how with as3. Here is the link to download the files and see it's structure. http://www.flashmo.com/preview/flashmo_215_video_player I copy all the library assets from the video gallery ... CS3 Convert action script Hi, I need to convert this code to ActionScript 2 or ActionScript 3. I prefer ActionScript 2. Code: --------- onClipEvent (mouseDown) { if (i>0) { return; } zoom=true; dir==1 ? (dir=-1) : (dir=1); if (dir==1) { pt={x:_root.zoom_this._xmouse, y:_root.zoom_this._ymouse}; } } onClipEvent (enterFrame) { if (!zoom) { return; } _ro... play sound + movievclip Hello, I have some really simple code which when I click a button a sound will play. I'm trying to play the sound and also loop a moveclip while it plays and stop when the sound clip is over. here is my code so far button1.addEventListener(MouseEvent.CLICK, playLibrarySound1); // play sound1 function playLibrarySound1(event:Event) { var sound1:Sound1=new Sound1(); var chan... |
0 comments:
Post a Comment