| | | |
| Dummy | | 4 | Hezkore (1 month ago) |
| Mid | Extract substring from a string
The Mid$ command returns a substring of a String... | 1 | Hardcoal (1 month ago) |
| Graphics | Begin graphics
Graphics is a convenience function that simplifies the process of creating a graphics
object... | 6 | Floyd (1 month ago) |
| KeyHit | Check for key hit
The returned value represents the number of the times key has been hit since the last
call to KeyHit with the same key... | 2 | Bobysait (1 month ago) |
| CreateToolBar | Create a ToolBar gadget... | 2 | matibee (1 month ago) |
| SetToolBarTips | Attach a list of tips to a ToolBar gadget... | 1 | Hardcoal (1 month ago) |
| PixmapWindow | Create a pixmap window
PixmapWindow creates a 'virtual' window into pixmap... | 3 | TAS (2 months ago) |
| Function | Begin a Function declaration | 2 | TAS (3 months ago) |
| TileImage | Draw an image in a tiled pattern
TileImage draws an image in a repeating, tiled pattern, filling the current viewport... | 1 | TAS (4 months ago) |
| RSet | Right justify string | 1 | TAS (4 months ago) |
| LSet | Left justify string | 1 | TAS (4 months ago) |
| EventMods | Get current event modifiers | 1 | TAS (4 months ago) |
| CreateImage | Create an empty image
CreateImage creates an 'empty' image, which should be initialized using either GrabImage or LockImage
before being drawn... | 1 | TAS (4 months ago) |
| DrawRect | Draw a rectangle
Sets the color of a rectangular area of pixels using the current drawing color
defined with the SetColor command... | 1 | TAS (6 months ago) |
| DrawLine | Draw a line
DrawLine draws a line from x, y to x2, y2 with the current drawing color... | 3 | TAS (6 months ago) |
| CreateList | Create a linked list | 1 | TAS (6 months ago) |
| LoadImageFont | Load an image font
style can be a combination of BOLDFONT, ITALICFONT and SMOOTHFONT
flags... | 3 | TAS (7 months ago) |
| SetHandle | Set drawing handle
The drawing handle is a 2D offset subtracted from the x,y location of all
drawing commands except DrawImage as Images have their own unique handles... | 1 | TAS (7 months ago) |
| MaskPixmap | Mask a pixmap
MaskPixmap builds a new pixmap with alpha components set to '0' wherever the pixel colors
in the original pixmap match mask_red, mask_green and mask_blue... | 3 | TAS (7 months ago) |
| SetMaskColor | Set current mask color
The current mask color is used to build an alpha mask when images are loaded or modified... | 3 | TAS (7 months ago) |
| DrawPixmap | Draw pixmap | 3 | TAS (7 months ago) |
| SortList | Sort a list | 3 | TAS (7 months ago) |
| Cos | Cosine of x degrees | 1 | TAS (7 months ago) |
| Sin | Sine of x degrees | 1 | TAS (7 months ago) |
| ATan2 | Inverse Tangent of two variables x , y | 1 | TAS (7 months ago) |