Upload Mode

HaloCode has two programming modes: Live mode, and Upload Mode.

Live Mode

The default programming mode with HaloCode is Live Mode. Once HaloCode is connected to mBlock 5, Live Mode is toggled on, as shown below:

Under "Live" mode, programming has the following features:

  1. Programmes don't need to be uploaded to run.

Simply click the script to run and see how it works. Edit it and click it to run again. It is convenient for you to test and try your programmes.

Note: Click to run the block/script.

  1. Programmes can not run offline. HaloCode needs to remain connected to mBlock 5.

  2. Scratch stage programming is ready to work with HaloCode. The three Events blocks are available, namely when green flag clicked, when () key pressed, and broadcast () and wait.

Under this circumstance, one Event block is now unavailable: when HaloCode starts up.

Notes: Messages generated by the Events blocks work within one single project, and can be used in three circumstances: 1) HaloCode sending messages to itself; 2) between HaloCode and the Stage; 3) within the Stage.

Upload Mode

Under "Upload mode", programming has following features:

  1. The uploaded programme can run offline (disconnected from mBlock 5), as long as HaloCode has external power source.

  2. When powered off and on again, HaloCode will still run the program that is uploaded last time before it is powered off.

  3. Under "Upload mode", you are not able to combine Scratch stage programming with HaloCode. (Toggle off "Upload mode" if you want to use Scratch stage programming.)

Hence, several blocks from the Events category are unavailable. These specific blocks are: when green flag clicked, when () key pressed, and broadcast () and wait.

Note: Messages generated by the Events block work within one single project.

Last updated