Chapter 4, Listing 1

Listing 1: Hintergrund-Buttons

Script of bg button "prev"

	on mouseUp
	  answer "This is the first card" with "OK"
	  click at the loc of cd button "Animate"
	end mouseUp

Script of bg button "next"

	on mouseUp
	  visual effect wipe left slow
	  go next cd
	end mouseUp

Script of bg button "quit"

	on mouseUp
	  doMenu "Quit HyperCard"
	end mouseUp

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