Home
Products
Community
Manuals
Contact
Login or Signup

Worklog for stanrol

a spinning clock

Return to Worklogs

tank game(Posted 2010-07-11)
code hat draws a scorched earth like scene.

Graphics 555,555,0,2
Color 0,255,0
For i = 1 To GraphicsWidth()
Line i,Sin(i)*55+155,i,GraphicsHeight()
Next
WaitKey


http://www.youtube.com/watch?v=x5r1mC_l4HQ
http://stanrol.eu5.org/index.905.html
http://www.youtube.com/watch?v=QV0Ac70lpnc
http://www.youtube.com/watch?v=_Lm6bM19BuU
http://www.youtube.com/watch?v=wMdRgZVFzL4
http://www.flickr.com/photos/51210802@N05/?saved=1
http://stanrol.eu5.org/code
http://stanrol.eu5.org/of-me
http://stanrol.eu5.org/bbASIC.zip
http://stanrol.eu5.org/index.html
http://stanrol.eu5.org/index.721.html
http://stanrol.eu5.org/index.16.html
http://stanrol.eu5.org/index.24.html
http://stanrol.eu5.org/index.26.html
http://stanrol.eu5.org/index.14.html
http://blitzbasic.com/Community/posts.php?topic=90731
http://matrix.happyhost.org

code, yay!(Posted 2010-07-02)
Graphics 666,666,0,2
i=0
SetBuffer BackBuffer()
While Not KeyHit(1)
Cls
For m=1 To 12
Text Cos(359.0/Float(m))*(GraphicsWidth()/2)+(GraphicsWidth()/2),Sin(359.0/Float(m))*(GraphicsHeight()/2)+(GraphicsHeight()/2),Str$(m),1,1
Next
Line GraphicsWidth()/2,GraphicsHeight()/2,(Cos(i Mod 359)*(GraphicsWidth()/2))+(GraphicsWidth()/2),(-(Sin(i Mod 359)*(GraphicsHeight()/2)))+(GraphicsHeight()/2)
i=i+1
Flip
VWait
Wend


http://www.youtube.com/watch?v=x5r1mC_l4HQ
http://stanrol.eu5.org/index.905.html
http://www.youtube.com/watch?v=QV0Ac70lpnc
http://www.youtube.com/watch?v=_Lm6bM19BuU
http://www.youtube.com/watch?v=wMdRgZVFzL4
http://www.flickr.com/photos/51210802@N05/?saved=1
http://stanrol.eu5.org/code
http://stanrol.eu5.org/of-me
http://stanrol.eu5.org/bbASIC.zip
http://stanrol.eu5.org/index.html
http://stanrol.eu5.org/index.721.html
http://stanrol.eu5.org/index.16.html
http://stanrol.eu5.org/index.24.html
http://stanrol.eu5.org/index.26.html
http://stanrol.eu5.org/index.14.html
http://blitzbasic.com/Community/posts.php?topic=90731
http://matrix.happyhost.org