Re: [Soya-user] tofu "non-level unique" error

2006-07-13 Thread Jiba
On Thu, 13 Jul 2006 20:48:04 +0200 souvarine <[EMAIL PROTECTED]> wrote: > I'm trying to modify the tofudemo tutorial to allow the character to > throw fireballs. > > I created a Fireball class witch is a subclass of Mobile. When the > player hit a key my programm create an instance of Fireball an

[Soya-user] tofu "non-level unique" error

2006-07-13 Thread souvarine
I'm trying to modify the tofudemo tutorial to allow the character to throw fireballs. I created a Fireball class witch is a subclass of Mobile. When the player hit a key my programm create an instance of Fireball and add it to the level. if action and (action.action == ACTION_FIRE): fireb