try

on mouseUp
        put "hello"
        create card "New"
        put "world"
end mouseUp


new card is for outside support (HC or SC) and may not work with the name empty?????
the docs say to use
create card "Name"
or
create card
which leaves the name of the card as empty.... (why do this though)


Tom


On Feb 7, 2004, at 11:25 PM, Alex Rice wrote:


Anyone know if this is in bugzilla? The debugger freezes up at line 2 of this handler:

on mouseup
  put "hello"
  new card
  put "world"
end mouseup

--
Alex Rice | Mindlube Software | http://mindlube.com

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



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

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

Reply via email to