sugarlabs / story

The Sugar Story activity
GNU General Public License v3.0
1 stars 15 forks source link

Should we restore the feature changing dots/images color? #17

Open kiy4h opened 4 years ago

kiy4h commented 4 years ago

I was planning to add the collaboration feature to the activity, but I'm not sure what the function dot_click was in the story activity. Should I just remove all of it, or re-implement it?

https://github.com/sugarlabs/story/blob/master/StoryActivity.py#L707 https://github.com/sugarlabs/story/blob/master/StoryActivity.py#L711

EDIT: I've noticed that the story activity had a feature where the player clicks on the "dots" (the images) to change its color. Should we restore this feature, or let it fade away?

quozl commented 4 years ago

https://github.com/search?q=org%3Asugarlabs+send_dot_click&type=Code

Looks from this that send_dot_click is a copy and paste error; code common to several activities but not called.