Tracking progress on the new demo scene project.
<span class="code-line">REM Simple Sprite Example</span>
<span class="code-line">Screen Open 0,320,200,16,LORES</span>
<span class="code-line">Load "gfx/sprites.iff"</span>
<span class="code-line">Sprite 1,100,100,1 ' Display sprite 1</span>
<span class="code-line">Bob Update On ' Enable updates</span>
<span class="code-line">Repeat</span>
<span class="code-line"> X Mouse</span>
<span class="code-line"> Y Mouse</span>
<span class="code-line"> Sprite 1,X Mouse,Y Mouse,1 ' Move sprite with mouse</span>
<span class="code-line"> Bob Update</span>
<span class="code-line">Until Mouse Key=1 ' Exit on left click</span>
<span class="code-line">Screen Close 0</span>
| Item | Status | Notes |
|---|---|---|
| A501 RAM Expansion | INSTALLED | 1MB Chip RAM total! |
| GVP Hard Drive (20MB) | INSTALLED | Booting fast now! |
| Action Replay III | WANTED | For debugging |
| Supra Modem 2400 | OK | BBS access |
Note: Check
SysInfofor system performance metrics. Need to optimize thestartup-sequence. Current free Chip RAM is ~800KB after boot.
Remember the Guru Meditation! #1 Error. Most likely a memory issue.
This document was styled using the amiga-workbench theme with stylemd. Get the tool here: https://github.com/ddukbg/stylemd