| Featured Tutorial: Changing Faders Prerequisites: knowing how to make a fader in flash using motion tweens, basic actionscript knowledge. what you will learn: how to make something fade differently depending on what button is clicked. Featured Gallery Image: FirstEntry Entry Home Featured FLA: Drumset V.1 This is basicly a drumset that has 10 sound, you can use the keyboard to play the drum. I hope you like it. It was fun making the drums. The hardest part was drawing the drums. My next project is a full piano set. L8TR Featured Sound Loop: Allegro Just piano ... 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: Down Hill Weirdo This I came up with aswell when I was mucking about with My Music keyboard -MusicMixer Featured Font: FAFERS Irregular Serif Font I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all Latest Forum Queries How make layers loop "withiin" a clip? + more... I'm a newbie on Flash (but experienced in html, css etc), using Flash CS4 on Mac. I have a clip that's about 2 minutes. The content of 4 layers are about 20 seconds. They should loop while the clip is played. Sure, I could copy the instances, but I still wonder if there's a simple way of doing this? Second question: I have a sound clip that's played while the entire clip is played. But a... how to write AS3 code that runs throughout the timeline Plz help!! I have a button named 'red_btn' which is placed on different keyframes at different positions on the stage. but the function of all the instances is same, on mouse over should move timeline to nextframe. Code: --------- red_btn.addEventListener(MouseEvent.MOUSE_OVER, redfunction); function redfunction(event:MouseEvent):void { nextFrame(); } --------- but this is not work... button stopped working on loaded external swf Hello, I have some problems with loaded external swf file. the swf that I am loading has a button in it that when I click on it, it will print the screen and it will email it to an email address. Everything works perfectly fine if I use the application(swf) on its own. however, I created a swf file that will load the above swf file in it when a button is clicked. the loading part is fine... Shape fails to reset position Hello guys. I'm doing a flash menu where I created two movieclips for each "button". One for the background animation on rollover and rollout and one for the icon that must will get bigger and overlap all other buttons. The problem is my "icon" ain't resetting its position when I rollover and rollout really quick. It works as expected when I move the mouse slowly throught all objects, but wh... Import Com/Classes AS Files Problem Hi I am having difficulty with some of my flash cs4 files in regards to importing any as files through the 'import classes/com.etc......' Say i have my flash file (called 'flash.fla') inside a folder (called 'flash-folder') on the desktop. Inside my flash file i have the following import at the top of my actionscript: Code: --------- import com.adobe.images.JPGEncoder; --------- Now ... Addition using input txt fld Hi guys, i want to add two numbers, which has entered in two input text fields. var text1; var text2; sub_btn.addEventListener(MouseEvent.CLICK, mth); function mth(evt:MouseEvent) { text1 =textin1.text; text2 =textin2.text; textout.text =text1 + text2; } here if i entered 3 in one text field and 2 in another text field. the result is comming like 32. It should be... Sound cannot be killed? I have a loaded swf which contains sound on its frame. Even though I have unload it, the sound still playing. I cannot get rid of it. I've tried: - _loader.unloadAndStop(); - SoundMixer.stopAll(); - System.gc(); Please help. About multitouch class i got .as file by some website teach about multitouch , this class can pan , rotate , scale object it can test with simtouch i not understand about this class . i want someone help modifier class to have acceletion went finish drag,rotate,scale object thankyou ! here this .as file http://www.mediafire.com/download.php?2d7899j4l9xjwov if someone found a ofter scalerotate class pl... movieclip resume after scrubber (slider) use Hi everyone, i have this problem and i just cant seem to find what is wrong with my code. I have build a project where i have a slider that controls the main timeline, to scroll through my movie, but after i pull it (which works fine) the timeline stops, and i cant get it to resume. Here is my code Code: --------- slider_mc.knob_mc.addEventListener(MouseEvent.MOUSE_DOWN, onDragKnob); stage.... |