WPFerg / scratch-html5

HTML 5 based Scratch project player
GNU General Public License v2.0
1 stars 1 forks source link

Not implemented yet #13

Open WPFerg opened 10 years ago

WPFerg commented 10 years ago

Done

Item Description Commit Pull Request
stopScripts scratch app termination 66d0d37
call custom block procedures 749d042
clone duplicating sprites for clone use b186ec6
deleteClone remove existing clone 9f0cec3
getParam block specific 749d042
getParam Recursive Bug procedure parameter referencing issues 3c0c655
whenCloned on clone create event b186ec6
setVolumeTo volume controlling b52f623
changeVolumeBy volume controlling b52f623
volume volume controlling b52f623

To Do

Issue Additional Info Taken by
sceneName n/a n/a

Can't/Won't Do

Issue Reason
getUserName This requires signing in to the Scratch website so it's not something feasible for us to do, as there's no API to process log in requests
WPFerg commented 10 years ago

Stop Scripts implemented as of commit 66d0d37

WPFerg commented 10 years ago

Call was implemented in 749d0427

JMVHill commented 10 years ago

Block parameters implemented 749d042

JMVHill commented 10 years ago

Clone sprite and clone event implemented b186ec6

JMVHill commented 10 years ago

Delete clone implemented 9f0cec3

JMVHill commented 10 years ago

Fixed getParam recursive bug in commit 3c0c655

WPFerg commented 10 years ago

Volume implementations added in commit b52f623