Search found 2 matches

by jnbutler
Thu Feb 06, 2014 8:47 pm
Forum: General
Topic: Help with errror
Replies: 6
Views: 4851

Re: Help with errror

Thanks #davisdude and #jovialfeline for your quick responses.

I guesss I'll have to use your flip function that you provided davisdude.
Thanks again.
by jnbutler
Thu Feb 06, 2014 8:05 pm
Forum: General
Topic: Help with errror
Replies: 6
Views: 4851

Help with errror

I am getting the error message, main.lua:29:attempt to call method 'flip'(a nil value) here is the function that contains that line of code highlighted in yellow. I'm new at Love, please help. function love.load() ---loads all we need in game character = {} character.player = love.graphics.newImage ...