Page 4 of 4

Posted: 26 Mar 2010, 22:08
by warhell
bax wrote:
warhell wrote:Yes, The name of the file is "DemoAvatar.as", and I have the following line in the config file...

Code: Select all

<AvatarTypes use8Directions="1">
		<!--AvatarType mainClass="DemoAvatar" ghostClass="DemoGhost" stature="55">demo</AvatarType-->
        <AvatarType mainClass="DemoAvatar" stature="55">demo</AvatarType>
	</AvatarTypes
It seems like openspace cannot find the class in the application domain.
The DemoAvatar class has no package? If yes, you have to enter the full package and class name, for example: com.mypackage.avatara.DemoAvatar
Ahhh! That seem to have solved the problem, thanks! :D

Posted: 30 Apr 2010, 16:41
by Bax
This discussion is now closed.