Search found 5 matches

by Hydra
Sun Aug 21, 2011 1:47 am
Forum: Support and Development
Topic: Lua local question
Replies: 33
Views: 15501

Re: Lua local question

pancakepalace wrote:I don't think there is, but I don't see why this would be necessary.
Depends on what you're doing, here's a small example:

Code: Select all

local x = 0

local Add = function(number)
	x = x + number
	return x
end
Is it the best example of a use for this? Not really, but you get the point.
by Hydra
Wed Aug 17, 2011 5:00 pm
Forum: General
Topic: Who's the youngest here?
Replies: 38
Views: 12433

Re: Who's the youngest here?

20
by Hydra
Wed Aug 17, 2011 7:51 am
Forum: Support and Development
Topic: Lua local question
Replies: 33
Views: 15501

Re: Lua local question

Hi guys, I read all the docs I could find on the Lua language, but the use of local keyword when creating default values for function parameters is still unclear to my mind. This is actually a pretty important subject with lua, i'll do my best to explain this for you. Lua script uses two environmen...
by Hydra
Wed Aug 17, 2011 4:37 am
Forum: Support and Development
Topic: Installation problem
Replies: 10
Views: 4725

Re: Installation problem

I'm running Windows 7 Home Premium 64-bit

I've also completely uninstalled the program and tried a fresh re-install, no dice.
by Hydra
Wed Aug 17, 2011 4:19 am
Forum: Support and Development
Topic: Installation problem
Replies: 10
Views: 4725

Installation problem

Before posting here I did make sure to read the forum rules as well as search for any other threads that might solve my issue, and was unable to find any solutions. I've installed love, and have the "LÖVE 0.7.2 for Windows" package, and every time I try to run the love application a blank ...