Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
167 views

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 ...
xXxAirSnifferxXx's user avatar
Advice
0 votes
1 replies
64 views

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, ...
oli_vi_er's user avatar
  • 378
-1 votes
1 answer
84 views

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 ...
Vojtěch Pavlíček's user avatar
0 votes
0 answers
26 views

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 ...
Adam Day-Williams's user avatar
0 votes
0 answers
53 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
0 votes
0 answers
27 views

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 ...
user28541024'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
-1 votes
1 answer
72 views

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 ...
ThatonehamYT's user avatar
0 votes
0 answers
76 views

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 ...
Bhavesh Moradiya's user avatar
0 votes
1 answer
418 views

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 ...
Wen Hua's user avatar
0 votes
1 answer
207 views

I'm trying to implement flash messages upon a redirect. I added 'flash' => [ 'message' => fn () => $request->session()->get('message') ], to the ...
vStubbs's user avatar
  • 41
0 votes
0 answers
89 views

Code:: <!doctype html> <html lang="en-US"> <title>emu</title> <script src="https://unpkg.com/@ruffle-rs/ruffle"></script> <script src="...
X078's user avatar
  • 25
0 votes
1 answer
188 views

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 ...
Harsh Bijwe's user avatar
0 votes
0 answers
26 views

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 ...
user28541024's user avatar
0 votes
0 answers
42 views

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: ...
Juan Francisco's user avatar

15 30 50 per page
1
2 3 4 5
2322