Project
Edit
Options
Workbench
RAM_Disk:MyProject/Notes

Workbench 1.3 Notes - Project Phoenix

Tracking progress on the new demo scene project.

Deluxe Paint Project Ideas

  • Boing Ball Animation (Classic!) - Status: Done
  • Alien Landscape Scene - Needs more colors
  • Robotic Hand Study - Model sheet complete
  • Plasma Effect - Coding phase

AMOS Professional Code Snippet

<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>

Hardware Wishlist & Config

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 SysInfo for system performance metrics. Need to optimize the startup-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