Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 574 Bytes

sbTAS

TAS Engine for Scratch Games

Limitations

Note that current version of sbTAS (2.0) does not work with mouse and randomness

How to make TAS?

Getting ready for TASing

To create TAS import file "TAS.sprite3" and replace <if (key) pressed> with "if <(variable) = 1>" where variable has name of which key should be pressed

Recording And Playing TAS

To Record TAS set variable "Play Movie" to 0 and record.

To play TAS set variable "Play Movie" to 1

Changelog

1.0: First version of sbTAS which consists of multiple TAS Engines

2.0: Current version of sbTAS