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 ... 34 35 [36] 37 38 ... 80
526
« on: April 10, 2012, 11:12:45 pm »
yep that's it  it's pretty simple, one of the most basic things you can do with it, but i saw a lot of the same project using 1000 if statements, and it thought there had to be a different way of handling this, and there is.. but the ay schmibs told it it must be possible too, now i do it completely with code, but somehow with some transistors and stuff i might be able to make the code smaller, i'll take a look at it
527
« on: April 10, 2012, 10:20:55 pm »
Update! the virtual screen is published on my website, but i'm still working on it. I'm adding a command prompt so you can send commands from the pc too, that saves a lot of time and a lot of data that will not have to be sent. and a little video of a simple project with arduino, just to get into the coding
528
« on: April 09, 2012, 01:40:19 pm »
This would be great, don't hesitate to ask questions for the coding too if you have some, we can help  i hope the alpha comes out soon
529
« on: April 09, 2012, 04:43:23 am »
I'm wondering if this wasn't some sort of April Fool's joke, looking at the date...
if it was it would be a bad timing, he lives in france, and at the time he posted it was still 30th march
530
« on: April 08, 2012, 02:45:40 am »
wonderful! and there's one other thing. If you have a long title (or a short titlebar), and the title comes further than the red/green buttons, will it be covered by them or will they cover the buttons? or is there just enough space to make it all fit?
531
« on: April 07, 2012, 03:37:34 pm »
I'm going to design a style that fits the nspire, isn't hard to port (without a lot of gradients) and a nice look ok? but just in photoshop, then you just have to tell me how to write it to your needs or do it yourself.
Also, i noticed that boxes are only activated when you select them by pressing the titlebar. Couldn't you change that somehow so that it gets selected by pressing the entire form?
532
« on: April 07, 2012, 03:04:44 pm »
I'll check it out in a while (this evening).
what do you mean with 3D? with gradients and stuff?
Oh and there's one thing i've seen on some places, what's that "for __," part? i mean, what does that __ sign to?
533
« on: April 07, 2012, 02:52:55 pm »
wow ö that's really nice.. so you can click on them with the mouse? great  maybe you could give it a slightly different color and a little more alignement so it does not stick to the borders, but this is cool if you would want me to help with some of the design or different styles, i would be glad to help you with this
534
« on: April 07, 2012, 02:16:48 pm »
more than 100 calcs, worth at least $/€100 per piece ö wow i didn't get the courage to count them (hopefully he got some/most of them from TI)
535
« on: April 05, 2012, 06:26:07 pm »
in the time you've asked a thousand times who wants to make levels you could have made them yourself. You have several ideas (the themes) so why don't you just try..
i don't want to be rude, but please stop those spammy triple post asking for help for level design
536
« on: April 05, 2012, 10:39:45 am »
that's the next step  i'm planning (if this works perfect) to add a little tiny mini SDK kind of thingie in which you have e.g. 9 btns (you will not be able to put them there yourself, they will be fixed in a form) and you can tell the program what it has to send to the arduino. Then it's up to you to make your arduino respond to it... that way you can make it communicate but that's not for tomorow, since there are 2 more bugs i would like to solve, and i'm working on that now
537
« on: April 05, 2012, 08:09:44 am »
Hi I made a project for PC (windows only xs) that makes it possible to communicate with the Arduino. This might sound ordinairy, but i made it that way so you can draw on a "virtual" screen. With virtual i mean a screen that runs in a program on the PC. This makes it possible to test things out before trying them on real hardware, or you don't have a screen because it's too expensive or any other reason. I know there's the serial monitor, but with this program you can draw strings, variables, rectangles, filled rectangles, ellipses, filled ellipses and lines on the screen, in color! So if you're interested, more info can be found on http://nicksteen.webs.com/projects. It is not finished yet, there are some things i'm not that happy with. Sometimes the screen flickers for no reason, and sometimes it gives an error xs but i'm working on it 
538
« on: April 04, 2012, 10:48:23 am »
isn't that just a single picture with some text layers over it? if it is that way, i don't think it's that amazing. I don't say it's not nice, not at all, but i don't think it's extremely extraordinairy
539
« on: April 04, 2012, 07:29:31 am »
wow, nice  it really looks great! can you walk on the upper "bar" of that new obstacle? cause i've seen it walking on it it seemed.. it's really amazing
540
« on: April 04, 2012, 06:04:50 am »
to mak eit only display 2 decimals after the comma, you can do math.floor(average*10)/10. I don't know if there's another way to do this, but that's my way  And i don't think there's an easy way to make it only have to decimals at all... and i think it's faster to put twice t = t+1 than if since if is a statement, the other one just an addition, which is faster a table is te same as a list in lua, you don't have two dimensional things. just do e.g. function on.create() vars = {0, 0, 0, 2, 0, 2} end
--this must in the if ch=="a" thingie
if vars[3] = 0 then vars[1] = vars[1]+1 end [code]
this might be a bit more timeconsuming to type, but it think it's more beautiful to see, rather than 5 vars :) [/code]
Pages: 1 ... 34 35 [36] 37 38 ... 80
|