-
ClipLoadMovie
Laden eines externen Clips Clip1 | Clip2 | Source English: One can load Flash movies dynamically. Here you’ll find a simple example which shows how it works. Deutsch: Sie können in Flash dynamisch externe Movie Clips laden. Hier finden Sie ein einfaches Beispiel.
-
Birdy’s Lernkarten
Die Lernkarten Werfen Sie Ihre Lernkartei weg – hier kommt die nächste Generation des Lernens! Überlegen Sie sich die richtige Antwort und korrigierenn Sie sich anschliessend selbst! Die nachfolgende Demonstration ist ein Beispiel zum Lernen von englischen Begriffen. Wenn Sie einen Begriff drei Mal in Folge richtig wussten, fällt er raus: Die Hilfeseite Es gibt…
-
Flash Clip „Card Index“ Help
Introduction The Flash Clip „Card Index“ is a learning aid for learning definitions, word lists or other large amounts of information. Lerners The usage is very simple. Lets say you want to learn some English words. In the upper textbox you find the German word (e.g. „Ende“). You think about the answer (e.g. „end“). To…
-
Calculate Triangle
Clip | Source Question by lostlyre Can anyone tell me the formula for finding a missing set of coordinates of a triangle, while knowing two coordinates and three sides? An ActionScript Snippet Example by birdy1976 // given var xA = -2; var yA = -4; var xB = +5; var yB = -1; var a…