View Single Post
  #40  
Old 09-27-2005, 04:10 PM
OasaTor_PK OasaTor_PK is offline
Don't Go Mister!
OasaTor_PK's Avatar
Join Date: Feb 2004
Location: Brandon, Manitoba, Canada
Posts: 1,175
OasaTor_PK is a jewel in the roughOasaTor_PK is a jewel in the rough
Send a message via AIM to OasaTor_PK
Quote:
Originally Posted by OasaTor_PK
And Luigi.

if (playerenters) message lol u lose.
------
Private Sub cmdHi_Click()
With lblYouLose
.Caption = "YouLose"
.Font.Bold = True
.Font.Size = 60
.Font = "Arial"
End With
End Sub
Reply With Quote