AmigaBasic-files: 'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for...

AmigaBasic-filesR Documentation

'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for AmigaBasic and AmigaBasicShape objects

Description

‘demo.bas’, ‘r_logo.shp’ and ‘ball.shp’ as example files for AmigaBasic and AmigaBasicShape objects

Format

See AmigaBasic and AmigaBasicShape for more information about the format.

Details

The ‘r_logo.shp’ and ‘ball.shp’ files are formatted such that they can be read with read.AmigaBasicShape. They serve as an example of the AmigaBasicShape class, where the first represents a blitter object, and the latter a sprite.

The ‘demo.bas’ file is an example of a binary encoded Amiga Basic script. It can be read with read.AmigaBasic. The script demonstrates how the shape files could be used in Amiga Basic.

Examples

## Not run: 
read.AmigaBasic(system.file("demo.bas", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("ball.shp", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("r_logo.shp", package = "AmigaFFH"))

## End(Not run)

AmigaFFH documentation built on Aug. 27, 2023, 9:07 a.m.