Schlagwort: mx

  • GetRandomFileName

    Clip | Source

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

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

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