Show Posts

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 - ShutUpNerd

Pages: [1] 2
1
User-Made Creations / Christmas deliveries
« on: January 20, 2016, 11:10:02 AM »
Hey, this is a christmas themed game I made

https://www.mediafire.com/download/vsuj5f7aa6p7jny/Christmas+Deliveries.zip

It's a bit late but check it out anyways, I put a lot of effort into it

2
Unfinished / Incomplete / I wanna become king
« on: July 02, 2015, 11:10:03 AM »
https://www.mediafire.com/download/5g0h677b19z42an/Iwbk.zip

it's sorta done but not complete, it's missing a boss though and doesn't have all the hype sound effects and half of the game has no music
please report any inconveniences that may occur to my twitch (gaywizard609) 


i should also mention that the game has not been tested by other people

3
Game Design / Re: YoSniper's Fangame Contest 2015 *NOW ACCEPTING*
« on: July 01, 2015, 08:32:06 PM »
sent




4
Game Design / Re: YoSniper's Fangame Contest 2015 *READY SET GO!*
« on: March 03, 2015, 08:44:46 AM »
i'd like to join in as a participant

i was in last year as well with my gay wizard entry

5
Gameplay & Discussion / Re: What's Your Progress?
« on: January 09, 2015, 04:00:40 PM »
just 10k deaths on the screen np




never again


6
Programming Questions / Re: Upwards moving solid block
« on: January 04, 2015, 01:27:30 PM »
if you get the newest version of yuuutu (2.1)
there is an object called LiftBlock
i think maybe that's the kind of thing you are looking for.
thanks, but the case has been solved, i managed to make an object that mimics a solid block but has the riseBlock parent




7
Programming Questions / Re: Upwards moving solid block
« on: January 03, 2015, 10:11:26 PM »
Quote
While I don't recommend using solid objects at all in Game Maker, I think the best approach is to set the player's y coordinate upon colliding with the player, i.e. something like:

Code: [Select]
if place_meeting(x, y-1, player) {
    player.y = y - 8;
}

Note that this is not complete nor foolproof code. Again, I don't recommend using solid objects, but this might get you on the right track.

alright, so i started making this object a non solid one, everything mostly works except when the platform goes upwards the kid kinda spazzes and when i try to jump off it it only gives me one jump

i have this in the step event

Code: [Select]
with(player){
if(place_meeting(x,y+vspeed,thwomps))
{
if y < other.y

{
    y = other.y-9;
    vspeed = other.vspeed;
 
 
  onPlatform = 1;
  djump = true;
}

if  y > other.y{move_contact_all(90,abs(vspeed));vspeed=0}
}
}

note that those variables are from yuutu engine

8
Programming Questions / Upwards moving solid block
« on: January 03, 2015, 06:00:03 PM »
So I wanted to make a solid block that would move upwards and also be able to carry the player upwards like a platform
Because of the way gamemaker treats solid objects this has proven extremely difficult to do, and I honestly cannot think of anything I haven't tried yet.

Does anybody know how this could be done?

9
User-Made Creations / I wanna deliver a letter
« on: December 23, 2014, 01:42:31 PM »
Wanna play a fangame?
Wanna get into christmas spirit?

By playing I wanna deliver a letter, you can achieve both!

It's a cool christmas themed needle(?) game with 15(?) screens! Have fun!

10
Video Discussion / Re: LOL
« on: October 22, 2014, 11:46:20 AM »
:Kreygasm: :Kreygasm: :Kreygasm:

11
Unfinished / Incomplete / Re: I wanna be the gay wizard
« on: July 19, 2014, 03:10:56 PM »
updated

pretty much nothing about the previous stages changed, but i did balance the newer stagees a bit from yesterday

make sure you go through the readme before playing

12
Gameplay & Discussion / Re: Your worst fail in a fangame
« on: July 15, 2014, 09:33:02 PM »


This is something that actually happened to a human being. Me, to be specific.

holy shit

13
Unfinished / Incomplete / Re: I Wanna Be The Third Try
« on: June 24, 2014, 02:04:43 PM »
might wanna rethink the kid sprite or the background on the 1st stage, there are parts where the kid completely blends with the background

14
Gameplay & Discussion / Re: What's Your Progress?
« on: June 18, 2014, 09:44:42 AM »


2 hours, 4 miku attempts

15
Meet and Greet! / The gay wizard
« on: June 17, 2014, 06:34:06 PM »
Hey

Now that I've gotten more into this community and game making, I've decided to introduce myself

I am a 20 year old guy who got into fangames around march this month. I've been playing semi actively and I'm working on a game called I wanna be the gay wizard.

I'm also going to be streaming this summer, starting probably tomorrow. Oh, and the twitch user ShutUppNerd has ascended to wizardhood, thus becoming GayWizard609, so that is the account I'll be streaming with.

(click to show/hide)


Pages: [1] 2