Search found 9 matches

by Periwasmarkedasspam
Thu May 14, 2015 4:39 pm
Forum: Support and Development
Topic: Scoreboard question
Replies: 3
Views: 1852

Re: Scoreboard question

I dont know how this work... Can someone show me how it works?
by Periwasmarkedasspam
Thu May 14, 2015 7:16 am
Forum: Support and Development
Topic: Scoreboard question
Replies: 3
Views: 1852

Scoreboard question

Hello, im trying to add a scoreboard, but i dont know how to store values on a table permanently. How can i do this?
by Periwasmarkedasspam
Thu May 14, 2015 6:43 am
Forum: Support and Development
Topic: Keyboard input in 0.8.0
Replies: 4
Views: 1959

Re: Keyboard input in 0.8.0

Thanks for the help! Now it works
by Periwasmarkedasspam
Wed May 13, 2015 10:35 pm
Forum: Support and Development
Topic: Keyboard input in 0.8.0
Replies: 4
Views: 1959

Keyboard input in 0.8.0

Im trying to get input from keyboard, but I need to do this in 0.8.0 (I have to do a game for my School and the Laptops are Debian which are stuck on the 0.8.0 version) Im supossed to get to the "recordscore" and then, enable input for typing 3 chars (Like some old arcades), and what i hav...
by Periwasmarkedasspam
Mon Apr 27, 2015 10:02 pm
Forum: Support and Development
Topic: Messing with tables
Replies: 5
Views: 2070

Re: Messing with tables

Thanks!! :D You saved my day!
This is a good community, not like other lua programmer places...
Thanks again! :awesome: :awesome: :awesome:
by Periwasmarkedasspam
Mon Apr 27, 2015 12:26 pm
Forum: Support and Development
Topic: Messing with tables
Replies: 5
Views: 2070

Messing with tables

Hello! Today im creating some "Trivial" game, and im having problems with a table. Im getting this error Error: Syntax error: questions.lua:42: unexpected symbol near '=' stack traceback: [C]: ? [C]: in function 'require' main.lua:2: in main chunk [C]: in function 'require' [string "b...
by Periwasmarkedasspam
Sun Feb 08, 2015 6:12 pm
Forum: General
Topic: The newbie question
Replies: 7
Views: 3220

Re: The newbie question

Thanks! Ill post any other question here :P
by Periwasmarkedasspam
Sun Feb 08, 2015 2:10 pm
Forum: General
Topic: The newbie question
Replies: 7
Views: 3220

Re: The newbie question

Ok, now i have some other problems that i dont know why they are apearing.

Ill post the .love

The error:

Code: Select all

attempt to index global assets(a nil value)
is in a Require, idk if this is the problem.

:awesome: :awesome:
by Periwasmarkedasspam
Sun Feb 08, 2015 5:39 am
Forum: General
Topic: The newbie question
Replies: 7
Views: 3220

The newbie question

Hello im the newbie of the day, and i have a good question. function loadAssets() assetimage = love.graphics.newImage assets = { images = { splash = assetimage("splash.png") } } end function getImageAsset(theImage) return assets[images][..""..theImage..""..] end Thats m...