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 - calcdude84se
Pages: 1 ... 55 56 [57] 58 59 ... 161
841
« on: November 27, 2010, 01:18:46 pm »
Well, the fact that it's not 15% is probably due to overhead, which is uncontrollable. I'll have given it to you eventually
842
« on: November 27, 2010, 01:16:48 pm »
Ah, sorry, I thought it was implied Browser settings, most definitely. The forum doesn't block popups
843
« on: November 27, 2010, 01:15:55 pm »
As I said, that website is pretty much only for releases, source, and perhaps docs. I don't see the need for its own website, sorry >.> What do you have against large forum topics?
844
« on: November 27, 2010, 01:12:59 pm »
I misread your code a bit, sorry. Now, I want Pic1 to move 10pixels right, every time I press the key right (which is getkey(3)).
However, what your code would do if that were valid syntax (see what I said on Pt-Off( above) is this: XOR Pic1 at (0,0) (equivalent to just drawing it if the area is empty) Erase Pic1 at (0,0) Until you press right, flash Pic1 at (0,10) (I think you mean (10,0). The Pt- commands take their arguments as X,Y,SPRITE)
845
« on: November 27, 2010, 01:05:24 pm »
Again, it's a matter of preference As for the header, it's Sir's site to change as he will. He'll probably take our suggestions, though.
846
« on: November 27, 2010, 01:02:35 pm »
900. You use the QWERTY Text Editor(Woo, 900 items!)
847
« on: November 27, 2010, 01:00:54 pm »
I think I can increase my upload speed a bit, so... * calcdude increases his upload speed by 50% to 15KB/sI don't like being lonely
848
« on: November 27, 2010, 12:59:01 pm »
I would check your settings to make sure, though. It's just a suspicion I have. Edit: Actually, now that I think about it, I've used it mainly as graph does. Managers, any ideas?
849
« on: November 27, 2010, 12:56:47 pm »
http://code.google.com/p/partesos/
Your program seems to be really awesome! So many stuff! lol, j/k I know it's a recent one
You see, I don't actually intend to add much stuff to the web site . The only other thing that will go there in the future are releases and announcements about them. I might add docs and a features list if people get to lazy to read it from the SVN repo Now, as for features in the program, you will have to wait and see
850
« on: November 27, 2010, 12:53:57 pm »
So you choose the first technique That's fine. You seem not to understand how Pt-Off( and Pt-Change( work, so let me explain that. Pt-Off( takes the same arguments as Pt-On(, but clears the space behind it first. It does not erase an area. Pt-Change( also takes the same arguments as Pt-On(, but, rather than using OR, it uses XOR (Black and Black will make white, not black) Your code is a start in the right direction, but I should point out a certain problem: your code (if you draw the sprite correctly) will, when you press the correct key, move the sprite from (0,0) to (10,0), but pressing it again will not move it. You'll need a variable to keep track of where Pic1 currently is and, as your original intent was, move it 10 to the right every time, not just once
851
« on: November 27, 2010, 12:36:58 pm »
That's probably me again I seem to be the only seeder, sadly
852
« on: November 27, 2010, 12:35:31 pm »
The link on the main page that I mentioned is this one: http://knightos.svn.sourceforge.net/viewvc/knightos/That's probably the one you should use if you don't have a SVN client (Though, if you really do like viewing the other one in a browser, then by all means, go ahead )
853
« on: November 27, 2010, 12:32:33 pm »
Chrome is probably blocking it as a popup, I think.
854
« on: November 27, 2010, 12:31:07 pm »
Found this in a local record store
[large image of Rick Astley album]
Nice. I second Darl's question, did you get it?
855
« on: November 27, 2010, 12:28:58 pm »
The main difference between SF and Google Code is one of power vs. simplicity. SF provides a powerful interface for developers, more so than Google Code. Google Code, on the other hand, just has you type a few things in and you have a project. It has much less of a learning curve than SF, but it is less powerful. So, if you have time, I recommend trying to get more used to SF before you just throw it off as "quite.. confusing" I personally am using Google Code because I feel that I don't need everything that SF can provide; I just want decent hosting with version control. Sir seems to think differently. As for similar ones, I don't know of any off the top of my head SF and Google Code are the two main ones.
Pages: 1 ... 55 56 [57] 58 59 ... 161
|