timur77
Junior Member

Someday I will tell my grandsons that I am older than the Internet. And it will blow their brain.
Posts: 79
|
Post by timur77 on May 3, 2022 12:22:16 GMT -5
Game builder builder_en.zip. The code has been corrected, the pictures have been corrected, but it works slowly (it works faster in LBB).

|
|
timur77
Junior Member

Someday I will tell my grandsons that I am older than the Internet. And it will blow their brain.
Posts: 79
|
Post by timur77 on May 3, 2022 14:51:29 GMT -5
When running in "liberty", writes that "the stack of the virtual machine is full"!?
|
|
timur77
Junior Member

Someday I will tell my grandsons that I am older than the Internet. And it will blow their brain.
Posts: 79
|
Post by timur77 on May 3, 2022 14:53:07 GMT -5
Are there any problems with downloading this game, write someone?
|
|
|
Post by tsh73 on May 3, 2022 15:41:24 GMT -5
BAS file does not run in LB for me breaks on loading some bitmaps obviously it doesn't like format of some of them like I run it on light debug - it complains on a bitmap and locks the file - I close LB (or it does not allows me to resave it) - I resave it with paint as 256-color BMP - I load program run it and it complains on another file sorry, got bored after while  dp1.bmp gp2.bmp gp3.bmp *got bored here*
|
|
timur77
Junior Member

Someday I will tell my grandsons that I am older than the Internet. And it will blow their brain.
Posts: 79
|
Post by timur77 on May 3, 2022 15:45:10 GMT -5
BAS file does not run in LB for me breaks on loading some bitmaps obviously it doesn't like format of some of them like I run it on light debug - it complains on a bitmap and locks the file - I close LB (or it does not allows me to resave it) - I resave it with paint as 256-color BMP - I load program run it and it complains on another file sorry, got bored after while  dp1.bmp gp2.bmp gp3.bmp *got bored here* Did the executable file work properly? I will correct the format and reboot!! I found problems!
|
|
|
Post by tsh73 on May 3, 2022 16:01:52 GMT -5
I didn't run it. But I tried program on LBB, and it run properly.
|
|
|
Post by tenochtitlanuk on May 4, 2022 3:59:38 GMT -5
It downloaded and ran as .bas file on LB 4.5. However without instructions and ( believe it or not!) no computer game experience I had no idea what I was supposed to do. And no apparent means to exit! This is not meant to discourage you- I always look at other people's coding to see if I can learn new techniques, even if I'm not interested in what it does!
|
|
|
Post by tsh73 on May 4, 2022 4:28:27 GMT -5
Interesting It looks like you redraw everything on each mouse move It would help if you "discard" graphics before each frame, like this
[redrowfield] #t, "discard" 'prevents graphic memory filling
Also, I maneged to get to the end, but then I got an error like "There is no MIDI file currently playing"
|
|
timur77
Junior Member

Someday I will tell my grandsons that I am older than the Internet. And it will blow their brain.
Posts: 79
|
Post by timur77 on May 4, 2022 6:19:10 GMT -5
You are right, that need instructions (as always, the programmer is on his mind), multiple problems with pictures and sound apparently arose due to the fact that I originally wrote in LBB (backward compatibility problem). (Instead of instructions, the "scientific poke method" can help  )
|
|