Also remember that the resumeStack message (like the various open, preopenand close messages) are sent to the current card of a stack, so you can have different resumeStack handlers on different cards. If you finish them with 'pass resumeStack', the message will get passed along to the stack and so-on..

Mark

On 27 Dec 2005, at 15:21, Eric Chatonet wrote:

Hi Bob,

Just trap the resumeStack message in stack B :-)
See also suspendStack in the docs.

on resumeStack
  beep 5
end resumeStack

Le 27 déc. 05 à 15:54, Robert Presender a écrit :

Using Rev 2.5.1, OS 10.3.9

I have card A of stack A and card B of stack B on the desktop.
Assume card A is the current card.

Clicking on card B, it becomes the current card. When this occurs,
I would like card B to trigger a script to do something. For example, beep 5. Since openCard and openStack are not in play, I am at a loss how to accomplish this.

Suggestion(s) will be appreciated.

Regards ... Bob

Best Regards from Paris,
Eric Chatonet
---------------------------------------------------------------------- ------------------------
http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to