Discuss Scratch

Roblox888i
Scratcher
1000+ posts

Guide to Coding with M-Code & M-Run.


Guide to Coding with M-Code


Default Code:

Once you load up the project there are 3 default lines of code:
control wait 3
app log Hello, World!
display list debug show

The 1st line of code is a wait () seconds.

The 2nd line of code is a log, a log is like a say block but it saves somewhere, in the M-RUN{1} project it adds your log to a debug menu.

The 3rd line of code shows a list, in this case, debug.

Deleting Code:

Click the delete button, then choose a line in the MY CODE list, then it will delete.

Editing Code:

Click the edit button, then type a line you wanna edit, a EDIT list will popup, click edit below it, it will ask what line, then it will ask to replace it with.

Press the plus button to add INSERT in the EDIT list to a line, just type the line, then it will be there!.

Press the minus button to remove a line in the EDIT list, type the line number, then it will be gone!

Adding Code:

Click one of the colors then click one of the options then BAM! Code!

Miscellaneous:

П
These are what separate the spaces like
wait () seconds

Lastly, click COMPILE APP then triple click to copy the code then paste it into the M-RUN project. (press X first!)

Example code:
appПaskПWhat's your name?
displayПpenПdown
controlПloopПid123П10

References:

{1} - M-Run Project.

Thanks to @2D4eter for the projects listed in this topic!
And you for reading!

Last edited by Roblox888i (Oct. 16, 2023 18:40:12)

Powered by DjangoBB