lal7777
Posts
if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Apr 30, 2011 18:57:36 GMT -5
|
|
|
Post by Nicky Peter Hollyoake on Apr 30, 2011 19:35:00 GMT -5
I clicked on the link you've provided & clicked on download, and then it sends me to an error page.
- Nicky
|
|
|
Post by matthew on Apr 30, 2011 19:42:32 GMT -5
Try refreshing the webpage nicky, I was able to download it. Should it look like this?
|
|
lal7777
Posts
if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Apr 30, 2011 20:31:57 GMT -5
Umm... if that's a cube with textures on all 6 sides then yes. (try zooming out some more with the mouse scroll wheel) How did you get it to work?
|
|
|
Post by matthew on Apr 30, 2011 20:37:31 GMT -5
I'm on a laptop so I haven't got a scroll-wheel, you'll have to test it yourself, lol. ;D
Just move the following line from line 164...
glBindTexture (GL_TEXTURE_2D, 2) to line 161.
|
|
lal7777
Posts
if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Apr 30, 2011 21:16:20 GMT -5
Wow, thanks! Nicely cropped screen-shot btw.
|
|
lal7777
Posts
if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Apr 30, 2011 21:20:43 GMT -5
oh sorry, just noticed i forgot to clearsprites() before i let other ppl look @ it... oh well ty anyway.
|
|
lal7777
Posts
if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Apr 30, 2011 22:47:25 GMT -5
I'm on a laptop so I haven't got a scroll-wheel. I'll have to make something that allows the user(s) to change the effects of all key-presses/mouse-movements. Unless anybody knows of something already out there that does that. (must be written in B4gl)
|
|
|
Post by matthew on May 1, 2011 2:02:52 GMT -5
Well the PgUp & PgDn keys can be used for zooming in place of the scroll wheel.
Take a look at nehe7.gb in the Basic4GL Programs folder for the different keys which can be used.
|
|