Search found 5 matches

by Chad64
Tue Mar 22, 2016 4:44 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438697

Re: "Questions that don't deserve their own thread" thread

s-ol wrote:except I did just copy & paste that myself and it works... double check?
Still doesn't work. Reverted everything back, main.lua, pasted code, blahblahblah. What platform are you testing it on? it might be just my devices problem too tho..
by Chad64
Tue Mar 22, 2016 1:37 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438697

Re: "Questions that don't deserve their own thread" thread

pgimeno wrote: That's very weird. That's a very straightforward construct. Make sure no strange characters have slipped into the code.
Well, i did just copy the code from an example at love.touch.getPosition.. so it's not my fault ✌
by Chad64
Mon Mar 21, 2016 7:30 am
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1799
Views: 1636430

Re: What's everyone working on? (tigsource inspired)

i made a virus (in collaboration with Mario) that steals your.. uhh.... I totally forgot to set it to steal atleast anything.. here it is anyway!!

This is my first successful thing made in lua ever! I hope you get entertained by mario!
by Chad64
Mon Mar 21, 2016 2:30 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438697

Re: "Questions that don't deserve their own thread" thread

Something's missing. That snippet is far less than 41 lines, yet the error says it happens in line 41. im sorry, it was line 4. i must've typed too fast :awesome: Ill do that code thingy soon, thanks for telling me! EDIT: Also that code was just an example in love.touch.getPosition wiki. So I'm not...
by Chad64
Sun Mar 20, 2016 3:13 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438697

Re: "Questions that don't deserve their own thread" thread

Im using the android port of löve, and i have a problem with at least debugging simple things by touching the screen. i literally copied and pasted this onto main.lua: function love.draw() local touches = love.touch.getTouches()   for i, id in ipairs(touches) do local x, y = love.touch.getPosition(i...