Jindra Petřík · Stack Overflow

Score of 2

0 answers

269 views

Playing PCM data as sound in ActionScript 3.0 (Flash and AIR)

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'...

  • reputation score 23

Score of 0

2 answers

65 views

Trying to get makeMcShake script found in Newgrounds forum to work

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 ...

  • reputation score 11

Score of 0

1 answer

58 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 ...

  • reputation score 11

Score of 1

1 answer

52 views

Is there a way to store switches in AS2?

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 ...

  • reputation score 11

Score of 0

0 answers

40 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 ...

  • reputation score 11

Score of 0

0 answers

112 views

Using javascript for photoshop scripting, but I cant find the file

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 ...

  • reputation score 3

Score of 2

2 answers

136 views

eval vs Function() return semantics

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 ...

  • reputation score 4851

Score of 1

1 answer

230 views

How do I move Pac-Man smoothly in AS3?

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 ...

  • reputation score 3145

Score of 1

1 answer

91 views

Issue setting domain memory

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

  • reputation score 461

Score of 0

0 answers

84 views

Defer implementation of interface functions to child class

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. ...

  • reputation score 11

Read the original on stackoverflow.com ↗