Blitz 3d Help
Author |
Message |
copthesaint
|
Posted: Thu Sep 25, 2008 2:58 pm Post subject: Blitz 3d Help |
|
|
1st thing is if the admin could create a blitz 3d site that would be really awsome
2nd the problem with this program is that the input continues down the screen and that to continue playin g a game u have to wait 5 secs because there are 30 loops for secong 150/30=5 or press return (right) to text press up and enter to text it.
Graphics3D 640,420
SetBuffer BackBuffer()
cam=CreateCamera ()
RotateEntity cam, 0,30,0
PositionEntity cam, 0,5,10
light=CreateLight (3)
PositionEntity light, 0,5,10
RotateEntity light, 0,30,0
ScaleEntity light, 0.5,0.5,0.5
timer=MilliSecs ()
playername$= Input$("name: ")
playername2$ = playername$
Function tex()
For i= 1 To 1
stuff$= Input$ (": ")
RenderWorld
For p= 1 To 150
Text 100,0, playername$ + stuff$
If KeyDown (203) Then Return
Flip
Next
Next
End Function
While Not KeyDown (1)
If KeyDown (205)=True Then TurnEntity cam, 0,-5,0
If KeyDown (203)=True Then TurnEntity cam, 0,5,0
If KeyDown (208)=True Then MoveEntity cam, 0,0,-5
If KeyDown (200)=True Then MoveEntity cam, 0,0,5
If KeyDown (205)=True Then TurnEntity light, 0,-5,0
If KeyDown (203)=True Then TurnEntity light, 0,5,0
If KeyDown (208)=True Then MoveEntity light, 0,0,-5
If KeyDown (200)=True Then MoveEntity light, 0,0,5
UpdateWorld
RenderWorld
If KeyHit (200) Then tex
Flip
Wend
End |
|
|
|
|
|
Sponsor Sponsor
|
|
|
copthesaint
|
|
|
|
|
gitoxa
|
Posted: Sat Sep 27, 2008 2:37 pm Post subject: Re: RE:Blitz 3d Help |
|
|
copthesaint @ Sat Sep 27, 2008 2:16 pm wrote: if i decide to get the full version i'll gladly share it with any who want it
That's both illegal, and pointless. |
|
|
|
|
|
copthesaint
|
Posted: Sun Sep 28, 2008 7:29 pm Post subject: Re: Blitz 3d Help |
|
|
thanks ;p; also ya im just kinda upset cause none seem to know what it is and none can help me here...
IF ANYONE DOES KNOW BLITZ 3D HELP ME !!!PLEASE!!!
this is a very easy fun language it is simular to turing and C+
plz help I want to figure out whats wrong with my texting program and why i cant text and move
im trying different things but anyways plz HELP ME!!
viva la roll |
|
|
|
|
|
gitoxa
|
Posted: Sun Sep 28, 2008 10:15 pm Post subject: RE:Blitz 3d Help |
|
|
I had a quick glance through all the code to see if Icould spot any problems, but I just don't understand enough of the syntax to be of any use.
Perhaps give the Blitz 3D forum a shot? It seems fairly active, you might get more help there.[/url] |
|
|
|
|
|
copthesaint
|
Posted: Mon Sep 29, 2008 10:59 am Post subject: RE:Blitz 3d Help |
|
|
ya umm u need to actually buy the product to be a member though...
thanks but 100$? umm... Deletia. |
|
|
|
|
|
Clayton
|
Posted: Mon Sep 29, 2008 12:02 pm Post subject: RE:Blitz 3d Help |
|
|
All the talk about piracy stops now. CompSci.ca does not allow anything of that sort happen, nor will it ever. It is illegal and can result in legal action. Think before you act. |
|
|
|
|
|
copthesaint
|
Posted: Wed Oct 01, 2008 8:34 pm Post subject: RE:Blitz 3d Help |
|
|
wow lol i was just joking claton what you did was your job but i feel as if that was somewhat harsh... wasnt acually going to upload something like that to this page lol also whats with the deletia? like really just write edited?
anways i wasnt acuaally going to upload cause the government would hunt me down ;p; |
|
|
|
|
|
Sponsor Sponsor
|
|
|
|
|