Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BAM thingies in the works
#20
About the (already existing) WIDTH and the (upcoming) HEIGHT statements

BAM's WIDTH statement sets the number of character columns for the current screen mode.

Any screen mode, and any number of columns (not limited to 40 and 80).

BAM's HEIGHT statement sets the number of character rows for the current screen mode.

These statements alter the pixel width and pixel heights of the current screen mode, and will accordingly impact graphics statements (because of the change in number of pixels.

When a program is focused on graphics, use SCREEN _NEWIMAGE(pixel-width, pixel-height, screen_mode) to setup the screen.  Fonts for screen modes being 8x8 pixels (or 8x16 pixels in some modes), the number of columns and rows of text will depend on the pixel-width and pixel-height of the screen.

When a program is focused on text, use WIDTH and HEIGHT to setup the screen for the current screen mode.

You can try this stuff out with the current TEST VERSION of BAM.

   
Reply


Messages In This Thread
BAM thingies in the works - by CharlieJV - 06-03-2023, 03:36 AM
RE: BAM thingies in the works - by grymmjack - 06-03-2023, 10:16 PM
RE: BAM thingies in the works - by CharlieJV - 06-03-2023, 10:52 PM
RE: BAM thingies in the works - by mnrvovrfc - 06-03-2023, 10:22 PM
RE: BAM thingies in the works - by CharlieJV - 06-03-2023, 10:36 PM
RE: BAM thingies in the works - by CharlieJV - 06-06-2023, 08:47 PM
RE: BAM thingies in the works - by vince - 06-07-2023, 02:50 AM
RE: BAM thingies in the works - by CharlieJV - 06-07-2023, 04:12 AM
RE: BAM thingies in the works - by CharlieJV - 06-07-2023, 04:23 AM
RE: BAM thingies in the works - by mnrvovrfc - 06-07-2023, 08:45 AM
RE: BAM thingies in the works - by CharlieJV - 06-07-2023, 12:18 PM
RE: BAM thingies in the works - by CharlieJV - 06-07-2023, 09:12 PM
RE: BAM thingies in the works - by vince - 06-07-2023, 08:21 AM
RE: BAM thingies in the works - by bplus - 06-07-2023, 03:19 PM
RE: BAM thingies in the works - by vince - 06-07-2023, 05:28 PM
RE: BAM thingies in the works - by CharlieJV - 06-08-2023, 08:36 PM
RE: BAM thingies in the works - by CharlieJV - 06-10-2023, 11:47 PM
RE: BAM thingies in the works - by CharlieJV - 06-24-2023, 03:51 AM
RE: BAM thingies in the works - by CharlieJV - 06-24-2023, 04:07 AM
RE: BAM thingies in the works - by CharlieJV - 06-24-2023, 04:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  BAM Draw CharlieJV 9 1,979 11-07-2023, 10:27 PM
Last Post: James D Jarvis
  BAM: Release notes in the works for upcoming release CharlieJV 6 1,429 10-12-2023, 01:42 AM
Last Post: CharlieJV
  BAM: New version CharlieJV 0 488 06-29-2023, 02:22 AM
Last Post: CharlieJV
  BAM documentation enhancement in the works: syntax diagrams CharlieJV 2 831 06-23-2023, 09:43 PM
Last Post: CharlieJV
  BAM feature in the works: two voices for SOUND CharlieJV 2 754 04-24-2023, 03:19 PM
Last Post: CharlieJV

Forum Jump:


Users browsing this thread: 1 Guest(s)