ScratchData LogoScratchData
Back to MoreGamesNow's profile

ZBasic 2.0

MOMoreGamesNow•Created August 27, 2011
ZBasic 2.0
4
2
336 views
View on Scratch

Description

A collaboration with Rick3137. See the more advanced version here: http://scratch.mit.edu/projects/Rick3137/2045585 A complete do-over of my previous MGN projects, this time with a canvas. ------------ Syntax: a[1]=5 // sets element one of list a to 5 a=4 // sets a to 4 if(a=4) // do this } else // do this } GoTo4 // go to line 4 pnta // print value of a ------------ Features: If statement If-Else statement Expression Calculator (including order of operations) GoTo command lists and list declaration variables printing ability ------------ Hoping to add: A Canvas (256x256) Ability to call upon an element of a list with another element (e.g. a[b[2]]=4) A "space eliminator" script so you can place spaces wherever you want to Perhaps declarable variables more than one character long. Strings Parentheses ------------ Common problems: Don't call upon an element using another element (as seen above: a[b[2]] ). Don't add spaces Don't add parentheses

Project Details

Project ID1999861
CreatedAugust 27, 2011
Last ModifiedAugust 27, 2011
SharedAugust 27, 2011
Visibilityvisible
CommentsAllowed