ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

928 results

APF
ActionScript 3.0 #tutorial #adobe
0:55
ActionScript 3.0 #tutorial #adobe

110 views

6 months ago

APF
Introducción a ActionScript 3.0
9:03
Introducción a ActionScript 3.0

64 views

6 months ago

vlogize
Mastering Pass-by-Reference Simulation in ActionScript 3.0

Discover the cleanest way to simulate `pass-by-reference` in ActionScript 3.0, overcoming limitations with a container object ...

1:33
Mastering Pass-by-Reference Simulation in ActionScript 3.0

1 view

10 months ago

vlogize
How to Easily Obtain the Sign of a Number in ActionScript 3.0

Discover effective methods for retrieving the sign of a number in ActionScript 3.0, including troubleshooting potential pitfalls.

1:33
How to Easily Obtain the Sign of a Number in ActionScript 3.0

2 views

10 months ago

ResponseXAI
actionscript 3 - How do I create a instance of a class using a variable? - Stack Overflow

make sure you import getDefinitionByName at the top of your class code if flash doesn't do it for you automatically. This should ...

0:30
actionscript 3 - How do I create a instance of a class using a variable? - Stack Overflow

2 views

5 months ago

ResponseXAI
actionscript 3 - Programming a simple AI in AS3 - Stack Overflow

I'd say it's a good direction. In your AI class, create an addedToStage listener, and in that handler create an ENTER_FRAME ...

0:30
actionscript 3 - Programming a simple AI in AS3 - Stack Overflow

3 views

5 months ago

blogize
Tips for Consistently Exporting ActionScript 3 SWF Files to QuickTime

Discover effective strategies for exporting ActionScript 3 SWF files to QuickTime without encountering common issues. --- Tips for ...

1:09
Tips for Consistently Exporting ActionScript 3 SWF Files to QuickTime

16 views

10 months ago

vlogize
Beherrschen der Pass-by-Reference-Simulation in ActionScript 3.0

Entdecken Sie die sauberste Methode, um `Pass-by-Reference` in ActionScript 3.0 zu simulieren und Einschränkungen mit einem ...

1:31
Beherrschen der Pass-by-Reference-Simulation in ActionScript 3.0

1 view

1 month ago

APF
ACTIONSCRIPT 3.0: NEXTFRAME - PREVFRAME (PARTE 1)

... las animaciones Ya lo que utilizamos es Action Script 3.0 Es la versión más moderna y poderosa ¿Cuáles son los fundamentos ...

10:07
ACTIONSCRIPT 3.0: NEXTFRAME - PREVFRAME (PARTE 1)

55 views

6 months ago

CodeMake
drag a mask with actionscript 3 0

Download 1M+ code from https://codegive.com/17cd542 creating a draggable mask in actionscript 3.0 involves using a few key ...

4:06
drag a mask with actionscript 3 0

3 views

11 months ago

vlogize
Troubleshooting insertChildBefore and insertChildAfter in ActionScript 3

Struggling with `insertChildBefore` and `insertChildAfter` in ActionScript 3? This guide explains common pitfalls and offers ...

1:49
Troubleshooting insertChildBefore and insertChildAfter in ActionScript 3

1 view

10 months ago

Nazwa Maharani
Implementasi ActionScript 3.0 untuk Membuat Tombol Interaktif di Adobe Animate
2:14
Implementasi ActionScript 3.0 untuk Membuat Tombol Interaktif di Adobe Animate

1 view

2 months ago

vlogize
So ermitteln Sie einfach das Vorzeichen einer Zahl in ActionScript 3.0

Entdecken Sie effektive Methoden, um das Vorzeichen einer Zahl in ActionScript 3.0 zu bestimmen, einschließlich der ...

1:33
So ermitteln Sie einfach das Vorzeichen einer Zahl in ActionScript 3.0

0 views

1 month ago

Sphis
Learning Action Script 3.0

This took too long for me. But I did it.

0:14
Learning Action Script 3.0

10 views

5 months ago

ResponseXAI
actionscript 3 - FLASH AS3 SOUND_COMPLETE firing at start of sound - Stack Overflow

Think you're mistaken. Event.COMPLETE called when sound file load completed. sound.addEventListener(Event.COMPLETE ...

0:30
actionscript 3 - FLASH AS3 SOUND_COMPLETE firing at start of sound - Stack Overflow

5 views

6 months ago

vlogize
How to Fix hitTestObject Issues in ActionScript 3 for Game Development

Learn how to troubleshoot and resolve `hitTestObject` issues in ActionScript 3 with a step-by-step guide, ensuring collision ...

1:51
How to Fix hitTestObject Issues in ActionScript 3 for Game Development

3 views

8 months ago

ResponseXAI
actionscript 3 - Checking if MovieClip is on top of another - Stack Overflow

The hitTestPoint() can tell you if your object is over a specific point: if (myMovieClip.hitTestPoint(myX,myY) == true) { trace("hit ...

0:30
actionscript 3 - Checking if MovieClip is on top of another - Stack Overflow

1 view

4 months ago

AzliMasrop
ActionScript 3  Pemboleh Ubah
7:13
ActionScript 3 Pemboleh Ubah

12 views

8 days ago

vlogize
How to Count MovieClip Loops in ActionScript 3

Learn how to effectively count the number of times your `MovieClip` loops in ActionScript 3 with this step-by-step guide.

1:59
How to Count MovieClip Loops in ActionScript 3

2 views

8 months ago

ResponseXAI
actionscript 3 - Find the index of an object in an array in Flash AS3 - Stack Overflow

The indexing strategy would be the fastest, however don't you need to do it more like this?: ["0.000"] = {}; ["0.100"] = {}; Alternatively ...

0:30
actionscript 3 - Find the index of an object in an array in Flash AS3 - Stack Overflow

4 views

5 months ago