How do i go about setting the tween identifier dynamically. I have tried eval but it says I need a variable on the left of the assignment operator. here\'s what I tried:
I have two two-dimensional arrays, and this line of code: openListParents[compWith] = openList[olID]; Does it work? Yes. However, openListParents[compWith] becomes openList[olID], but I want openLi
This is my current code: _root.createEmptyMovieClip(\"noteGrid\", _root.getNextHighestDepth()); for(i = 1; i <= 14; i++){
Creating a website which is staged as fullscreen, had no dramas there. The only problem I\'m facing is if you resize the window, then click to a new menu, the programmatic positioning of items: ie:
I have this simple actionscript 2.0 code for a password field.. you have to enter \"hello\" to get the string \"yes\" otherwi开发者_运维技巧se you get the string \"no\" returned.. I was wondering if t
I need flash to POST some data to an external server is this possible in AS2? Can\'t get an answer开发者_运维技巧 on google and want to know before I implement it.Here the similar question:
its been ages since i\'ve used flash. What i\'m trying to accomplish is use a variable as a trigger for the onRollOver event. The cname variable returns \"AUS\" however its currently not working. If i
I have the following scrip below, where I call some images开发者_开发技巧 through an XML, and create a gallery that every 3 seconds it moves to left, passing the pictures automatically. But my images
The following is the chunk of my code that is attaching开发者_如何转开发 a movieclip (from timeline), tracing thisDot works so it is not the variable which is a problem but there is no rollover applie
I\'m new to actionscript. What I\'m tryin to do is simulate traffic flow near a 2 lane intersection, following Wolfram\'s rule 184. To begin with, I\'m trying to create a grid (8x8 of which the inters