Search found 42 matches

by Steve Elliott2
Tue Jul 07, 2015 9:58 pm
Forum: Game Programming
Topic: Pure BASIC Game
Replies: 16
Views: 11113

Re: Pure BASIC Game

Still building a game engine using Pure BASIC - and loving it! :D

...and building the game too ofcourse :)
by Steve Elliott2
Tue Jul 07, 2015 12:47 pm
Forum: Coding Questions
Topic: Mouse Pointer Not Showing
Replies: 4
Views: 1368

Re: Mouse Pointer Not Showing

For an example:
Thanks, but displaying a Sprite is all the info I needed :D

Works great with a Sprite.
by Steve Elliott2
Tue Jul 07, 2015 11:46 am
Forum: Coding Questions
Topic: Mouse Pointer Not Showing
Replies: 4
Views: 1368

Re: Mouse Pointer Not Showing

Fair enough :)
by Steve Elliott2
Tue Jul 07, 2015 10:31 am
Forum: Coding Questions
Topic: Mouse Pointer Not Showing
Replies: 4
Views: 1368

Mouse Pointer Not Showing

After using InitMouse() and OpenScreen() the Mouse Pointer doesn't show. Why? :(
by Steve Elliott2
Tue Jul 07, 2015 10:06 am
Forum: Game Programming
Topic: [2D] Crazy Snake
Replies: 37
Views: 18782

Re: [2D] Crazy Snake

During play part of the board sometimes rotates off the screen. Is this right?

No this is a bug with Mac OSx.

This bug also occur with Linux (Ubuntu Gnome).
Has anybody reported this bug?
by Steve Elliott2
Mon Jul 06, 2015 9:54 pm
Forum: Game Programming
Topic: [2D] Crazy Snake
Replies: 37
Views: 18782

Re: [2D] Crazy Snake

Nice twist on Snake there falsam :D
by Steve Elliott2
Thu Jul 02, 2015 8:14 pm
Forum: Coding Questions
Topic: Break Command removed?
Replies: 3
Views: 1517

Re: Break Command removed?

Like I said - was my mistake :)
by Steve Elliott2
Thu Jul 02, 2015 5:00 pm
Forum: Coding Questions
Topic: Break Command removed?
Replies: 3
Views: 1517

Re: Break Command removed?

Nevermind - I missed an Endif :oops:
by Steve Elliott2
Thu Jul 02, 2015 4:40 pm
Forum: Coding Questions
Topic: Break Command removed?
Replies: 3
Views: 1517

Break Command removed?

I'm trying to use the 'Break' command in a Repeat loop, but I'm getting a 'Break' is not a valid operator, error. Has this command been removed from the latest version of Pure BASIC?
by Steve Elliott2
Tue Jun 30, 2015 10:49 pm
Forum: Game Programming
Topic: Pure BASIC Game
Replies: 16
Views: 11113

Re: Pure BASIC Game

Yes, thanks Grunz. I've already realised that now.
by Steve Elliott2
Sat Jun 27, 2015 5:00 pm
Forum: Game Programming
Topic: New Games Language!!
Replies: 7
Views: 6102

Re: New Games Language!!


Where module JetModule.pb?


On my hard drive :D

But guys, this isn't finished yet. I just wanted to mention what I was working on for the pb community.

What I plan to do is:

1) Complete the game using Jet to see if I need to bring in any changes. <Game Image>

2) Possibly release then...Or ...
by Steve Elliott2
Sat Jun 27, 2015 2:20 pm
Forum: Game Programming
Topic: New Games Language!!
Replies: 7
Views: 6102

Re: New Games Language!!

lol...Updated Jet and game code. :)
by Steve Elliott2
Sat Jun 27, 2015 11:59 am
Forum: Game Programming
Topic: New Games Language!!
Replies: 7
Views: 6102

Re: New Games Language!!

Hello Steve. Difficult to test without includes :)
Or graphics, or sounds! Haha :D

Hi falsam, all is work in progress and therefore subject to change at this moment. :)
by Steve Elliott2
Sat Jun 27, 2015 10:43 am
Forum: Game Programming
Topic: New Games Language!!
Replies: 7
Views: 6102

Re: New Games Language!!

Renamed to Types - and now created 2 separate Types for the game. Notice how modular the system is, and variables are kept safely internal to their Type..
by Steve Elliott2
Fri Jun 26, 2015 8:31 pm
Forum: Game Programming
Topic: New Games Language!!
Replies: 7
Views: 6102

New Games Language!!

ok, before you guys flip, it's a subset of Pure BASIC...So you will still need to buy the amazing Pure BASIC! :D

It's just that it's more game oriented, uses Modules with Procedures written with games in mind, and smaller procedure names to enable quicker production of those games.

I feel it will ...