1,961 questions
0 votes
0 answers
25 views
Data size is always set to 99 KBs when it comes to saving data in my Flash CS6 project in AS2. How can I make the data size less than 96 KBs?
The data size is always set to 99 KBs when it comes to saving data in my project that I'm working on. I'm using Flash CS6 and ActionScript 2.0. I don't want it to be more than 96 KBs. Flash CS3 does ...
1 vote
0 answers
37 views
ActionScript 2.0 to ActionScript 3.0 transition
I have a button 'buttonGo' and five different balls with different names (ballA, ballB, ballC, ballD and ballE). I have an ActionScript 2.0 code like the one below. Can anyone help me write a proper ...
0 votes
0 answers
27 views
Movie clip loading display problem in ActionScript 2
I'm having a display problem with loading a movie clip after loading it, my display looks more like this, the first image is being loaded in a loader that looks corrupted and the second image is not ...
0 votes
0 answers
24 views
Text to Speech voice loader for ActionScript 2
I'm currently working on an application that is a language translator. I already know that Flash professional or both Flash is very picky of audio files. Like when you're trying to import an audio to ...
0 votes
0 answers
34 views
Is there a way to use attachMovie in different layers?
I'm currently writing a code that when executed, it'll attach lots of movieClips into the _root property. Is there is a way to choose which layer these movieClips are attached into? For example: ...
0 votes
1 answer
40 views
Bitmap data depth display problem in ActionScript 2
Today I got a problem with the bitmap data depth display in my project that runs in ActionScript 2. I was expecting for the bitmap data to display in the _loader container This is how these ...
0 votes
1 answer
30 views
Is there an easier way to do timed animations in Actionscript 2?
So, im currently making a tamagotchi style game in Macromedia Flash 8, and i need for the current pet to change animations depending on certain actions, and keep in that way for an amount of frames, ...
0 votes
0 answers
24 views
Saving username and password data problem in ActionScript 2 class
I'm currently having trouble with trying to save username and password data in real time. When I created my username and password and pressed OK to start the process. I was expecting for the code to ...
1 vote
0 answers
19 views
Any movie clip does not get removed after the video player completes playing the video format in my AS2 project
class StoryMode extends SystemVideoPlayer { var _timeline; var ns; var nc; var _borderLeft; var _borderRight; static var instance; var isVideoComplete = false; function ...
0 votes
1 answer
74 views
How can I do performance testing on AS2 with JMeter?
I need to test the AS2 protocol with JMeter. Is there a plugin available for this, or any specific configuration required to effectively perform AS2 performance testing in JMeter? Is there a plugin ...
0 votes
0 answers
58 views
(flash 8, as2) cannot connect in my mulltiplayer flash game that is using smartfoxserver pro
i am experimenting on making a multiplayer game using smartfoxserver pro, but i have a problem, when i click on the "connect" button (you need to put in "localhost" or "127.0....
-2 votes
1 answer
177 views
For loop only sets last iteration
I'm trying to load multiple JSON files from an object so that I can just retrieve each set of data from its own respective object. So, for example, for the object below, I want to get the set of data ...
0 votes
1 answer
44 views
Cannot get "else/if" statement to execute on button click in ActionScript 2
I cannot figure out why the "else/if" statement never executes. Can anyone explain why this code in ActionScript 2 does not work? I have a button on the stage with an instance name of "...
-1 votes
1 answer
54 views
how do i make a movieclip move forever when an arrow key is pressed in flash actionscript 2.0? please answer
I'm working on a pac-man recreation in flash 8, using actionscript 2.0, and i need to makethe controls for pac-man, I want him to move forever when an arrow key is pressed, just like how he does in ...
0 votes
0 answers
100 views
Adobe Flash Professional CS6: ActionScript 2.0 Class Property Problem and Compile Error Display
EDIT: This happens to me every time when there's a SWF file that comes with packages of ActionScript files and folders, when I convert them to FLAs by using JPEX Flash Decompiler that is in ...