ScratchData LogoScratchData
Back to d34db33f's profile

Save-Game Code Generator

D3d34db33f•Created January 3, 2014
Save-Game Code Generator
12
13
1045 views
View on Scratch

Instructions

Generate classic Arcade style game codes to resume play. Codes are unique per username, you can't use someone else's game code. Numbers (whole or decimal) you put into the list are saved as a code. Look inside to see how it's used via broadcasts: + call "make_a_code" and expect "game_code_created" (the variable will have the new code) + call "read_a_code" and expect "game_code_read" (the list will have the values)

Description

HOW TO USE: +Drop the "Save-Game Code Generator" sprite into your backpack. +Create a global variable "ResumeGameCode" +Create a global list "ResumeGameValues" +Drop the sprite from your backpack into your project. +Call the broadcasts described above. +That's it!

Project Details

Project ID16172612
CreatedJanuary 3, 2014
Last ModifiedJanuary 5, 2014
SharedJanuary 3, 2014
Visibilityvisible
CommentsAllowed