Skip to content

blank increment in display.scroll of microbit simulator #3

@Clemenard

Description

@Clemenard

Problem : When you display a message with the simulator, it add a blank space before & after. But when it's displayed in a loop, the blanks cumulate each time

My solution : change in the /skulpt/microbit/init.js
message.v = " " + message.v + " ";
by
let foo= " " + message.v + " ";
and use that new variable for the calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions