Emergency Help

2004-01-05 Thread Thomas J McGrath III
Hello to everyone here on the list. I am in a slight panic this morning. Today is my deadline for the first version of my cross platform CD. I am having a problem with a custom property. I call it pBeenVisited . I store whether we have visited this card before in it so that we don't have to

Re: Emergency Help

2004-01-05 Thread Thomas J McGrath III
I think I solved it but need your advice.. I tried to add this to the reset menu item but it results in an error (But it does play the voice over for this card now) case Reset Voiceovers dobeenvisited send openCard to this card break I changed it to this and it seems to work-

Re: Emergency Help

2004-01-05 Thread Dar Scott
On Monday, January 5, 2004, at 08:28 AM, Thomas J McGrath III wrote: I changed it to this and it seems to work- but I'm nervous about it. I don't actually want to send an open card to me the menu item but rather to me the card we are on. This does seem to work but is a little weird for me. The

Re: Emergency Help

2004-01-05 Thread Thomas J McGrath III
Dar Scott, Yeah, I was in a hurry with the dobeenvisited I should have named it doResetBeenVisited or something more appropriate. As far as setting the beenVisited as we leave, it is because I have other things to do on the card and thought that once I leave the card then I want the system

Re: Emergency Help

2004-01-05 Thread erik hansen
Dar wrote: I suspect you might want to pull some of the meat out of the openCard and put it into another handler and send to that. That leaves openCard for calling that handler and for anything else you need to add. does this affect execution? Erik = [EMAIL PROTECTED]

Re: Emergency Help

2004-01-05 Thread Dar Scott
On Monday, January 5, 2004, at 12:52 PM, erik hansen wrote: Dar wrote: I suspect you might want to pull some of the meat out of the openCard and put it into another handler and send to that. That leaves openCard for calling that handler and for anything else you need to add. does this affect