34,822 questions
1
vote
1
answer
167
views
How flash 8 brush worked?
I'll be questioning about a drawing program - flash 8 and how its brush worked.
The question is about math, bezier curves, vectors, algoritms, geometry.
i'm trying to recreate how Flash 8's brush tool ...
Advice
0
votes
1
replies
64
views
Create multiple copies of a SWF file with only the colour and position of an object changing (Adobe Animate)
I need to create several SWFs that have the same shape in different colours and/or different positions.
E.g. a 10 px circle that can be red, blue, green, yellow, at position x=1, y=2 ; x=3, y=4; x=5, ...
-1
votes
1
answer
84
views
How to create addEventListener - function - where I indicate what movieClip was clicked and then decrease HP:number and show it directly on the stage?
Hello everybody,
I am making very basic game in Adobe Flash AS3. I am learning in a book and as i learn i try to introduce new things and creative stuff into my very basic game.
I am using Flash CS3 ...
0
votes
0
answers
26
views
Adobe Animate AS3 NetStream crashes in Windows projector after multiple video transitions
I’m using Adobe Animate with an ActionScript 3 document to make a test project. In this project, I want to dynamically load and play external MP4 files using NetStream, swapping in new videos as ...
0
votes
0
answers
53
views
Is there a way to highlight ActionScript code in Markdown editor in VS Code like cpp does?
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;
```
...
0
votes
0
answers
27
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 ...
2
votes
0
answers
252
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'...
-1
votes
1
answer
72
views
How to spoof Action script 3 ExternalInteface.call("window.navigation.userAgent.toString")
im trying to spoof ExternalInteface.call("window.navigation.userAgent.toString") to look like a electron environment using the javascript below. though it works for the browser it keeps ...
0
votes
0
answers
76
views
STM32F051R8T6 Bootloader IAP Jump to APP Hard Fault Error
Hi I am trying to develop USART IAP Bootloader code for STM32F051_Disco but when Bootloader call JUMP User App it's getting hard fault error.
I have checked (Memory-File Compare) code copied into ...
0
votes
1
answer
418
views
Does executing the function HAL_FLASH_OB_Launch cause a system reset on STM32H563 MCU?
As for STM32H563 MCU, will it result in a system reset after executing the function HAL_FLASH_OB_Launch?
From my experiment, before executing HAL_FLASH_OB_Launch, I can read data from MCU via I2C ...
0
votes
1
answer
207
views
Laravel Inertia.js, flash messages disappearing
I'm trying to implement flash messages upon a redirect. I added
'flash' => [
'message' => fn () => $request->session()->get('message')
],
to the ...
0
votes
0
answers
89
views
Get flash title with JS
Code::
<!doctype html>
<html lang="en-US">
<title>emu</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script src="...
0
votes
1
answer
188
views
Issue during flash programming in lauterbach tool
I have a MIPS based broadcom chip BCM68380 which I am trying to program by following cmm script.
SYSTEM.RESET
SYSTEM.CPU bcm63268
SYSTEM.OPTION ResBreak OFF
SYSTEM.OPTION IMASKASM ON
SYSTEM.OPTION ...
0
votes
0
answers
26
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
42
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:
...