We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

CrazyX on 02/05/08


Tagged


Versions (?)


test


Published in: ActionScript 3 


  1. private function generiereFragenArray() :Void
  2. {
  3. fragenArray = new Array();
  4. for(var i:Number = 0; i < _global.AUFGABENANZAHL; i++) {
  5. fragenArray[i] = NotesPreloader.xmlFragen.firstChild.childNodes[i].firstChild.nodeValue;
  6. }
  7. springeZuAufgabe(1);
  8. }

Report this snippet 

You need to login to post a comment.