public

  1. Taien

    Public Array

    I'm fairly new to VB and I am making a game as part of my portfolio project in a class. I'm having some trouble with array declaration though. Here's my code: Public varSkillLearnedArray(100) As Boolean varSkillLearnedArray() = {True,true,true} I have option explicit on and option strict...
  2. M

    Help with Classes and Objects

    I think I'm still a little confused about Classes and Objects. I am creating a small game, to teach myself programming. It's kind of like a Pokemon card game, with different characters, monsters etc. I want to use a HERO Class to store all the info on the players and a MONSTER class to store...
Back
Top