Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Matrix (Also textures)

Author
Message
Redostrike
21
Years of Service
User Offline
Joined: 9th Feb 2003
Location: Belgium
Posted: 13th Apr 2003 19:05
I want to make an invisble matrix. (Is there a color or command to do this?) And when i make a matrix an i come to the last tile of it it has to jump back to the first tile. How do i have to do this?
Only heroes live forever
http://members.lycos.nl/redostrike/RedoTitel.jpg[/img]
indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 13th Apr 2003 19:11
here u go its to do with setting the transparency and flipping all images to jet black

use the space bar to see the results



sync on
sync rate 0

ink rgb(0,0,0),1
box 0,0,128,128
get image 1,0,0,128,128
cls


make matrix 1,10,10,10,10
prepare matrix texture 1,1,1,1
rem Matrix Number, Wire, Transparency, Cull, Filter, Light, Fog, Ambient
set matrix 1,0,1,0,0,0,0,0

disable escapekey
while escapekey() =0


if spacekey()=1
set matrix 1,1,1,1,1,1,1,1
else
set matrix 1,0,1,0,0,0,0,0
endif

sync
endwhile


Login to post a reply

Server time is: 2024-09-20 06:50:34
Your offset time is: 2024-09-20 06:50:34