Bonsoir Edward,

Le 26 nov. 08 à 21:37, edward cawley a écrit :

My push card has stopped working in a stack I've been working with. Where do I look to see what, if anything, is being stored. When I go to pop a card I get a flash of a cd and then back to the card I was on.

To troubleshoot such an issue you could test what is in 'pop card' using an old HyperCard trick:

   local tReturnCard
   -----
   pop card into tReturnCard
   put tReturnCard -- in the message box

Search for all your 'pop card' and add this code.
You'll see what is exactly 'pop card' but once you ahev put 'pop card' into a variable (here tReturnCard), it's no longer available to the engine.
This might appear useful in some cases* but it's another story :-)

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/
----------------------------------------------------------------

* To test 'pop card' then use a 'push tReturnCard' if it is what was expected..._______________________________________________
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