| Featured Tutorial: Making a Dial Button In this tutorial, I show you how to build a dial just like those good old stereo tuners. The dial can be used as a dimmer switch or as any kind of slider. In the example below, the dial was linked to a movie clip that contains a dynamic text field that tells its degree of rotation. Featured Gallery Image: Blue Light Done in photo impact flash and swift 3d. Featured FLA: FS 3D Würfel Some nice pseudo 3D cubes for your pleasure. Featured Sound Loop: BSoul Funky Hop'n Bass & Drums A Soul funk filled Hiphip Bass and Drum Loop Featured Flash Site: Brendan Moore Enterprise Sales Tax Solutions Featured Sound FX: PsychoRadar Moving aroud in between channels. Featured Font: Fake Receipt Want to print a receipt? Great! Then use this font. From the Internet.com eBook Library: Navigating Your IT Career A career in information technology usually has its share of ups and downs. Download this Internet.com eBook to learn where the jobs are in IT, how to negotiate a salary, and helpful advice on job security and how to deal with a layoff. Join Internet.com now to download! http://www.devx.com/ebook/Link/34938 | Interested in placing your TEXT AD HERE? Click Here Forum query: [F8] Movie Loading Ok I am doing a game for my Daughter it is a trivia game because of some of the sounds and Images I have to use I want each round to be its own Movie. What would be the best way to load each Movie at the end of each round without losing the data such as the Score (Dynamic Text) or the Users name (Input text). I am doing this out of Flash 8 and so far have had very little luck getting anything to w... Forum query: [MX04] Loop Hi I am trying to create a game simular to Tic Tac Toe. To do this i am going to make it so when you click one of the squares the var number is added too eg. on(release){ _root.myVar.+=1; } and then i would use if(myVar == 1;){//do whatever } But for that too work it would have to go on the next frame. And I would want it to work all on one frame. So i need to know how to loop it so it checks ev... Forum query: Failure to Run I am writing a RPG battle program in Flash. I haven't gotten very far but I am stuck on part. Each time I test the program, I get this error: Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at Battle_fla::MainTimeline/Battle_fla::frame1() The code looks like this: var hp1:int = 100; var hp2:int = 75; var hpdr:int = 500; var hpg... Forum query: [F8] Countdown issues.... I'm creating a countdown for a presentation that my team at work should be using. it does not need to be 100% clock accurate, since we're just looking for a rough amount of time until a presentation starts. i'm having trouble with "-1" appearing, and also the text blinking out from time to time. can someone direct me to how i can fix this? thanks.... Forum query: hitTest Hi is it possible to change a var (make it another number) if a hitTest occurs? cause i tried that and it didnt work here is the code: onClipEvent(enterFrame){ if(this.hitTest(_root.car)){ var rhys = 5; } } I have made a dynamic text box with the var name and on the main timeline var rhys = 0; is there and i have made sure the instance name car isthere and there is 2 objects to hit and everything... Forum query: [F8] screen resolutions a pain in my @$$ Hi I built my flash movie on a resolution of 1680x1050 and obviously when I test it on smaller resolutions the movie displays a lot bigger and pixilated. Is there a way I can check for the users screen resolution and make the movie adjust itself for that resolution. Thanx for any help Forum query: firstnode childnode, need help!! Hi all, I'm getting in a muddle with my nodes etc. I've got this xml file: <mat1> <leftcontent> <title> Coaching Tips </title> <blurb> Remember to: </blurb> <text> Stay Positive Follow the STEPS Only talk When you need to Practise asking the really g... Forum query: [F8] XML only loads in Flash Player 6! I am using this code to load in some news headlines: // The first step is to activate the XML object headlineXML = new XML(); /* With the XML Object now active you must now load an XML foramtted document. Any DTD or XLS formatting will be ignored. */ headlineXML.onLoad = myLoad; headlineXML.load("rssfeed_environment.xml"); // Before proceeding to far into the program, make s... |
0 comments:
Post a Comment