It is strongly recommended that you run this project in Turbo Mode. The engine operates with poor speed otherwise. This project works better in Scratch 1.4. You may comment on my profile if you want any 1.4 version.
A simple window engine that mimics the design of the version of LXDE that comes with Raspbian Jessie. This engine is built and actively maintained in Scratch 1.4. Raspbian is one of many operating systems you can install on the Raspberry Pi computer. It is a product of the Raspberry Pi Foundation. Known Bugs: -Certain window sizes have the window buttons in the wrong place. Pen can be complicated, so please bear with me here. Current Version: v1.2 +Addition *Change -Removal //Comment Version History: v1.2 *The background now turns white after a window is drawn. v1.1 *Fixed a bug preventing the user from creating multiple windows //This was entirely my own fault. I forgot to add in the last 2 lines of code allowing the button to function after it has been used once. *Fixed a very annoying bug where you would have to enter Y position, width and height twice each. //This bug was most likely caused by some timing differences between Scratch 1.4 and Scratch 2.0. This bugfix does reduce the efficiency of the code, but the prompt now works just as well with this fix as it does in Scratch 1.4. v1.0 #Original Release +Can choose size and location of window. +Certain details such as the minimize, maximize, and close buttons are drawn //Text is not implemented, but may be added with a future release.