Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mynameispaul

Pages: [1] 2 3 4
1
QB64 Discussion / Command line to create EXE's ?
« on: March 12, 2022, 04:30:19 pm »
Just wondering if there is a way to create EXE's with QB64 using something like a command line?

Curious if its possible to do this so multiple EXE's can be created one after another.

I think old QB4.0 and/or QB4.5 used to have this option.

2
QB64 Discussion / Re: BEEP makes program load faster
« on: February 17, 2022, 11:35:56 am »
When i comment out the BEEP line, program loads slower
when i un-comment the line, loads faster

3
QB64 Discussion / BEEP makes program load faster
« on: February 17, 2022, 11:22:40 am »
Just curious if anyone else has encountered this.
I was debugging a program and decided to use BEEP to know if/when a particular action was taking place.
When i started the program after inserting the BEEP function the program started a lot quicker (upon pressing F5).
Even with the function conditioned so it cannot happen (such as "IF 1 = 11 THEN BEEP") the program still loads a lot quicker.
Just as an fyi i'm using older version 1.2

4
QB64 Discussion / Re: Does QB64 work in Windows 11 ?
« on: December 09, 2021, 06:24:51 pm »
Thanks.
Still haven't made my mind up on how soon Im willing to get Windows 11.

5
QB64 Discussion / Does QB64 work in Windows 11 ?
« on: December 09, 2021, 04:13:15 pm »
Does anyone know if QB64 works in Windows 11 ?

My apologies if this has already been discussed
if so, please direct me to the thread.

thanks

6
Programs / Shoot By Angle And Force (game based on Gorillas)
« on: November 21, 2020, 01:36:00 pm »
this game is based on Microsoft's Gorillas
not as pretty
requires Mouse

7
Programs / Re: can you un-encrypt this ?
« on: November 21, 2020, 11:17:26 am »
this attachment has lots more content.

8
Programs / can you un-encrypt this ?
« on: November 21, 2020, 08:46:55 am »
for fun, i came up with my own amateur-ish encryption logic.
just curious how long (or not long) it will take someone to un-encrypt it.
anyone want to try?
see attached.

9
Programs / Re: Shoot The Alien With Your Tank Mouse Game
« on: November 14, 2020, 11:43:54 am »
very entertaining
thanks

10
Programs / Lander (my version)
« on: November 12, 2020, 04:04:01 pm »
decided to try my attempt at a Lander game.
i'm sure its not as pretty (or just simply as good) as others, but this is my attemp/version
the main menu allows you to make lots of modifications to the game play
the config file includes text to hopefully explain what the settings affect

11
Programs / Elmer Fudd Talk
« on: November 04, 2020, 02:23:07 pm »
Create a copy of a TXT file, but modify it so that it sounds like the cartoon character Elmer Fudd talking.
not a very fancy looking program, but works good (in my opinion)
just specify a TXT file in the main menu for the program to convert.
feel free to modify the code is you see fit.

12
Programs / Re: Pointer For NASA World Map
« on: October 31, 2020, 02:04:04 pm »
that's pretty cool.
i like that.
opens up programming possibilities.

13
Programs / Re: formula to determine if point is inside a circle ?
« on: October 29, 2020, 10:22:55 am »
Thanks all.
Appreciate it.

14
Programs / formula to determine if point is inside a circle ?
« on: October 29, 2020, 09:11:08 am »
does someone have a formula that can determine if a point is within a circle if the circle's X Y and radius is known?
thanks

15
Programs / Re: looking for old bas program called MONOSPAC
« on: October 28, 2020, 03:18:18 pm »
see attached

Pages: [1] 2 3 4