Search found 3 matches

by cookie
Mon Dec 14, 2015 7:30 pm
Forum: Support and Development
Topic: Variables not changing thier state
Replies: 4
Views: 1034

Re: Variables not changing thier state

Nixola wrote:Then, sometimes the player floats even before touching the platform, while sometimes it does not.
I think this happens because platform is getting generated before player even has time to fall to ground
by cookie
Mon Dec 14, 2015 6:02 pm
Forum: Support and Development
Topic: Variables not changing thier state
Replies: 4
Views: 1034

Re: Variables not changing thier state

Nixola wrote:It doesn't always float here. Video link.
I meant player floats after falling of the platform
by cookie
Mon Dec 14, 2015 4:09 pm
Forum: Support and Development
Topic: Variables not changing thier state
Replies: 4
Views: 1034

Variables not changing thier state

I've got an problem! In love.draw function I've got an powerball picture being drawn. But when it is in the love.draw the uprender variable doesn't change it state! It remains the same state and the player floats(I know why he floats. Because of uprender being on).