Image:
 Author: BlueMoon2607 Group: Default Filesize: 166.26 kB Date added: 2022-10-09 Rating: 5 Downloads: 3861 Views: 511 Comments: 10 Ratings: 1 Times favored: 0 Made with: Algodoo v2.1.0 Tags:
|
Hey chap! Welcome to AlgoCode Factory, where you place blocks on your workspace where are boxes fits in blocks. This may be designed for beginner code, let's go in shall we? Here is the instructions and you must follow before coding in this scene! Let's go!
== Change by Value ==
<value> A --- Changes Counter A's by input value
<value> B --- Changes Counter B's by input value
<value> C --- Changes Counter C's by input value
== Set by Value ==
<value> A --- Set Counter A's to input value
<value> B --- Set Counter B's to input value
<value> C --- Set Counter C's to input value
== Reset Counter ==
A --- Set Counter A's to zero
B --- Set Counter B's to zero
C --- Set Counter C's to zero
== Console Log ==
<string> L --- Send log to console
<string> S --- Sets the whole console log text
== Statement ==
<value> =A --- Compares Counter A's value and input value by equals, if false, none of the blocks will be executed
<value> =B --- Compares Counter B's value and input value by equals, if false, none of the blocks will be executed
<value> =C --- Compares Counter C's value and input value by equals, if false, none of the blocks will be executed
<value> <A --- Compares Counter A's value and input value by less than, if false, none of the blocks will be executed
<value> <B --- Compares Counter B's value and input value by less than, if false, none of the blocks will be executed
<value> <C --- Compares Counter C's value and input value by less than, if false, none of the blocks will be executed
<value> >A --- Compares Counter A's value and input value by greater than, if false, none of the blocks will be executed
<value> >B --- Compares Counter B's value and input value by greater than, if false, none of the blocks will be executed
<value> >C --- Compares Counter C's value and input value by greater than, if false, none of the blocks will be executed
E --- Block will now be executed after run after block cannot be executed, and will be the end of the statement line
== Math By Value ==
<value> ×A --- Counter A's value multiply by input value
<value> ×B --- Counter B's value multiply by input value
<value> ×C --- Counter C's value multiply by input value
<value> ÷A --- Counter A's value divided by input value
<value> ÷B --- Counter B's value divided by input value
<value> ÷C --- Counter C's value divided by input value
== Others ==
<string> P --- Pops-up prompt with the text by input string
R --- Resets program by themself
Total Block Limit: 240 (÷2 per event)
WARNING: Do not click the button multiple times until the event's codes are all executed and/or ran!
Hope you have fun coding! After you done, click the green button, if you want to save your work. Copy & paste all of your remaining blocks in your workspace, then put it on the phunlet to save, make sure if you share on Algobox and you have not put in 1 other event in, put the extra phunlet description that you must put a phunlet in 1 specific event! |