Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nick

Pages: 1 ... 46 47 [48] 49 50 ... 80
706
TI Z80 / Re: Seeker
« on: January 11, 2012, 03:32:39 pm »
euh, easter eggs? i didn't see any easter eggs i think Ö bu yeah, i knew both the hardest levels :)

707
TI Z80 / Re: Seeker
« on: January 11, 2012, 03:20:52 pm »
yay, i was the first one to download :) but it has only 5 levels? didn't you say it were about 7/8?

708
TI Z80 / Re: Seeker
« on: January 11, 2012, 03:15:28 pm »
that were a short 3 minutes.. lol

709
Computer Projects and Ideas / Re: Lua code optimizer for pc
« on: January 11, 2012, 02:26:24 pm »
oh, forgot about that.. thanks for reminding me Ö i feel quite ashamed right now for not having thought of it myself  :-[


i changed it to %<filename>

i hope this isn't a problem?

710
TI Z80 / Re: Seeker
« on: January 11, 2012, 01:40:45 pm »
and where can we find it? i've looked for it, but found it nowhere

711
Computer Projects and Ideas / Re: Lua code optimizer for pc
« on: January 11, 2012, 01:36:23 pm »
UPDATE!!!

include external .lua files by using %, followed by the name of the file (without the .lua)

example main file:
Code: [Select]
function on.create()
%varsinit
end


varsinit.lua file:
Code: [Select]
menu = true
game = false
highscore = (var.recall("HS")  or 0)
score = 0

results in:
Code: [Select]
function on.create()
menu = true
game = false
highscore = (var.recall("HS")  or 0)
score = 0
end

712
Art / Re: Need some grayscale/monochrome sprites
« on: January 10, 2012, 03:29:01 pm »
for that explosion, you could maybe start with a small one, grow bigger in 2/3 frames, and dissapear in 2/3 frames, since in real life, you never have an explosion that reaches its full size imediatly.. just a suggestion :)

713
Computer Projects and Ideas / Re: Spyrodecimal - esolang
« on: January 10, 2012, 12:50:45 pm »
but if i understand it correct, you can only have one goto and one label, or not?

and btw, i voted for change to symbols, since i think it might get too complicated when using variables..

714
Lua / Re: Checkers Lua
« on: January 10, 2012, 12:48:40 pm »
thanks for explaining, can be very useful..

715
Humour and Jokes / Re: Most interesting experience you have had
« on: January 10, 2012, 12:47:51 pm »
oh, those moments are holy to me when remembering them now, that's one of the things i don't want to forget, it's the beauty of a childhood :)

716
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 10, 2012, 12:46:02 pm »
because windows is really stupid

how is it possible that my nokia 3310 battery still survives a whole week of usage, while i have to reload my smartphone every other day?

717
Humour and Jokes / Re: Most interesting experience you have had
« on: January 10, 2012, 12:40:59 pm »
another one, not painful or so, just funny (now)

when i was 4 years old, my parents started working on our house. They placed a new door, and therefor they had to cut a hole into the wall (quite logic, isn't it lol), and place new corner stones to make the border look straight, duh. but when it was nearly finished, they went to get the door, which stood in the garden, and while they were away, i took the hammer and smashed all the new corner stones, so they had to replace them all.. they weren't that happy with it, so they put me outside in the garden as punishment (it was mid winter then, about -10°C, 14°F, 263,15K) so it was quite cold).. i was tired, so i started sleeping on the ground, in the snow lol

atm it wasn't funny at all, they were really mad, but when you think of it now, it's just funny to see how they punished me xp

718
Humour and Jokes / Re: Most interesting experience you have had
« on: January 10, 2012, 12:34:21 pm »
true, but then you feel the pain for all the time that passed without feeling it for hours..

719
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 10, 2012, 12:30:18 pm »
since it would be easy to make yourself.. j/k xp

why do i always watch movies during the exams?

720
Humour and Jokes / Re: Most interesting experience you have had
« on: January 10, 2012, 12:28:21 pm »
well, when i was about 10 years old, a teacher told me to open a plastic bottle, containing paint. she gave me a cutter to do that (and i was only 10 years old xs).
I never handled something like that before, so i tried it, and the cutter ended between my thumb and finger. I had cut a wound of about 0.5 cm deep, half of the meat..
i couldn't move my thumb anymore, and the blood was shot in the air (about 1 cm) quite fascinating atm, since i didn't feel anything.

then we had to go to the hospital, to get it stitched and healed, everything's fine now, and i can move my thumb again :)

Pages: 1 ... 46 47 [48] 49 50 ... 80