[squeak-dev] The Inbox: EToys-ct.461.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Feb 2 08:08:34 UTC 2022


But it was funny! xD Don't you like sounds? :-)

Best,
Marcel
Am 31.01.2022 21:22:17 schrieb commits at source.squeak.org <commits at source.squeak.org>:
A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-ct.461.mcz

==================== Summary ====================

Name: EToys-ct.461
Author: ct
Time: 31 January 2022, 9:21:55.1383 pm
UUID: 9acb64f1-d86b-de49-9632-f6ebfd49fcae
Ancestors: EToys-mt.460

Proposal: Do not play sounds while initializing the players tool. Opening a fresh image and selecting the Scripting category should not make a sound. Running MorphicUIManagerTest>>#testShowAllBinParts should not make a sound. I think this acoustic feedback is unnecessary, also given the fact that the invigorate button is currently not displayed anywhere in the UI.

=============== Diff against EToys-mt.460 ===============

Item was changed:
----- Method: AllPlayersTool>>reinvigorate (in category 'reinvigoration') -----
reinvigorate
"Referesh the contents of the receiver"

(submorphs copyFrom: 3 to: submorphs size) do: [:m | m delete].
self currentWorld doOneCycleNow.
+ self currentWorld presenter reinvigoratePlayersTool: self.!
- self playSoundNamed: 'scritch'.
- (Delay forMilliseconds: 700) wait.
- self currentWorld presenter reinvigoratePlayersTool: self.
- self playSoundNamed: 'scratch'.!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220202/e307d7e2/attachment.html>


More information about the Squeak-dev mailing list