123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|392|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Is there a bug somewhere for something

Thu, 03 Jan 2013, 18:38
dna
Did anyone ever discern whether there was a bug in the B+ that was given away on the Blitzbasic site?

-=-=-
DNA
Thu, 03 Jan 2013, 18:38
dna
I mentione this because Im having trouble reading keystrokes for some reason. I might have forgotten the correct syntax though. Here's the code


Keydown (208) is not being recognized by the program. What am I forgetting?

It's not executing the A1 move.

-=-=-
DNA
Thu, 03 Jan 2013, 20:29
steve_ancell
Seems to work OK to me but I did notice that the Locate command don't seem to be recognised in BlitzPlus like it is in the original PC version of BlitzBasic/Blitz3D.



Fri, 04 Jan 2013, 03:05
waroffice
B+ is a different language if I remember correctly.

well at least different syntax and structure.

i played with it for about a week nearly 10 years ago now!
Fri, 04 Jan 2013, 04:39
Afr0
In 85% of the cases, if you think there's a bug with the language, there's a bug in your code.

-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Fri, 04 Jan 2013, 14:52
dna
I never mentioned that there was a bug in the code but I did indicate that I understood that there were changes in the different varieties if BB.

That code above works but I thought that it should also work without the use of a flip or a flushkeys.


-=-=-
DNA
Fri, 04 Jan 2013, 16:38
Afr0
I know you didn't say there was a bug in your code, but you implied a bug in the language.

-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Fri, 04 Jan 2013, 18:37
dna
Oh yes.
I did write that. It was a trivial thought. I should have written " . . . were there any changes in the syntax used in the version of BB I'm using that were never disclosed? . . ."

Sorry about that. things change and some of those things are never told.


-=-=-
DNA
Sat, 05 Jan 2013, 04:59
steve_ancell
dna That code above works but I thought that it should also work without the use of a flip or a flushkeys.

I actually forgot to put a Flip command in my Blitz3D code once and it froze the computer for a while, it took ages to exit the program after repeatedly pressing Esc.