Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 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; ``` ...
Jindra Petřík's user avatar
2 votes
0 answers
252 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'...
Klymins's user avatar
  • 27
0 votes
2 answers
56 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 ...
Johnson Yan's user avatar
0 votes
1 answer
41 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 ...
user28541024's user avatar
1 vote
1 answer
42 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 ...
Juan Francisco's user avatar
0 votes
0 answers
27 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 ...
user28541024's user avatar
1 vote
0 answers
20 views

class StoryMode extends SystemVideoPlayer { var _timeline; var ns; var nc; var _borderLeft; var _borderRight; static var instance; var isVideoComplete = false; function ...
user28541024's user avatar
0 votes
0 answers
91 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 ...
user25342020's user avatar
0 votes
0 answers
96 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 ...
tompoc's user avatar
  • 3
1 vote
1 answer
78 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 ...
TypicalProgrammer's user avatar
1 vote
1 answer
130 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 ...
John Rocha YSoButtHurt's user avatar
2 votes
2 answers
128 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 ...
Serg's user avatar
  • 4,831
1 vote
1 answer
212 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 ...
pogeybait's user avatar
  • 3,145
1 vote
1 answer
78 views

I'm testing decoding base-64 data, reading it efficiently through ApplicationDomain#domainMemory, inside a background worker: override public function decode(): Array { ... ApplicationDomain....
Hydroper's user avatar
  • 451
0 votes
0 answers
68 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. ...
Will's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
606