[comp.sys.mac.hypercard] startUp messages

nichols@olive.ucsb.edu (Timothy C. Nichols) (03/07/90)

In general, when one creates a handler for messages such as:
	startUp
	openCard
	openStack
	.
	.
	.
the message should be passed along at the end of the handler, for
you never know who or what is relying on them. For example:

on startup
	-- whatever
	pass startUp
end startUp


-Tim

=======================================================================
nichols@cs.ucsb.edu	      	| So long, and thanks for all the fish.
=======================================================================