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 - saintrunner
16
« on: December 31, 2011, 03:07:20 pm »
You could say I'm egotistical, but really I'm just super excited about how these pics turned out! So I made these pics for nxtboyIII for one of his games. It's two sprites of a Star Wars Clone facing left and right! After about 20 minutes of zooming in and out on mspaint,this is what I got! I think it looks really good let me know what you think!
17
« on: December 29, 2011, 05:44:39 pm »
So I'm adding this poll cause...well I can't decide.
I like having the controls as left shoot is the 2nd button and Mode is the right shoot, I think this offers bohe challenge and simplicity. But just using second and a direction variable might be good too?
What do you all think?
Please vote only if you've played it, and if you haven't but you would like to try there is a demo a ways above.
Thanks for the feedback Saint
18
« on: December 23, 2011, 02:15:55 pm »
So, I decided it takes too long to draw all the lines in a program to be displayed, so I just made it as a pic OUTSIDE of the program...it's stored as pic0 but how do I now put it into my code so It is displayed?
19
« on: December 17, 2011, 11:36:10 pm »
Just wondering...would it be pointless to have a axe/BASIC reader for the ti84+? I was wondering if I should even take the time to look into throwing one of those together....I wouldn't be hard.....It would just take up a lot of space, and copy/paste time Also depends on how many people want to read a book from a bulky calc lol
20
« on: December 17, 2011, 12:40:07 pm »
HA HA! learning Java makes me go back to when I was learning axe, and basic...I feel like a noob! Anyways, this is the very first thing I did with java...ever.....yep at least I got some of the text down!
21
« on: December 16, 2011, 09:32:11 pm »
So I'm trying to start learning Java, But I know I need a few this first like a JDK and stuff. Any Java people out there who can direct me to where I can download files for Java? And What exactly do I need to get started?
22
« on: December 14, 2011, 09:10:00 pm »
Hey guys! I just finished my first ep 'MariahMcSkizzly' (Named after a friend) genre:techno-ish lol Go check it out at http://jonnyk.bandcamp.com/
23
« on: December 11, 2011, 12:12:47 am »
so I want to put in a background for my menu, but I don't know how to make one design one or anything. In axe please thanks
24
« on: December 06, 2011, 08:36:19 pm »
I know a lot of axe/BASIC, but very little of assembly, but I do want to learn it. Can anybody direct me to a good beginners manual or tutorial on learning the Assembly Language? Thanks so much guys
25
« on: December 05, 2011, 09:59:28 pm »
This is a game I've been working on in silence, but when annoyingcalc asked for a screenie, it came time to show it. It's still in the REALLY early stage! so no critics yet please Basically its a shooting/rpg/puzzle/plat former styled game, and I plan to make it MASSIVELY large! and no it won't be released anytime soon like my last three games (Wow those came quick) because I want this one to be awesome!
(screenie won't upload, so It will come soon)
26
« on: November 30, 2011, 06:12:57 pm »
So I'm working on a game, and I want to have bullets. I used bullets in Mario shotgun, but I want to do a better job of it this time, but I don't really know how. Any way I posted my source code below and I'd really appreciate any help with showing me where to put in a 'bullet' code, and what it should look like I already have the sprites for the bullets (picBL->bullet to the left) (picBR->to the right) :.SEEKER :DiagnosticOff :[1824183CDB182466]→Pic1M :[0000000707000000]→Pic1BR :[000000C0C0000000]→Pic1BL :2→X→A:50→Y→B:0→J :ClrDraw :Line(0,63,95,63) :Line(0,0,95,0) :Line(0,0,0,63) :Line(95,0,95,63) :Lbl 1 :Repeat getKey(15) :¦ If getKey(2) and (X≠1) :¦ X-1→X :End :If getKey(3) and (X+8≠95) :X+1→X :End :If getKey(4) and (pxl-Test(X,Y+8) :15→J :End :If (J>0) :Y-1→Y :J-1→J :End :If (pxl-Test(X,Y+8)=0) and (pxl-Test(X+7,Y+8)=0) and (J=0) :Y+1→Y :End :Pause 25 :Pt-Change(X,Y,Pic1M) :DispGraph :Pt-Change(X,Y,Pic1M) :End
27
« on: November 28, 2011, 03:19:25 pm »
ZOOMhttp://www.omnimaga.org/index.php?action=downloads;sa=view;down=749Everyone can drive! But not everyone can drive while avoiding randomly appearing spiked boxes! Spend hours avoiding boxes, and sharpening your driving skills (not really)! :w00T: (Also this used to be called Fade, but the name didn't match ) Oh keep your eyes peeled, as a level editor is ON THE WAY!
29
« on: November 25, 2011, 09:33:44 pm »
I'm just saying, I love cheap prices for awesome games! And as I was one of those people that jumped at the 5 dollar (US) and 10 Portal games, Here's to wasting (not really it's well worth it!) countless hours to Portal!! Happy Gaming
30
« on: November 24, 2011, 10:44:31 pm »
Sorry if this is in the wrong section! ANYWAYS! So I'm completely bored and I was wondering (to all those people who have played the rpg's on this site or ticalc) which Rpg is the best? I need something to play! Any suggestions? edit: that is a ti84+ calc rpg
|