Search found 6 matches

by Alnaumov
Sat Feb 07, 2015 7:05 pm
Forum: General
Topic: tutorial question
Replies: 4
Views: 2625

tutorial question

Hi, on a different topic getting through the tutorial, and the program returns an error (attempting to perform a numerical operation on player.x). Why is that? player = {x = 200, y = 710, speed = 150, img = nil} function love.load(arg) player = love.graphics.newImage('assets/ship.png') end function ...
by Alnaumov
Sat Feb 07, 2015 6:18 pm
Forum: General
Topic: ZeroBrane and Windows 8
Replies: 7
Views: 5824

Re: ZeroBrane and Windows 8

I launch ZeroBrane, then go to projects, then open the "hello world" project from the lessons section.
by Alnaumov
Sat Feb 07, 2015 2:12 pm
Forum: General
Topic: ZeroBrane and Windows 8
Replies: 7
Views: 5824

Re: ZeroBrane and Windows 8

The strange thing is that I deleted this part:

function love.load(arg)
if arg[#arg] == "-debug" then require("mobdebug").start() end
end


And now everything works just fine. Why can't it find the debugger?
Can I work without one?
by Alnaumov
Fri Feb 06, 2015 7:45 pm
Forum: General
Topic: ZeroBrane and Windows 8
Replies: 7
Views: 5824

ZeroBrane and Windows 8

Can't make my IDE work.

What have I done:
- downloaded love2d and put into the Program Files folder
- changed the compiler to love2d

but this is what I get. What do I do wrong?

It seems that the IDE can't find the compiler.
by Alnaumov
Tue Feb 03, 2015 4:29 am
Forum: General
Topic: CODEA -> Cocos2dx and Love
Replies: 4
Views: 4276

Re: CODEA -> Cocos2dx and Love

Hi,
Thanks for all the feedback, it is very valuable for me. As for the question, I also decided to give Love a shot, I looked through the showcase and some of the examples look very similar to what I would like to do.
by Alnaumov
Mon Feb 02, 2015 7:13 am
Forum: General
Topic: CODEA -> Cocos2dx and Love
Replies: 4
Views: 4276

CODEA -> Cocos2dx and Love

It might be the wrong place to ask this question, but I need some advice. I have some prior experience with CODEA, Processing and C++, though, not much. And I was thinking of making the next step. I was thinking between Cocos and Love. I got a number of books on Cocos, but it has too many things I c...