Siv'swami,

I wonder if you could quantify the difference for us... something like

put the list of numbers 1 to the number of cards into cardList
shuffle up cardList
put the ticks into startTime
repeat for each line thatCard in cardList
  go card thatCard
end repeat
put the ticks into endTime
put endTime - startTime

and similarly

put the ticks into startTime
repeat for i = 1 to the number of cards
  go next card
end repeat
put the ticks into endTime
put endTime - startTime

in both the 2.7.4 and 2.6.1 versions?


Sivakatirswami wrote
> But under 2.7.4  a button
>
> On mouseup
>  go next card
> end mouseup
>
> throws a busy icon, after a bit of time, the next card is presented.
>  I have arrows set to navigate... if I hit the right arrow, or cmd-3 in 
> the
> IDE I get the same sluggishness.
>
> Is this symptomatic of the 2.7.4 "cumbersome IDE" that some have
> complained about? I'm not trapping the go next card msg
> and no other handlers are being triggered...



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

Reply via email to