There is a problem I think, in that the wipe is throttled by the refresh rate 
of the screen, and ends up being slow even if you say "very fast".

Here is a change of the second button script, where I removed the wipe, and 
also show the group after the showing of the button 2 list. I sped up the move 
too See if you like it:

on mouseUp
   if word 1 of the label of me = "Hide" then
      hide grp "group2" 
      set the label of me to "Show Group 2"
      put the loc of grp "group3all" into tLoc
      subtract "55" from item 2 of tLoc
      move grp "group3all" to tLoc in 10 ticks
   else
      put the loc of grp "group3all" into tLoc
      add "55" to item 2 of tLoc
      send showgroup to me in 10 ticks
      move grp "group3all" to tLoc in 10 ticks
      set the label of me to "Hide Group 2"
   end if
end mouseUp

on showgroup
   show grp "group2"
end showgroup



On Apr 14, 2013, at 1:33 PM, Paul Hibbert <l...@pbh.on-rev.com> wrote:

> https://www.dropbox.com/s/m8law3krxtfg0sk/Accordion.livecode

_______________________________________________
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