Search found 102 matches

by Linkpy
Sun Jan 11, 2015 9:29 pm
Forum: Support and Development
Topic: Error 'calling on bad self'
Replies: 3
Views: 4165

Re: Error 'calling on bad self'

I ckecked it, but this not the problem because :

Code: Select all

component.get_y (component)
Doesn't work too...
by Linkpy
Sun Jan 11, 2015 12:05 pm
Forum: Support and Development
Topic: Error 'calling on bad self'
Replies: 3
Views: 4165

Error 'calling on bad self'

Hello ! I've got a little problem, and I don't know how to resolve it... I'm making a GUI for a music player (yes, a music player with Löve :crazy: ) and I'm working on the base class 'component'. A component has got a position ( X, Y ) and a size ( W, H ) and I use some linear interpolation for ani...