-
birdy1976: With #Google #Instant turned on, it is not possible to use the #button "I'm #Feeling #Lucky" cc @eric_mazur 😉 http://t.co/gLKp8DYD
Original-Tweet-Status (OTS)
-
Random Button Functions
Clip | Source
-
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)
-
Rotate a Clip on Button Pressed
Clip | Source
-
ButtonActive
Aktiver Bereich eines Buttons Clip | Source Selbstkreierte Buttons können nur dort angeklickt werden, wo auch tatsächlich etwas ist (Fläche, Schrift oder Linie). Leerräume sprechen nicht an. Wenn man z. B. ein „O“ als Knopf verwenden will, dann gilt in Flash nur die Linie als Button. Das Setzen eines aktiven Bereiches vergrössert den Bereich.