Leiner. Posted April 22, 2014 Report Share Posted April 22, 2014 Muy buenas gente de zone bueno aqui me surgieron 2 errores ya cheque lineas pero no enceuntro alguna solucion aver si alguien em hache una mano a solucionar estos 2 pequeños errores aqui dejo imajen un saludo 1°error: 422 16:37:43610 :: Traceback (most recent call last): 0422 16:37:43610 :: File "game.py", line 1493, in OnUpdate 0422 16:37:43610 :: AttributeError 0422 16:37:43610 :: : 0422 16:37:43610 :: 'GameWindow' object has no attribute 'hp_tooltip' 2° error este me sale despues de que cierro ventana de juego: Link to comment Share on other sites More sharing options...
Seru Posted April 22, 2014 Report Share Posted April 22, 2014 hp_tooltip e img_mp_leer El cliente no sabe que pinta eso ahí. Leiner. 1 Link to comment Share on other sites More sharing options...
Jfirewall Posted April 22, 2014 Report Share Posted April 22, 2014 como te deje ahora un rato en skype: self.hp_bar = ui.Gauge() self.hp_bar.SetParent(self) self.hp_bar.SetPosition(30, 30+20) self.hp_bar.MakeGauge(130, "red") self.hp_bar.Show() self.hp_show = ui.TextLine() self.hp_show.SetParent(self) self.hp_show.SetDefaultFontName() self.hp_show.SetPosition(60-15, 57) self.hp_show.SetText("") self.hp_show.Show() esta usando el uitoolip para hacer andar esas lineas para lo de la otra ahora mas tarde te ayudo ahora mismo ando haciendo un trabajito ;D Leiner. 1 Link to comment Share on other sites More sharing options...
Leiner. Posted April 22, 2014 Author Report Share Posted April 22, 2014 Gracias a los 2 Link to comment Share on other sites More sharing options...
Recommended Posts