- 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: 916
Latest pastes
16 days ago
2 months ago
17 months ago
19 months ago
23 months ago