Page 1 of 1

New Delete Feature

Posted: Thu Jun 25, 2015 3:48 pm
by dunbarx
I did not want to place this in the "Feature Requests" area. Perhaps there should be a new tab, "Undocumented Features"? I cannot access (again) the user notes area of the dictionary or I would add it.

On a new card, make six buttons. In the script of the FIRST button:

Code: Select all

on mouseUp
delete btn 3 and btn 4
end mouseUp
Of course all valid LC stuff works as well. Who knows what evil lurks in the heart of LC commands...

Craig Newman

Re: New Delete Feature

Posted: Thu Jun 25, 2015 10:42 pm
by Simon
Cool

Code: Select all

on mouseUp
   delete btn 3 and btn 3
end mouseUp
Simon

Re: New Delete Feature

Posted: Thu Jun 25, 2015 11:01 pm
by SparkOut
Aaaaaaaaaaaarrrrrrrrgghhh!
Scary

Re: New Delete Feature

Posted: Fri Jun 26, 2015 12:16 am
by FourthWorld
Works with "select" too.

Re: New Delete Feature

Posted: Thu Jul 16, 2015 9:59 pm
by sturgis
Wow, scary. And its not new as of 5.5.5.

And yep. 3 buttons on the card, executing delete button 1 and button 1 and button 1 from the msg box kills all 3. Scary, but nifty too.