-Use A and D to move sideways. -Use W to jump. -Use Space to enter Time Pod or to pick up/drop boxes. DEVELOPMENT LOG (before initial release) is in Notes and Credits. VERSION HISTORY is below. ==VERSION HISTORY== +v1.0.0 -Out of development, official project! -No longer a draft -Time travel works! (sort of)
-Since I'm a lousy drawer, and Snipping Tool wouldn't give me an HD of the chronotron robot, I was pondering how to get the sprite into the game until I came across Cronocat by @gowgos5, who used cats to do it. (Link: https://scratch.mit.edu/projects/36599500/) -Oh, yeah, credit to Chronotron by ScaryBug games. :D ==DEVELOPMENT LOG== +DEV001 -Shared to Scratch as a DRAFT -Added Time Pod sprite (no scripts) -Added Chronotron Cat (no scripts) -Added gray background -Added "Positions" list +DEV002 -Added Chronotron scripts --"Clone?" variable --"Jumping?" variable --"Positions" list records the keys the player presses -Time Pod has some scripts added, as well as a variable which reads whether the time fragment, needed to complete level, is collected -Broadcasts --Portal --Next Level +DEV003 -Separated w key list scripts from w key movement scripts -Enclosed the "when key w pressed" in a repeat until block +DEV004 -Re-joined w key list scripts and w key movement scripts together -Added sprite "Time Fragment" -Added criteria "touching Chronotron" to Time Pod broadcast sending script +DEV005 -Separated w key list and w key movement scripts -Changed "repeat length of positions 2" to "repeat length of positions"