Hey,
Try this for a red wireframe cube:
sync on
sync rate 0
cls
hide mouse
`green color
ink rgb(255,0,0),0
box 0,0,100,100
`black color(transparent)
ink 0,0
box 2,2,98,98
get image 1,0,0,100,100,0
MAKE OBJECT CUBE 1,100
texture object 1,1
set object 1,0,1,0
color backdrop 0
DO
YROTATE OBJECT 1,OBJECT ANGLE Y(1)+1
sync
LOOP
A thicker wire frame makes it look brighter:
sync on
sync rate 0
cls
hide mouse
`green color
ink rgb(255,0,0),0
box 0,0,100,100
`black color(transparent)
ink 0,0
box 2,2,98,98
get image 1,0,0,100,100,1
MAKE OBJECT CUBE 1,100
texture object 1,1
set object 1,10,1,0
color backdrop 0
DO
YROTATE OBJECT 1,OBJECT ANGLE Y(1)+1
sync
LOOP
-----------------------------------
To delete the bug, delete the code.
Specs: Sony VAIO Laptop, Windows XP, P4 2.8Ghz, 512MB RAM, ATI Radeon 64MB video memory, DBP Upgrade 5.3.