forked from scratchfoundation/scratch-flash
-
Notifications
You must be signed in to change notification settings - Fork 2
Block Arguments
Mrcomputer1 edited this page Jun 11, 2016
·
1 revision
Use b:Array
instead of b:Block
in the prim function
Use b[0]
instead of interp.arg(b, 0);`
Use interp.numarg(b[0]);
instead of interp.numarg(b, 0);
Use interp.boolarg(b[0]);
instead of interp.boolarg(b, 0);
Sharp is a Scratch 2.0 mod
Created by: DrKat123, Mrcomputer1 and some others