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 - Thundermagnet
61
« on: November 09, 2011, 10:22:24 pm »
That is what he is looking for! I find it so interesting that people are sometimes on here just to debug other people's programs.
62
« on: November 09, 2011, 08:19:16 pm »
I have to get going on my homework, but the menu is almost done! I am very pleased with it. The Game that you are making might be a big hit!
63
« on: November 09, 2011, 07:57:28 pm »
I took a look at your code... Why don't you pull those lines inside your main loop to just before? It would definately increase speed.
64
« on: November 09, 2011, 07:43:18 pm »
True. What is your Hex code for the goomba? Blech, this would be a good time to know how arrays work.
65
« on: November 09, 2011, 07:38:12 pm »
Remember that bouncing ball animation I demonstrated to you on the bus? Would you like that on the menu's background? It is kind of bland right now.
66
« on: November 09, 2011, 07:22:35 pm »
Could you put all of the names of people who have helped here, so that I can put them in the about section? Or do you want to take care of it?
67
« on: November 09, 2011, 05:35:32 pm »
I would say I love you but that would be weird. Thank you sooooo much, this has fixed the problem. Before I posted: After I posted:
68
« on: November 09, 2011, 05:26:07 pm »
This menu is messed up! It is going to be for Saintrunner's Mario Shotgun, but it only displays a box that says: "Quit." I am attempting to make it like the menu in the game Tank. If someone feels like taking the time to fix this, please do! This is the menu: :"Play"=>Str901 :"About"=>Str902 :"Help"=>Str903 :"Quit"=>Str904 :4=>X :0=>V=>W :Fix 5 //Ignore the Vs and Ws! They are there so I can shift the whole thing around. :Line(V,W,V+21,W) :Line(V,W,V,W+8) :Line(V,W+8,V+21,W+8) :Line(V+21,W,V+21,W+8) :Text(V+2,W+1,Str901) :Repeat getKey(54) :If getKey(2) and X>1 :X-1=>X :sub(PT) :End :If getKey(3) and X<4 :X+1=>X :sub(PT) :End :DispGraph :End //End Main Loop :Lbl PT :If X=1 :Text(V+2,W+1,Str901) :End :If X=2 :Text(V+2,W+1,Str902) :End :If X=3 :Text(V+2,W+1,Str903) :End :If X=4 :Text(V+2,W+1,Str904) :End :Return That was fun to write. There is probably a way to do that faster.
69
« on: November 08, 2011, 08:54:23 pm »
Bleck. I was hoping it would be FL Studio.
70
« on: November 08, 2011, 08:49:20 pm »
Hi, DJ_O! I thank you for heading up this site. It is very helpful. Also, I create music, but I would like to know, what software do you use to make it? All of my songs need a little something.
71
« on: November 08, 2011, 07:07:33 pm »
I made mine in Paint... It illustrates my name.
72
« on: November 08, 2011, 06:53:46 pm »
That's him. He has been raving to me about Omnimaga for the past week. I tried getting on a few days ago, but "The Overseeing Eye" block it. I wish I could have used the name Thunderbolt. Now I have to go clear to the bottom of Formula to change the name. I also have to debug the entire thing, my archive got corrupted and now my menus are messed up.
73
« on: November 08, 2011, 06:43:03 pm »
I would guess so.
74
« on: November 08, 2011, 06:25:51 pm »
You should have it now. Don't explain Wombat. I see you almost every day and I still do not understand it.
75
« on: November 08, 2011, 06:23:53 pm »
I have around 10 large programs (over 9000) and 50 small ones. Everything from the last four years.
|