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.
Topics - Munchor
Pages: 1 ... 15 16 [17] 18 19 20
241
« on: December 08, 2010, 10:11:02 am »
This is a game, it could be on randomness but I think it suits better here. I will post a sprite and you have to answer with another sprite (any size, colors, grayscale, whatever), that you make. You can ask questions with text if you want, but I would like to turn this into a sprite conversation only. Here is an example: A gun, kills someone and then flowers are 'given' to that person. So, to start here's my first image:
242
« on: December 06, 2010, 06:10:17 pm »
Hello Everyone, I'm trying to make a database of Texas Programming for us, developers. This database shall include all Tokens and all HEX Commands. This is not much, can you tell me what you'd like? Here is a first EXCEL screenshot: This is the Tokens file, an easy to understand (not yet, but better than this, token list viewer and manager. Regards, ScoutDavid
243
« on: December 05, 2010, 10:41:55 am »
Probably you already know about this, but let's have a look at Racer3D:Replay Download page: http://www.omnimaga.org/index.php?action=downloads;sa=view;down=599Now, let's have a look at the keywords: Keywords: racer, racing, racer3d, replay, racer 3d replay, scoutdavid, scout, david, quigibo, kevin, horowitz Now try pressing any keyword, instead of searching that specific keyword, it will search all of them, returning, obviously only my game. I think it would be nice if this was fixed, so I could search for other 'racer's or 'scoutdavid' games
244
« on: December 04, 2010, 07:23:56 pm »
In a thingie I'm making, I need a mouse feature.
I'm using Qwerty55's code (thanks!):
:.This is the sprite :[80C0A09088D0A818]→Pic1 :While 1 :.Store the screen to the back buffer :StorePic :.Display Sprite :Pt-On(X,Y,Pic1 :DispGraph :.Erase Sprite :Pt-Change(X,Y,Pic1 :.Replace the part of the image erased by the Sprite :RecallPic :.I used conditionals because the boundary conditions are important :.Replace with X+getKey(3)-getKey(2)→X if they aren't important. :If getKey(3) and (X<92) :X+1→X :End :If getKey(55) and (X<72) :Pt-On(X,Y,Pic1+8 :End :If getKey(2) and (X>2) :X-1→X :End :If getKey(1) and (Y<60) :Y+1→Y :End :If getKey(4) and (Y>2) :Y-1→Y :End :End
.MOUSE [101010FE10101000]->Pic1 While 1 .Store the screen to the back buffer StorePic .Display Sprite Pt-On(X,Y,Pic1 DispGraph .Erase Sprite Pt-Change(X,Y,Pic1 .Replace the part of the image erased by the Sprite RecallPic .I used conditionals because the boundary conditions are important .Replace with X+getKey(3)-getKey(2)->X if they aren't important. Repeat getKey->Z End If Z=15 Goto 9 Else If getKey(3) and (X<92) X+1->X End If getKey(55) and (X<72) Pt-On(X,Y,Pic1+8 End If getKey(2) and (X>2) X-1->X End If getKey(1) and (Y<60) Y+1->Y End If getKey(4) and (Y>2) Y-1->Y End End End Lbl 9 The one which is below was edited by me and is really really really slow. The above one is perfect and works really fine!
Any idea why? I know why (Else and GetKey) but how to fix? THX!
245
« on: December 04, 2010, 06:29:45 pm »
I need to post this in randomness so that my no. of posts isn't changed, but I can't use the IRC!!!
You need 20 more posts to chat from here. You currently have 0 posts. A bug or is it supposed to be that way?
246
« on: December 04, 2010, 01:15:30 pm »
Hello everyone,
Hello everyone,
As promised in IRC, I decided to post something today, and here it is, a new collection of free-to-use-but-made-by-me calculator and non-calculator sprites.
So, using Tokens and Paint, I made 10 sprites for Calculator Games that anybody can use. The .png are also here for anyone who wishes to use them
Note: All sprites can be used and distributed, as long as I'm credited, even if it is in a 1px-font.
The HEX Code is also free. Firstly, here it goes, my .png sprites:
Here are all my images (.png):
A Head [7E81A58181DB423C]
Happy Guy with Big Head turned Left [7E81A581A599817E1866A5A5BD24246C]
Happy Guy with Big Head turned Right [7E81A581A599817E1866A5A5BD242436]
Vertical Road [4949414149494141]
Horizontal Road [FF0000CC0000FF00]
Robot turned Right [90D8B681BD81FE88A8A8A8A8A8A884FE]
Robot turned Left [091B6D81BD817F11151515151515217F]
Alien SpaceShip [030404043F40807F] and [C0202020FC0201FE]
Carrot [80502070888888889090505050505020]
Now, the code of the program that displays them:
.SPRWKTWO [7E81A58181DB423C->Pic0 [7E81A581A599817E1866A5A5BD24246C->Pic1 [7E81A581A599817E1866A5A5BD242436->Pic2 [4949414149494141->Pic3 [FF0000CC0000FF00->Pic4 [90D8B681BD81FE88A8A8A8A8A8A884FE->Pic6 [091B6D81BD817F11151515151515217F->Pic7 [030404043F40807F->Pic8 [C0202020FC0201FE->Pic5 [80502070888888889090505050505020->Pic9 ClrDraw Fix5 Pt-Change(0,0,Pic0 Pt-Change(0,10,Pic1 Pt-Change(0,18,Pic1+8 Pt-Change(0,30,Pic2 Pt-Change(0,38,Pic2+8 Pt-Change(10,0,Pic3 Pt-Change(10,8,Pic3 Pt-Change(10,16,Pic3 Pt-Change(10,24,Pic3 Pt-Change(10,32,Pic3 Pt-Change(10,40,Pic3 Pt-Change(0,50,Pic4 Pt-Change(8,50,Pic4 Pt-Change(16,50,Pic4 Pt-Change(24,50,Pic4 Pt-Change(32,50,Pic4 Pt-Change(20,0,Pic6 Pt-Change(20,8,Pic6+8 Pt-Change(20,18,Pic7 Pt-Change(20,26,Pic7+8 Pt-Change(30,1,Pic8 Pt-Change(38,1,Pic5 Pt-Change(50,0,Pic9 Pt-Change(50,8,Pic9+8 Text(50,40,"David Gomes DispGraph Repeat getKey→Z End ClrDraw And now, a GIF of the program so you can see how they look like in-calc: Now, feedback? Thanks much, ScoutDavid Note: Attached Screenie and .8xp file[/font]
247
« on: December 04, 2010, 08:52:15 am »
Hello, in my website: www.davidgom.co.ccI'd like to post some code (Python and Calculator code) and I would like to know if any of you has the
tags CSS, I've checked Omnimaga's CSS, but it's divided into 3 CSS classes and I don't get it. Bottom of the question, does anyone have a CSS Class code for programming code (not highlighted, just that box with background, specific size, font, etc)
249
« on: December 01, 2010, 06:47:30 pm »
There are lots of Base converters on-calc. I now wonder which to use, from these: Alert: Gigantic ListAnybody is using one of these? Thanks much!
250
« on: December 01, 2010, 02:28:22 pm »
As some of you are aware, my memory was totally deleted, both Archive and RAM, so I searched for applications, Here's a ZIP with what I installed, it may be useful as a pack. However, CellSheet and ScienceTools are the portuguese version, but all the others aren't. List: - Axe 0.4.6
- Mimas
- Start-Up App
- DoorsCS7 Beta1
- CabriJR
- CellSheetPT
- Inequal
- Omnicalc
- ScienceToolsPT
251
« on: November 30, 2010, 06:37:20 pm »
Well, my calculator (TI NSprie w/84+ Keypad) doesn't turn off, using the 84+ keypad.
I tried more than one keypads (84+ keypads) and also Touchpad keypad. The Touchpad is fine, though.
What happens:
I press 2nd + On and nothing happens, here's a screenie of it (me pressing 2nd+Clear, which is what happens when in my hardware I press 2nd+On).
I can't stop wondering why this happens, and would like to hear your help before 2ndMode0On
252
« on: November 29, 2010, 08:39:58 am »
Well, a friend of mine gave me her blue keypad because I really wanted it and she didn't need it. Now, I got Texas's keypad, the black cool one.
Do you think I should sell it or keep both? If sell, how much?
also, is this randomness or miscellaneous discussion=?
253
« on: November 28, 2010, 01:55:48 pm »
So, I'm starting a Farmville project in Axe, which will require a lot of effort and learn a few things such as: -AppVars; -Line and Rect( command; -Probably non-number-based menus. A few things it could have but I'm not interested in making: -Calculator<->Calculator connection; -Having two 'accounts' in the same calculator and a Highscore table. What I want to make: -About 10 vegetables choice to grow; -A timer (probably around 40,50,60 seconds for vegetables to grow); -30 'places' where user can plant things, and a pointer to choose one; -A title screen; -If I can, something that makes them grow up twice as fast. This is an Axe project that I already started, I'm drawing sprites for now Tell me what you think of the idea (no, I personally don't like Farmville...). Also, I made this thread so that I don't give up this project
254
« on: November 27, 2010, 11:53:25 am »
Well, when i get a private message, a javascript dialog box shows up saying "You have 1 message in your Inbox, open it in a new tab?" "Yes","No". I always go for "Yes", but no tab opens and I have to manually access Inbox. I'm using the latest version of Google Chrome (7.0.x.y.a.b.c.d) in Windows 7 64Bit. If this is a global error, it would be cool and I think, easy, to fix it
255
« on: November 27, 2010, 10:22:42 am »
Hello, I bought Kaspersky Internet Security 2011 a week ago, and I've been using Kaspersky Anti-Virus for a few years now.
However, I've heard about Microsoft Security Essentials being free and very good, anyone using it that recommends it?
Pages: 1 ... 15 16 [17] 18 19 20
|