Category: Stos Basic

Adventure Game Planning

Adventure games have been a popular source of amusement for years. This type of game puts you into a created fantasy world where you make the decisions. For example, you could be a knight in shining armour attempting to rescue a princess from a tall tower guarded by a fire-breathing dragon. In adventure games, the […]

Extra Extension Tutorial

As the name suggests – the Extra extension provides something a little extra. Improved commands and a few you may find useful. Without further ado let’s get started. EXTRA Typing this command displays a list of commands the extra extension provides. Useful if you want a quick way of checking how a certain command works. […]

Missing Link Tutorial

The Missing Link is, in my opinion, the best extension to be written for STOS. It covers a lot of areas of STOS programming including a set of extra commands plus better faster versions of old ones. In this tutorial, I shall take you step by step through the commands explaining in detail how to […]

Stacking a Memory Bank

As you know, there are only fifteen memory banks that you can use in STOS. Yet some games have more than fifteen pictures or music files overcoming the fifteen-bank limit. This is done by simply sticking all the files into one bank on top of each other. This is called Stacking a Bank. Let’s say […]

STOS Address Book

Welcome to this tutorial on writing a database program in STOS. A simple database that will store information in the way of names, addresses, and other details. I will call this program “STOS Address Book”. Note there are no prizes for guessing a better name. First, what is a database? Well, it’s a program that […]

STOS Compiler Errors

The STOS compiler is a very useful program to have because it does the following things. It speeds STOS programs up to three times their normal speed. It saves the program as a single PRG file so there’s no need to copy the STOS folder onto the copy disk. Compiled STOS programs are smaller than […]

STOS Extensions

In this article, I hope to shed some light on what a few people seem to be having problems with…. STOS extensions. Various questions are raised on the subject, what is an extension, what does it do, how do I install it, and how is one written. I shall attempt to answer these questions. 1> […]

Variables and Dimensions

Variables and Dimensions are a way of storing information in STOS to use in your program. The two main pieces of information are words and numbers. Your program would decide if one of these equalled something and act upon it. Here’s a simple example of a variable being used. VARIABLES 10 print “Please type in […]

Deanoworld © 2021 Frontier Theme