Closed paulinahaduong closed 4 years ago
the fact that "key" highlights in yellow makes me think that it's being read as some other kind of tag?
Hmmm...
[sb]key [ v] pressed?[/sb]
seems to work here where <key >
is
That worked! but not when I wanted to create a stack...
<code class="_sb">forever if key (down arrow) pressed? then change y by (-10)</code>
Found this to work (using HTML codes for <>
:
[_sb]forever
if <key [down arrow v] pressed?> then
change y by (-10)[/_sb]
Also added [_sb]
which will do a stack, as opposed to inline [sb]
Amazing, thank you!!!
Also you're a genius - I should've thought of that!
Marking this as closed since I think it was resolved!
"forever if <key (down arrow v) pressed?> then change y by (-10)" <-- this isn't rendering on the studio page?