Hi friends,

short question:

The docs say, that "opencard" will be executed everytime you GO (!!!) to that card.

OK, when navigating from card to card in the same stack it does work,
but when coming from another stack it doesn't!


Example: Card 1 of stack "A":

on opencard
  beep
end opencard

When i go to card 1 from card 2 of the same stack it beeps.
It also works when i open that stack...

But in a (one and only) substack "B" of that stack "A" i have a button:

on mouseup
  go cd 1 of stack "A"
  ###GO, see above!!!
end mouseup

It does NOT beep...
No other handlers involved!!!!!

Am i overlooking something obvious?


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to