Schlagwort: birdy’s nest

  • Load Variables

    Clip | Text | Source Dynamic Textfield

  • 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 =…

  • Label Flash UI Component PushButton

    Remark: Eigenschaften (German) = Properties (English)

  • Pass Variable

    Pass Variable from one Clip to Another Source

  • Duplicate and Randomly Distribute Clip

    Clip | Source Some help from Macromedia. How to Use the Clip? Create an empty movie clip: Insert > New Symbol > MovieClip Name it clipRandom. Place it on the layer you want it (e.g. at the bottom). Add the ActionScript in the first frame of the main timeline: clipRandom.loadMovie(„duplicate-and-randomly-distribute-clip.swf“); This is all – you…

  • VolleyNight 2003

    Schneeflocken im Sommer Snowflakes in Summer: Snow by Pure_Morning | Sun by Shay | Adapted by Birdy1976 (Source) Die Schneeflocken Martin V-123abc-ögeli Rene A-123abc-lbrecht Mario A-123abc-lleca Urs H-123abc-ohl Stephan M-123abc-eister Markus L-123abc-enggenhager Nachnominiert: Tobias A-123abc-uinger Michael S-123abc-choch Informationen zum Turnier Die ofiziellen Infos zum Turnier Der Spielplan und die geltenden Regeln Lageplan unserer Spielhalle Hinweise…

  • Rotate a Clip on Button Pressed

    Clip | Source

  • OnLoad

    Update April 28, 2013: Doesn’t work with Firefox 20, but still works with Chromium 25 with Ubuntu 12.10. An Example of the onLoad Eventhandler Source files

  • Put on a Mask

    Clip | Source If one opens the source file one can see there are two more circles on other layers on both sides which can not be seen with the mask put on. Original Question Hi all, I’m using Flash Mx and in all the books i’ve read says that anything outside the stage area…

  • alt.macromedia.flash

    Vorwort / Introduction Wenn ich Lust und Zeit habe, beantworte und stelle ich Fragen in Newsgroups, z.B. news:alt.macromedia.flash. Eigens angefertigte Beispiele können Sie hier finden (meine Beiträge mit Google Groups). Die Beispiele / The Examples analog-clock.html 2003 asfunction.html 2002 buttonActive.html 2002 calculate-triangle.html 2004 circle-rotation-depending-on-mouse-position 2004 clip-follow-mouse.html 2003 clipLoadMovie.html 2002 clock-like-mask.html 2003 combobox-calls-loadmovie.html 2003 damped-spring-mass-system.html 2004…