VSB Engine Version 1.3 (C) 2020-2022 The AOS Software Team, @Maarten_. https://scratch.mit.edu/studios/27769777/ https://1drv.ms/w/s!AnfmoStjhZY_gYJHHfx08GvbdRHsAg?e=VxucUb https://turbowarp.org/#449797809 WELCOME TO THE GUI DESIGNER After agreeing to the initial message shown, enter your preferred background color, and then the preview color (Preview color may be changed later). Hexadecimal input requires the prefix "0x" added in front of the number. After you have done that, congratulations! You can now enter tasks. Press space to enter one. You may pick one from the list below: RUN Run the program UPDATE Run one frame of the program STOP Stop anything running at the moment RECTANGLE Put a rectangle on the screen LINE Put a line on the screen PIXEL Put a pixel on the screen TEXT Put some text on the screen HOVEREVENT Add an event listener for a mouse entering a spot TOUCHEVENT Add an event listener for a mouse touching inside a spot KEYEVENT Add an event listener for a key press CLICKEVENT Add an event listener for a click, and push position to stack CLEAR Clear workspace PREVIEWCOLOR Edit the previewcolor EXPORTP Automatically generate a working script template. Just edit the newly generated event handler functions, and you are fine. VIEWCODE Show current raw code generated by the GUI Designer to assist with building and preview rendering. (Internal code will not be shown in final export code.) This software is in the beta stage, meaning instructions are not guaranteed to stay the same. A lot of changes may be done to the engine through beta updates. For unexpected bugs that must be fixed, the project will be unshared and reshared for a notification in your inbox. What is VSB? VSB (Visual Scratch Basic) is a programming language which runs on the Scratch 3.0 programming language. It may be called an interpreter. The third stage of the VSB Engine adds several interesting parts to the programming language, which may be utilized to your advantage. New projects are made for newer versions. Make sure to read the VSB documentation. Important notice is that color may not be fully accurate in rendering. Tags: