ActionScript in Ming
+++ under Construction +++
Vorwort
Actionscript in Flash4, Flash5 und Flash6.Einführung
Adressierung innerhalb eines Flashfilmes:
| FLASH 4 | FLASH 5, FLASH 6(MX) | |
|---|---|---|
| auf sich selbst | ./ | _self. |
| absolut | _level0/ | _level0. oder _root. |
| absolut | _level0/clip3 | _level0.clip3 oder _root.clip3 |
| relativ | ../ | _parent. |
| relativ | ../../clip3/ | _parent._parent.clip3 |
- Gemeinsamkeiten und Unterschiede.
- Tabelle erstellen
| Syntax | Flashdatei | Ming setVersion | ||||
|---|---|---|---|---|---|---|
| F4 | F5 | F6 | F4 | F5 | F6 | |
| stop(); | + | + | + | + | + | + |
| play(); | + | + | + | + | + | + |
+ ok
- not possible
! not working