Karl Ramberg uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-kfr.341.mcz==================== Summary ====================
Name: EToys-kfr.341
Author: kfr
Time: 24 February 2019, 2:13:12.948634 pm
UUID: fcf322df-c7c0-480c-9ccb-6c54c0b99e58
Ancestors: EToys-tpr.340
Adds menu item to toggle starting and stopping the animated image morph
=============== Diff against EToys-tpr.340 ===============
Item was added:
+ ----- Method: AnimatedImageMorph>>addCustomMenuItems:hand: (in category '*Etoys-Squeakland-stepping and presenter') -----
+ addCustomMenuItems: aMenu hand: aHand
+ super addCustomMenuItems: aMenu hand: aHand.
+ aMenu addUpdating: #steppingString action: #toggleStepping!