Mittagskogel / Sulfurous

MIT License
40 stars 22 forks source link

Super Slide Creator auf Scratch #37

Open demesos opened 7 years ago

demesos commented 7 years ago

from raineoden: this project doesn't work like it should, and lists don't show. I can't place things down like the original project: https://scratch.mit.edu/projects/162316865/

https://scratch.mit.edu/projects/162316865/ https://sulfurous.aau.at/#162316865 Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0

htmlgames commented 7 years ago

Hide / Show Lists are not yet coded. If we wanted to to show a single list content rather than all the options that a list currently offers, it would make coding easier. This is something I think can be done using a single list div on the stage (like with the ask block), and append a inner div for each item in the list on the show list block - it could have css to look similar to scratch , though to start with would be static with a click to close. Hide list or closing the list resets the div contents to blank again. This way you wouldn't need to store lots of divs (which may impact performance) ?

htmlgames commented 7 years ago

It was a long time coming :) I've had a crack at coding the above this weekend. There will be bugs no doubt... here's a test link:

https://htmlgames.github.io/htmlgames/differences/UAT/itchy/index.html#162316865

I guess at some point we need to move this into Sulfurous as well (after more testing of hide / show lists)