Search found 1 match
- Wed Nov 07, 2012 5:21 pm
- Forum: Support and Development
- Topic: Platformer game: statement error
- Replies: 1
- Views: 1027
Platformer game: statement error
Me and some friends are trying to make a platformer game but we have stumbled across a statement error we cannot resolve. Here is the code: function love.load() imageCharacter = love.graphics.newImage("CharacterPrototype.png") charax = 200 charay = 200 if charay = groundy then fallspeed = ...