goplus / spx

spx - A Scratch Compatible Go/Go+ 2D Game Engine for STEM education
https://builder.goplus.org
Apache License 2.0
103 stars 28 forks source link

Spx compile error: play clap, {Action: PlayContinue, Loop: true}, Monkey.spx:2:15: undefined: Loop #425

Closed JiepengTan closed 3 days ago

JiepengTan commented 3 days ago

test project:_Quote.zip

onStart => {
    play clap, {Action: PlayContinue, Loop: true}
}

image

JiepengTan commented 3 days ago

fixed by https://github.com/goplus/gop/pull/1991