Skip to main content
Participant
March 12, 2009
Question

1195: Attempted access of inaccessible method start through a reference with static type classes:RollableChar.

  • March 12, 2009
  • 1 reply
  • 3842 views
This .as file was working fine yesterday and now Im getting this error.
Any one hav any ideas, they would be greatly appreciated.
This topic has been closed for replies.

1 reply

March 12, 2009
You declare rolly as "RollableChar", but instantiate it as "RollCharacter" - maybe it should be "rolly = new RollableChar();"
lauraITTAuthor
Participant
March 12, 2009
Figured it out my start method wasnt public .... Thanks for helping
Participant
September 20, 2011

this was realy helpful me too. thanks