VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it

by PC (1 Submission)
Category: Games
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 12th December 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it won't work. I think it's something to do

Rate Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it



nextTextVal = textVal + 1
selfVal = "Text" & textVal & ".Text"
nextBoxVal = "Text" & nextTextVal & ".Text"

If selfVal = 0 Then
 MsgBox "Empty. Please choose another.", vbOKOnly, "Empty."
 GoTo 11
Else

10
nextBoxVal = nextBoxVal + 1
nextTextVal = nextTextVal + 1
selfVal = selfVal - 1

 If selfVal > 0 Then
  GoTo 10
   If Form1 = Cancel Then
    GoTo 11
   End If
 End If

11
End If
End Function

Private Sub Text1_Click()
onClick (1)
End Sub

Private Sub Text2_Click()
onClick (2)
End Sub


Download this snippet    Add to My Saved Code

Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it Comments

No comments have been posted about Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it . Why not be the first to post a comment about Ever played Bantumi on your Nokia 3310? This code is supposed to be a two player version... but it .

Post your comment

Subject:
Message:
0/1000 characters