| Featured Tutorial: Motion Blur This tutorial will teach you how to make the following flash file. But this tutorial is mainly about photoshop, and how to integrate photoshop with flash for powerful presentations.. Featured Gallery Image: Coming out of Warp Great use of Photoshop 6, PSP and, believe it or not, Winamp! Featured FLA: 3D Room Wire Frame A sudo 3d room you can walk around. Simple but effective! eStockMusic Track of the Week: Symphony on Speed Classical track with electronic beat and bass. String and piano melody, danceable drum groove. 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 Featured Sound Loop: R&B Slow Jam Beats Smooth Phat R&B line to groove and bop your head too. Featured Flash Site: D4 Online Graphic Design D4 Online Graphic Design (Sheffield, Yorkshire): our graphic designers provide stunning creative design, web design, design for print and multimedia production services Featured Sound FX: Timesuspension Broad scale ambience texture. Featured Font: myCode this is a code that a would write in in 5th grade and i finally made a font out of it. Latest Forum Queries Problem with simple onEnterFrame script Hi, I am trying to run a script when my swf file opens. I want it to play automatically, but only once. I have tried using onEnterFrame which does work, but unfortunately the script keeps repeating, which isn't what I want. I have tried setting onEnterFrame to null, and deleting it, but this stops the script from working completely, so it doesn't even run once. Can anyone see why this isn't wor... Animation replays and replays When I test my project in flash it keeps playing. Here is my script. My teacher said it would do something like this but she could not figure out the problem. If you need any more info feel free to ask. thank you. var myIntro:URLRequest = new URLRequest("intro.swf"); var myLoader:Loader = new Loader(); myLoader.load(myIntro); var skipthis:skipit = new skipit(); skipthis.addEventListe... Math With Variables simple problem I am using the global variable _global.score but i want to use Math on it like + and - like on a hit test, how would i do this? so when he hits a wall the variable will + 1 i have the hittest in place fine i just cant do the math : ) please help : ) vcam lag/.fla organisation I've just started using vcam in my movies and it's really helped make my movies look more interesting. I've come across a problem with it though that makes the organisation of my flash files quite confusing. I'll do my best to explain it below... When I make a new movie, I organise it so that each shot is contained within a movieclip, which are then placed in the correct order in single frames ... Fixed Carousel Hi, I need to make a dynamic AS2 xml carousel and am looking for any advice/pointers. It's like the typical fake-3D carousel (like from gotoandlearn) but I need the carousel to always display 5 items at the front regardless of the number of items in the xml and be controlled by arrows and not by the mouse position (that should be easy though). The items round the back of the carousel will be hi... Arrays and combo boxes Hello all, have another situation, i have an array that i am trying to place into a combo box, i have traced the array to make sure that the objects are there but for some reason i cant get them to show in the combo box var fonts:Array = new Array(new Arial(), new ArialB(), new ArialBold(), new Bookman(), new BrushScript(), new ComicSans(), new Hobo(), new Papyrus(), new Times()); var fo... Datagrid Troubles I've got a datagrid with 11 columns and I'm trying to populate them dynamically but can't seem to do it. Here's what I'm trying: var dg:Datagrid = new Datagrid(); addChild(dg); var dp:DataProvider = new Dataprovider(); var colArr:Array = ; dg.columns = colArr; Then I have an array of values: with 44 entries, but I can't get the datagrid to populate with the items. I've tried dp.addItem(... |