E-Learning // Multimedia // Online-Medien

    • #42birds
    • About
Illustration eines fliegenden Vogels.
  • onUnload getURL

    Experimental! An Example of the onUnload Eventhandler Source files

    März 27, 2003
  • Flash UI Components Set 2 – Draggable Pane

    Clip | Source ActionScript to Open and Close the Draggable Pane function closeMyDraggablePane() { // close pane (instantce is deleted) myDraggablePane.closePane(); } function openMyDraggablePane() { // close first (if already open) closeMyDraggablePane(); // create a new instance of the pane _root.attachMovie(„FDraggablePaneSymbol“,“myDraggablePane“,1000); // set properties myDraggablePane._x = 20; myDraggablePane._y = 60; myDraggablePane.setPaneSize(260, 140) ; myDraggablePane.setPaneTitle(„My Draggable…

    März 18, 2003
  • Brownian Motion / Brownsche Bewegung

    Clip | Source

    März 10, 2003
  • Random Button Functions

    Clip | Source

    März 7, 2003
  • GetRandomFileName

    Clip | Source

    Februar 23, 2003
  • ScrollButtonsListBox

    Scroll Buttons for a FListBox Clip | Source Original Question What I would like to do is to have an app which has a remote in the flash movie – and if you click on the arrow on the remote with the mouse, then it has the intended effect as using the arrows on the…

    Februar 17, 2003
  • Load Variables

    Clip | Text | Source Dynamic Textfield

    Februar 16, 2003
  • Frame Dependant Button Action

    Clip | Source ActionScript for the Button on (release) { var intFrame = _currentframe; switch (intFrame) { case 1 : strDisplay = „Went to frame 2!“; intFrame++; break; case 2 : strDisplay = „Went to frame 3!“; intFrame++; break; case 3 : strDisplay = „Went to frame 4!“; intFrame++; break; case 4 : strDisplay =…

    Februar 15, 2003
  • Label Flash UI Component PushButton

    Remark: Eigenschaften (German) = Properties (English)

    Februar 7, 2003
  • Pass Variable

    Pass Variable from one Clip to Another Source

    Januar 29, 2003
←Vorherige Seite
1 … 581 582 583 584 585 … 589
Nächste Seite→

E-Learning // Multimedia // Online-Medien

Mit Stolz präsentiert von WordPress