I wonder why this script doesn't work in LC 8.0.1:

on mouseUp
   ask file "Choose where you wish to save your stack"
  if the result = "cancel"
  then exit mouseUp
  else
     save stack "New Stack"
     end if
end mouseUp

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to