Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bumpmap experiment
#3
That really cool,. Big Grin=b

But for your question, I looked at your code, really simple, you're checking for both k$ and INKEY$, this always screws up keypresses, don't know why.. here, change this:

Code:
IF INKEY$ = " " THEN mode = -mode

To this, and it works well as you will see...

Code:
IF k$ = " " THEN mode = -mode

:wink: , Really cool still!!!
Kevin (x.t.r.GRAPHICS)

[Image: 11895-r.png]
Reply


Messages In This Thread
Bumpmap experiment - by SBM Productions - 03-27-2005, 06:21 AM
Bumpmap experiment - by MystikShadows - 03-27-2005, 06:42 AM
Bumpmap experiment - by Rattrapmax6 - 03-27-2005, 07:46 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)