Chapter 4, Listing 3

Listing 3: Script of cd button "Ausziehen"

	on mouseUp
	  if the hilite of me is TRUE then
	    show cd picture
	    set the name of me to "Ausziehen"
	    set the hilite of me to FALSE
	  else
	    hide cd picture
	    set the hilite of me to TRUE
	    set the name of me to "Anziehen"
	  end if
	end mouseUp

© 1997 by Jörg Kantel
Zurück zum Inhaltsverzeichnis