Toribash Move List v1.2
I made this for some people who are new(ish) to the game i did some testing and it seems to work fine.
Please Tell me if there are any bugs, or if one of the moves do not work in the comment section.
vb code:
Public Class Form1
Private Sub Label1_Click(sender As Object, e As EventArgs)
End Sub
Private Sub WhatItIsForToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles WhatItIsForToolStripMenuItem.Click
MsgBox("This is for people who don't really know how to play the game.")
End Sub
Private Sub NameToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles NameToolStripMenuItem.Click
MsgBox("MonMonPon Made This Program")
End Sub
Private Sub WhatWasUsedToMakeThisToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles WhatWasUsedToMakeThisToolStripMenuItem.Click
MsgBox("This Was Made With Visual Studio 2013 Visual Basic")
End Sub
Private Sub EmailInfoToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles EmailInfoToolStripMenuItem.Click
MsgBox("Send Your Moves To This Email: [email protected]")
End Sub
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
MsgBox("This Program Is Still in Beta So Please Report Any Bugs To [email protected] Thank you")
End Sub
Private Sub EmailToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles EmailToolStripMenuItem.Click
End Sub
Private Sub InsideTheProgramToolStripMenuItem_Click(sender As Object, e As EventArgs)
MsgBox("Press The + Button Next to the Tabs To add A Editable page.")
End Sub
Private Sub Label9_Click(sender As Object, e As EventArgs) Handles Label9.Click
End Sub
End Class
Download:
ToriBash Move List V1.2.rar
Last edited by MonmonPon; Nov 14, 2014 at 03:38 AM.