Code: Select all
on mouseUp
   go to card Task
   clone invisible group Task2
   set name of it to Task3
   place it on card Main
   go to card Main
   set the visible of it to true
end mouseUpModerators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
   go to card Task
   clone invisible group Task2
   set name of it to Task3
   place it on card Main
   go to card Main
   set the visible of it to true
end mouseUp 
Code: Select all
on mouseUp
   lock screen
   go to card "Task"
   clone invisible group "Task2"
   set name of it to "Task3"
   place it ONTO card "Main"
   go to card "Main"
   set the visible of it to true
end mouseUpAlso, is there a way to move the grouped vs just placing it on the new destination card?
Code: Select all
copy group "Task2" of card "Task" to card "Main" 
 