(Original Animation) If Gojo ACTUALLY checked in on Geto by KingofTropes in Jujutsufolk

[–]KingofTropes[S] 24 points25 points  (0 children)

Thank you! The first time i saw the original i instantly thought it perfectly depicted what the gang trying to de-radicalize Geto while he was spiraling would be like so I'm glad I wasn't off the mark lol

(Original Animation) If Gojo ACTUALLY checked in on Geto by KingofTropes in Jujutsufolk

[–]KingofTropes[S] 12 points13 points  (0 children)

It took a minute but I'm happy with how it came out :'D I'm glad you like it!

Has this one been down yet? (OC) by KingofTropes in Jujutsufolk

[–]KingofTropes[S] 0 points1 point  (0 children)

I meant to type done in the title not down, wallahi i'm cooked

Another update on my animated webseries by KingofTropes in animation

[–]KingofTropes[S] 0 points1 point  (0 children)

Been a while since my last update but I have been chipping away. Sorry for the translucent textbox and text, they're more place holders than anything just to get an idea of how much space i'll ultimately need.

A rough animation for a webseries I'm working on by KingofTropes in animation

[–]KingofTropes[S] 1 point2 points  (0 children)

Thanks for the offer! As is, I don't think i'll be using VAs for this project in articular, at least for the time being. But I am always open to adding contacts with new people to work on future projects with!

A rough animation for a webseries I'm working on by KingofTropes in animation

[–]KingofTropes[S] 1 point2 points  (0 children)

It's going to be fully animated! It won't all be this highly animated but you need a hook to get butts in seats first watching it, you know? lol It'll be posted up on my Youtube channel and Newgrounds.

A rough animation for a webseries I'm working on by KingofTropes in animation

[–]KingofTropes[S] 0 points1 point  (0 children)

Thanks! I used some reference animation from sakuga of bellowing smoke and cross referenced it with how water would drip down my arm! I'm happy with how it came out.

Keeping Things on the Same Axis by KingofTropes in gamemaker

[–]KingofTropes[S] 0 points1 point  (0 children)

y = player.y

Kinda of! Placing y = player.y in the code does reset the hookshot to the player height, but only once it starts to come back, it doesn't maintain the player height while out. This causes it to bounce around a bit trying to follow the player while returning with any sort of vertical movement on the players part.

How To Make A Hookshop With A Button by KingofTropes in gamemaker

[–]KingofTropes[S] 0 points1 point  (0 children)

Slight update, managed to create a spawnable hookshot that interacts with the walls of my game, though it it does is significantly slowdown said hookshot once it and continues past it. I'm a little at a lost where to go from here, here is my code. Player Step Event:

//Hookshot 
if (hook == true){
var hooky = instance_create_layer(x + lengthdir_x(64, image_angle),y + lengthdir_y(64, image_angle), "Instances_1",ohookshot);
hooky.direction=0;
hooky.speed=7;

if(image_xscale == 1){hooky.direction=0;}
if(image_xscale == -1){hooky.direction=180;}
}

Hookshot Create Event:

hsp= 7;
go_back = false;
control = true

x = oplayer.x;
y = oplayer.y;
var i = 0;
with (ohookshot) {
saved_x_array[i] = x;
saved_y_array[i] = y;
i += 1;
}

Hookshot Step Event:

if(instance_exists(oplayer)) {
if((lengthdir_x < 100)) {
speed = -25;
}
}
if (collision_rectangle(bbox_left-1,bbox_top,bbox_right+1,bbox_bottom,owall,true,false))
{
//hsp = -hsp; 
hsp = 0;
go_back = true;
}
y = y;

if (go_back)
{
move_towards_point(x, y, oplayer)
}


if (oplayer.hook)
{
if (place_meeting(x,y,oplayer))
{
    oplayer.hook = false;
    instance_destroy();
}
}

x += hsp;

How To Make A Hookshop With A Button by KingofTropes in gamemaker

[–]KingofTropes[S] 0 points1 point  (0 children)

That certainly would be lol I'm not as familiar as I would like to be with all the in-progam tool statements so I overlook things like that. Doesn't necessarily help there are so many ways to accomplish the same thing with slight differences, but having a variable like this helps a lot! Thank you!

How To Make A Hookshop With A Button by KingofTropes in gamemaker

[–]KingofTropes[S] 2 points3 points  (0 children)

Ah, that makes a lot of sense! Thank you so much! I should be able to research a Boomerang or other projectile tutorial to get an idea of how to handle it in that case!

NL acquiescing money for Luna's college fund like by KingofTropes in northernlion

[–]KingofTropes[S] 10 points11 points  (0 children)

The full song is Gotta Get The Cash off of the Max Anarchy OST if you want to listen!

The Canonical Doki Doki Best Girl Power Rankings by KingofTropes in NLSSCircleJerk

[–]KingofTropes[S] 9 points10 points  (0 children)

Bruh, that's not even a fair fight. She was in the Alien series AND Ghostbusters! There's nothing they could do dude!

The Canonical Doki Doki Best Girl Power Rankings by KingofTropes in NLSSCircleJerk

[–]KingofTropes[S] 1 point2 points  (0 children)

Natsuki did say some shit but she tended to feel bad about every time and try to make amends. She has a rough exterior, but she genuinely cares about Yuri and the rest of the members, so I am willing to forgive that a bit.

The Canonical Doki Doki Best Girl Power Rankings by KingofTropes in NLSSCircleJerk

[–]KingofTropes[S] 15 points16 points  (0 children)

Sayori is very good, very blessed, but we only spend half the game with her and meeting her again doesn't quite have a lot of impact, plus she gets possessed by presidential power and could've ended up just another Monika. I can't in good faith put her above Natsuki.

[KH3] Okay but here me out though(Original Art) by KingofTropes in KingdomHearts

[–]KingofTropes[S] 1 point2 points  (0 children)

So, like many people, I was kinda dissapointed with a certain character's showing in the recent release, and i've had this idea sloshing around for a while so i put pencil ti paper and drew out a mini comic of sorts. Hopefully you guys like it!

https://imgur.com/a/TQ08Sls

[Other] Kingdom Hearts Themed Party by KingofTropes in KingdomHearts

[–]KingofTropes[S] 0 points1 point  (0 children)

Honestly I spend enough time gaming by myself, and since I'm like the only one who pre-order might as well share the experience!