[comp.sys.mac.hypercard] Solution to going to current card of another open stack

mandel@vax.anes.tulane.edu (Jeff E Mandel MD MS) (03/07/91)

Here is the solution:

on mouseUp
  lock screen
  push cd
  go to this cd of stack targetStack
  push cd
  go to cd targetCard
  pop cd
  pop cd
  unlock screen
end mouseUp

Thanks to Ilkka Priha of Tech. Research Centre of Finland for the crucial
insight.

/signature