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 - Munchor
Pages: 1 ... 169 170 [171] 172 173 ... 424
2551
« on: April 07, 2011, 09:11:46 am »
Looks pretty good!  Looks like DCS7 cursor thingy 
Yeah, I used the same mouse sprite since I couldn't think of another way to do it. Looks nice, but you could optimize the location detection routine if you are willing to accept aligned buttons,
What do you mean with that? Also, I have added yet another GUI component, I'll show it to you later
2552
« on: April 07, 2011, 09:10:18 am »
Well so far the main issue was mostly the randomness section, but the mass move was because of splitting some topics to the new section. However, sometimes people post help in the calc discussion and news section and computer help in the misc discussion section. Those topics would go in calc help and computer programming, preferably.
Also it's best to avoid asking questions inside your project topic or someone else's topic (unless it's totally related), otherwise you might not get an answer as fast since your post might be buried among other unrelated messages.
That's right, I am still confused with the Humor and Jokes and Spam forums. Also, BUMP.
2553
« on: April 06, 2011, 05:38:02 pm »
X is the X coordinate (0~23) to draw the character or string at  That is because it is displaying at (0,20)
Meaning I can't display strings in X<20? I can just use normal BASIC, like Text( then.
2554
« on: April 06, 2011, 05:36:14 pm »
Wow great job scout!
Thanks. I forgot how to explain how to use the three subroutines so far, here I go: ---------------------------------------------------------------------------------------------------- sub(DF,1,"TITLE sub(DF,0,"NO CLOSE BUTTON
When you have 1 it draws a little X in the right upper corner, if you put 0 it won't. ---------------------------------------------------------------------------------------------------- sub(DB,30,30,30,10 Text(34,32,"BUTTON
This draws a button at coordinates (30,30) with width 30 and height 10. ---------------------------------------------------------------------------------------------------- sub(DD,"ABOUT","PROGRAM MADE","BY DAVID","GOMES" Repeat getKey End
This draws a message box (or dialog) with title 'ABOUT', and its text is the following: PROGRAM MADE BY DAVID GOMES Each argument is a line. Hope you got it
2555
« on: April 06, 2011, 05:32:09 pm »
Perfect, I put the coordenates as (5,5) but it appears quite far from (5,5). It looks like 5,20. (I'm always talking in (Y,X)).
2556
« on: April 06, 2011, 05:28:41 pm »
No ')' but I still get a 99 :S
2557
« on: April 06, 2011, 05:25:24 pm »
Ah thanks much  HELLO WORLD: AxesOff ClrDraw dim(87,5,5,"HELLO WORLD dim(99
It's a very ugly Hello World though. Actually, what I get is: HELLO)WORLD 99 In the screen, the ')' and the 99 are weird :S
2558
« on: April 06, 2011, 05:13:59 pm »
I see a lot of use of recangles there =D Looks very nice
2559
« on: April 06, 2011, 05:10:16 pm »
Niiice Xeda, thanks  dim(2 dim(22,"FDCB00AE dim(22,"EF4045 dim(29,0,96,0,64,1 dim(99 Pause As I said, this code is OK, but closing it is hard and the screen isn't cleared in the end. Any idea?
2560
« on: April 06, 2011, 04:56:23 pm »
Might I ask what the value for A is  EDIT: Never mind 
Now I want to know if when I create a rectangle, I need to dim(99) to see it. Thanks. I tried this: ClrDraw ClrHome dim(29,0,30,0,30 dim(99
And got no success. Wait, I didn't put a type, 1 for black worked  EDIT: My first cool thing: dim(2 dim(22,"FDCB00AE dim(22,"EF4045 dim(29,0,96,0,64,1 dim(99 Pause
2561
« on: April 06, 2011, 04:48:40 pm »
I had to reparse hooks, it worked, but it displays a 5 in the right part of the screen :S
OH WAIT, that's the variable A
2562
« on: April 06, 2011, 04:42:03 pm »
dim(22,"EF4045 Pause A
I got ARG Error (TI-Basic error) :S
2563
« on: April 06, 2011, 04:28:22 pm »
 bugfixes and stuff
bufixes and stuff, ahh nice
2564
« on: April 06, 2011, 04:25:44 pm »
 bugfixes and stuff
So, what has been happening with this project?
Pages: 1 ... 169 170 [171] 172 173 ... 424
|