AMOS Basic: Unpack _BANK To _SCREEN #22
Labels
No Label
AMOS Pro Bugs List
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheIndustriousRabbit/amos-professional#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref 2.13
I have (re)found an error with the Unpack command in AMOS Pro 2:
Unpack _BANK [To _SCREEN]
generates the error "Not a packed bitmap" (both in Editor mode and when program is ran - I haven't
checked compiled version) even though banks ARE valid packed bitmaps (using Pack _SCREEN To
_BANK).
The error is because the target screen (if any are open) doesn't match height of unpacked image
from _BANK! Once the target screen equals the unpacked height (in the editor or when program is
ran) it unpacks without errors.