The QBasic / QB64 Discussion Forum      Other Subforums, Links and Downloads
 
 Return to Index  

You will need to use Screen 7

April 22 2008 at 9:48 AM
  (Login burger2227)
R


Response to How would we page flip this

SCREEN 7, , 0, 1  

PUT  Blood, needle, cross Sprites on first page. This page will be updated with the movements each time while barriers are visible.

SCREEN 7, , 1, 0

PUT your barriers on second page. These only need to be done once as shooting through them will weaken the barriers.

You can use the SWAP method shown for SCREEN 9 to trade the values, but the first page must be redone each time. After that, the first page is the only one updated.

You can set a page and never change it as my demo showed at the beginning.

Ted


 
 Respond to this message   
Response TitleAuthor and Date
I did as you said but Its not working properly! (View Thread)New Guy on Apr 22
   You are confusing DATA with PUT on Apr 22
      I don't know what to say! (I'm stuck)New Guy on Apr 23
         Try this and see what happensroy on Apr 23
            As it is in Big Programs I have done it for youroy on Apr 23
               Thank YouNew Guy's Helper on Apr 23

Newbies usually go to www.qbasic.com and click on The QBasic Forum
Forum regulars have their own ways, which include The QBasic Community Forums