Search found 6 matches

by RussHubs
Thu Apr 07, 2011 2:21 pm
Forum: Support and Development
Topic: Tutorial code doesnt work! ~ Solved
Replies: 8
Views: 5172

Re: Tutorial code doesnt work!

This confused me when I first started too. Here's a couple of tips I picked up: -You can drag the root folder onto your Löve app icon and it will run. -When creating a .love file, as mentioned above, select the files inside your project folder, not the folder itself. Thanks LaFolie, Bartbes solved ...
by RussHubs
Thu Apr 07, 2011 2:04 pm
Forum: Support and Development
Topic: Changing the Tutorial Example code
Replies: 8
Views: 3786

Re: Changing the Tutorial Example code

On some games, theres alittle Nvidia splash screen thats played or an ATI 1, maybe an intel or an AMD splash screen might play too, then they tend to goto a menu screen, what format are these 'movies' made in? No, idea. But it doesn't matter, since Löve can't play any video formats whatsoever. That...
by RussHubs
Thu Apr 07, 2011 2:00 pm
Forum: Support and Development
Topic: Changing the Tutorial Example code
Replies: 8
Views: 3786

Re: Changing the Tutorial Example code

I'm feeling generous so I'll spare you with this link man: http://love2d.org/wiki Thanks fella, I'm looking through it now, but it's still alittle complex for me, would also like to ask a question and get an answer kind of thing lol. You never know someone else might explain things in a way even I ...
by RussHubs
Thu Apr 07, 2011 1:37 pm
Forum: Support and Development
Topic: Changing the Tutorial Example code
Replies: 8
Views: 3786

Changing the Tutorial Example code

Hi Everyone, OK, so I have my 800x600 window with hello world written in white against a black background, made using the following code: function love.draw() love.graphics.print('Hello World!', 400, 300) end Now I have some questions, I'll try to edit this thread as I get more 1, Can you have a fla...
by RussHubs
Thu Apr 07, 2011 1:26 pm
Forum: Support and Development
Topic: Tutorial code doesnt work! ~ Solved
Replies: 8
Views: 5172

Re: Tutorial code doesnt work!

Fantastic thats sorted it,

So the folder I create 'Anywhere', I can call my 'Gamder' (game folder) and EVERYTHING thats in it should be zipped, but the main.lua HAS to be in top level within that folder?
by RussHubs
Thu Apr 07, 2011 12:36 pm
Forum: Support and Development
Topic: Tutorial code doesnt work! ~ Solved
Replies: 8
Views: 5172

Tutorial code doesnt work! ~ Solved

Hi Everyone, I'm very excited about finding LÖVE I follow the instructions heres: Getting Started ~ Making a Game To make a minimal game, create a folder anywhere, and open up your favorite code editor. Notepad++ is a pretty good one for Windows, and it has Lua support built in. Create a new file in...