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 AppendText to Last Line Problem I have some checkboxes, that when selected will display information in a list. The problem is, I want the list to be in the order that the user selected the checkboxes. Here is some sample code. checkbox1.addEventListener(MouseEvent.CLICK, updateList); checkbox2.addEventListener(MouseEvent.CLICK, updateList); function updateList (event:MouseEvent):void { cart_txt.text="Your... (AS2) Track XML load time Does anyone know of a way to track the load time of an XML document? I have an xml document that has over 150,000 lines and it takes a little time to load. I am ok with the load time in general however I would like to create a preloader to tack its process. Does anyone know how this can be done..if at all??? I have tried putting the xml load/onLoad code in a movie clip and use getBytesTotal and... Multiple value passing Querystring using array method Multiple value passing Querystring using flash array method into asp file ? trying to work with the code but not passing any value ? Code: --------- for (var i=0; i<newArray.length; i++) { var num=i+1; pas["n"+num+"="]=newArray[i].name; pas["n"+num+"="]=newArray[i].amount; pas["n"+num+"="]=newArray[i].color; pas.send("takeval.asp?", "_self"... TIMER go to next frame I need to do an digital cock an after certain time interval i need to go to next frame. I confused how to use the timer. Help required. Help: storing variable to use in another movieclip Hi, I hope if someone could help me out. Searching for days on many forums but it seems I cannot find the right answer... This script from MC 1 loads an template from the library and then creates as many instances as the XML says. It also creates a dynamic variable called ppp. This variable i want to store in each of the newly ceated instances and then use it in another movieclip to load... Help needed with scroll bars Hi! I have a flash file for a website (Flash 10, AS2), and I need someone who can add scroll bars. The problem is that when viewing the website with a 13" screen or smaller, the links at the bottom of the page are cropped. This means that the links in the page have to be scrollable. I have a very low budget, I had paid for the one that made the flash site for me... and the page was a birthday pres... Combining two of Tonypa's Tutorials. I tried to combine two of Tony's great tuts. As found here http://www.tonypa.pri.ee/tbw/tut15.html And here. http://www.tonypa.pri.ee/tbw/tut06.html I'm not sure what I did wrong so if you guys could have a crack at these and try to combine these I will give many kugs and hisses. ;;D Regards, Mcnugget. Collision detection on bitmap terrain I'm currently fooling around making a side scrolling game which levels are built like levels in worms. I have a character running around on the level. I think my collision detection is fine, I haven't seen any weird errors with it. I'm just using the width and height of a rectangle to work it all out. I was just wondering if anyone had any resources on the following 2 things. 1. I want to th... Issues with Carousel I have a 3D carousel that's working (to an extent) and I've made it so that based on the information in an external xml file, it'll go to another frame when a certain icon is clicked. However, the second the new frame loads, the carousel is still there, which is a big problem... Can someone provide a script that will delete the Carousel after leaving the first frame? Here's the code for the Ca... |