Search found 2 matches
- Fri May 24, 2002 2:40 am
- Forum: QBasic / QuickBasic related
- Topic: Randomized Graphics
- Replies: 6
- Views: 1701
Re: Randomized Graphics
We have figured out the random graphics ourself, but thanks to all. Yes there is a way to keep the graphic from going off screen. In screen 7 dimensions are 200 x 300 I believe. So to do it it would be: if (y = 290 or y > 290) then y =290 end if and you would do that f...
- Fri May 10, 2002 7:54 am
- Forum: QBasic / QuickBasic related
- Topic: Randomized Graphics
- Replies: 6
- Views: 1701
Randomized Graphics
My friend and I are working on our first game ever. We have a few questions and it would be great if someone could help us. We are doing an adventure type game and we have "bad guys" that we want to randomly move around the screen. Not from like one sid...