Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VPage array...
#7
Suppose I have a map arranged like so where 1 square is one screen and the star is the player, where if he passes the screen the other map loads:

|------|------|
*
|------|------|

This is a non-scrollable map. If it were scrollable, I understand how to use the screen buffer now. So I would have the left map in memory, then when the player passes the screen boundary, I would clear my map array, reallocate the array to use the second map, then draw the map blah blah blah. Would I have to use $dynamic to reallocate my array which the reallocation would reside in a subroutine? I hear it gets tricky using $dynamic variables. Is there a good tutorial out there which explains proper usage of dynamic array allocation?
Reply


Messages In This Thread
VPage array... - by R@dioman - 01-27-2003, 12:21 PM
VPage array... - by toonski84 - 01-27-2003, 03:43 PM
VPage array... - by na_th_an - 01-27-2003, 04:23 PM
VPage array... - by ak00ma - 01-27-2003, 10:28 PM
VPage array... - by toonski84 - 01-28-2003, 04:44 AM
VPage array... - by R@dioman - 01-28-2003, 04:46 AM
VPage array... - by na_th_an - 01-28-2003, 07:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)