Go to front in stage does nothing

This commit is contained in:
sjhuang26 2017-12-02 08:33:32 -05:00
parent 0722708004
commit b2802b75f1

View file

@ -410,8 +410,10 @@ class Scratch3LooksBlocks {
}
goToFront (args, util) {
if (!util.target.isStage) {
util.target.goToFront();
}
}
goBackLayers (args, util) {
util.target.goBackLayers(args.NUM);