[ghc]Games Forums
Hopefully - Printable Version

+- [ghc]Games Forums (http://forums.ghc-games.com)
+-- Forum: General Discussions (/forumdisplay.php?fid=10)
+--- Forum: Litter Bin (/forumdisplay.php?fid=11)
+--- Thread: Hopefully (/showthread.php?tid=558)

Pages: 1 2


RE: Hopefully - Sgt.Larry5 - 08-27-2005 03:59 AM

This is some code we are working on...
(I hope it will show)
Code:
Private Sub cmdQuit_Click()
Unload Me
End Sub
\'Dillon Davenport
Private Sub cmdSum_Click()
Dim intNum1 As Integer

intNum1 = txtNum1.Text

intSum = intNum1 + txtNum1

lblsum.Caption = intSum

intNum1 = 100 - 4.9 * t ^ 2
End Sub



RE: Hopefully - w00p - 08-27-2005 07:13 AM

Oh its just visual basic... Wink
I once tried to get into that world too. Gave up 5 pages far in a C++ book. Tongue


RE: Hopefully - LivingTarget - 08-28-2005 02:01 AM

Don\'t wanna be a scarecrow, but you\'ve got a long way to go. I did my first line of code back in 1997 and I still don\'t know a whole lot.

Start off making text games and then realize VB sucks at making games. Not impossible certainly still working on a few games here and there but it\'s a lot slower then anything i\'ve seen.


RE: Hopefully - tomcat ha - 08-29-2005 07:20 PM

But not everybody is as slow as you lt Wink


RE: Hopefully - Sgt.Larry5 - 08-30-2005 03:08 AM

Yea who wants to help me with my basic programming class???.lol