- addEventListener(Event.ENTER_FRAME,draaiBloempje);
- function draaiBloempje(event:Event) {
- if(draaidraai) {
- draaidraai.rotation += 5;
- } else {
- removeEventListener(Event.ENTER_FRAME,draaiBloempje);
- }
- }

By: as3 | Date: Apr 19 2010 13:58 | Format: None | Expires: never | Size: 212 B | Hits: 1067
Latest pastes
7 months ago
9 months ago
24 months ago
26 months ago
30 months ago