actionscript-2
AS2: Dynamic tween identifier
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:[详细]
2023-03-14 05:06 分类:问答Multidimensional Array: Set the value of an item in it to another one
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[详细]
2023-03-14 03:00 分类:问答AS2 - Trying to create a grid of boxes
This is my current code: _root.createEmptyMovieClip(\"noteGrid\", _root.getNextHighestDepth()); for(i = 1; i <= 14; i++){[详细]
2023-03-13 17:12 分类:问答AS2 Stage Size Detection / MC reposition upon resize & framechange?
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:[详细]
2023-03-13 00:14 分类:问答Hack an actionscript password field?
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[详细]
2023-03-12 23:50 分类:问答AS2: Is it possible for flash to POST data to external server?
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:[详细]
2023-03-12 13:40 分类:问答Actionscript (2) 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[详细]
2023-03-12 09:12 分类:问答Automatic Scroll of Images through an XML
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[详细]
2023-03-11 18:07 分类:问答AS2: rollover on attached movieclip
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[详细]
2023-03-11 12:27 分类:问答Dynamic grid using FlashDevelop & Actionscript 2.0
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[详细]
2023-03-10 18:18 分类:问答