Hey all, i have a public type...

Public Type secondCharacter
shooting As String
x As Long
y As Long
End Type

simple enough but when i refer to it...

secondCharacter.shooting = "Hello"

i gte an object requiered error wen running in VB and when compiled varible not defined!

any suggestions on why i am recieving this problem?