Click around, click the "run" button (red arrow button in top left corner) to open command box. Commands (for cmd): -------------------------------------------------------------------------------------------- up: sets current directory up one, if possible -------------------------------------------------------------------------------------------- system.display (open/close) (system list name): Opens/closes a system list. Example usage is as follows: system.display open report Current operable system list names: -report --------------------------------------------------------------------------------------------- system.background (system background attribute) (value): Modifies the background. Example usage is as follows: system.background ghost 100 (this would set the system background ghost effect to 100) Current operable system background attributes: -color (range=0->200) -ghost (range=0->100) -brightness (range=-100->100) -name (system background names) ---------------------------------------------------------------------------------------------- calc (calculation/s): Uses string-based recursive calculator to calculate value. Current ops: -parenthesis -^ -* -/ -+ -- ------------------------------------------------------------------------------------------------- cd (directory): Changes directory to (directory) Example Usage is as follows: cd drive1.dir/desktop.dir/testdir.dir This would change SYS_CD to drive1.dir/desktop.dir/testdir.dir
I decided that, for a change, I'd work on a project that I POST first and actually COMPLETE much, much later, so people can see it's progress... It's hardly anything at the moment, but I intend to add on a ton to it... changelog: -added GUI for CD read -text file reading implemented...program to open is as follows: --------------------------------------------------------------------------------------------- cls system.background name bc_white rendertext -230 150 %content% 1 render 225 165 escape appendtogetclick 225 165 20 20 renderdir ---------------------------------------------------------------------------------------------- -working on adding content for files (that way you can actually OPEN them! :O) -discovered some more glitches in the calculator...I'll fix those later when it actually has a practical purpose... -FINALLY added basic filetext GUI -implemented system turnoff...detects when stop sign hit -implemented getKey, thanks to @Griffpatch and @Xlk -fixed calculator...apparently, it was just a tiny little recursive same-use variable issue that was causing the big problem -noticed calculator can be a bit buggy with parenthesis at times, need to fix that...darn -added GUI for run...next to the up button -added GUI for up...in top left corner, there's now a button for it -revised getclick...now implemented cmd into it -recursive properties added to calculator -string-based calculator implemented -System background manipulation implemented -Basic UI system implemented (hit the spacebar)... -intClick system implemented (that was easier than expected!). Now you can actually click on stuff! -reportprocess system implemented (open list "report" to view all processes executed since boot) -made basic pathfinding system -very basic GUI system added -project created