Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
72 views

This is sample MD file in VS code: ```cpp char c = 5; printf("aaaa"); ``` ```actionscript var i:int = 5; ``` ```as var i:int = 5; ``` ```actionscript3 var i:int = 5; ``` ```as3 var i:int = 5; ``` ...
Score of 2
0 answers
265 views

I'm trying to make an ABC/HR tool in Flash, but I can't manage to play the data as sound. Actually I prefer AS2, but I found that it is not enough for this purpose, so I decided to use AS3. But I can'...
Score of 0
2 answers
64 views

So I found some old script in a Newgrounds forum that should allow me to shake the scene without having to animate the scene manually. The problem is I don't really understand how to make it work. Can ...
Score of 0
1 answer
55 views

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 ...
Score of 1
1 answer
51 views

So, im currently making a project, and in this project there is a code where i have a switch condition with various cases, but, is there any way to store that switch condition in a class file? Or a ...
Score of 0
0 answers
35 views

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 ...
Score of 1
0 answers
29 views

class StoryMode extends SystemVideoPlayer { var _timeline; var ns; var nc; var _borderLeft; var _borderRight; static var instance; var isVideoComplete = false; function ...
Score of 0
0 answers
100 views

Trying to draw a scaled movieclip containing vectors as a bitmap after the movieclip has been scaled, and struggling to get a sharp, clear bitmap. Basically, have a movieclip and want to attach it to ...
Score of 0
0 answers
109 views

I am trying to make a script for photoshop in js, and I want to add an image to a new layer. The proble is that I simply cant find the jpg (teszt_fekvő.jpg), evendough it is in the same folder. Here ...
Score of 1
1 answer
88 views

I have a live chat system that I built in Flash CS6 using ActionScript 2. Everything works well except for one instance name/variable that keeps showing up as "undefined" inside of a .sol ...
Score of 1
1 answer
162 views

I'm currently trying to work on a mod for a game and when I display the array all I see is [object Object]. I'm wanting to actually see the information inside of the array. I'm new to actionscript so ...
Score of 2
2 answers
133 views

We have the product (normal desktop app) that wants to pull some data from the Adobe products (from the documents, opened in these products). Since the Apple events are too slow, we implemented a ...
Score of 1
1 answer
229 views

I’m writing a Pac-Man clone in ActionScript 3 using Adobe Animate (previously Flash) and could use some advice on movement and speed. According to Pitman's Pac-Man dossier, Pac-Man moves at ...
Score of 1
1 answer
87 views

I'm testing decoding base-64 data, reading it efficiently through ApplicationDomain#domainMemory, inside a background worker: override public function decode(): Array { ... ApplicationDomain....
Score of 0
0 answers
81 views

I have a parent class MediaWindow which is extended by multiple child classes VideoWindow, PictureWindow etc. Each subclass of classes must implement two particular functions which relate to resizing. ...

15 30 50 per page
1
2 3 4 5
606