This guy is a amazing... not only he teaches, but he does it in a way that it's so relaxing. He makes it actually enjoyable and confortable to learn.
@Draug08 жыл бұрын
I set Scaler to (Random(80) + 20) * 0.01, because some of the drops were too small and would not collide with the backdrop. Also I have my frame size set to 1136 X 640, so I set the Raindrop X position to Random(1206) - 70 so that there's not a gap in the rain in the bottom left corner.
@andyspartyfund7 жыл бұрын
Thanks for this. I noticed that all the raindrops being created were not destroyed.
@interghost6 жыл бұрын
I had to play around with these numbers as the rain came through the backdrops too. Couldn't get it perfect but near enough!
@TimothyRMorris5 жыл бұрын
I needed snow for an ice level, and used this tutorial (The snow looks amazing) Thanks!
@andrewsmail83078 жыл бұрын
Nice video. Metathronos, you can make the object Not Follow the Frame; this way you can still scroll around your level with that damn fine looking, persistent rain. -- You could also lessen the start Y val to a minus number, that way rain will fall on the far left of the screen too. Thanks for uploading.
@randomdude90824 жыл бұрын
You can disable Fine Detection to save performance if using this.
@1992windy8 жыл бұрын
Hi, there. Your tutorials are always make me surprised. Great Job!
@veronancyy4 жыл бұрын
You could also make the slash the disappearing animation.
@Metathronos8 жыл бұрын
if for instance the frames size is 5000 wide (say, as if i am in a village and need to walk through it), the amount of objects gets too high and it starts creating memory issues, is there any workaround for this?
@almightyzentaco8 жыл бұрын
only spawn rain near the view screen instead of on the entire frame.
@Metathronos8 жыл бұрын
is raindrop getting close to the window's edge?or test position of raindrop, if it's outside of the play area, destroy?
@Metathronos8 жыл бұрын
Got it. it has to be: raindrop is out of the play area ---> destroy, but the raindrop has to be created inside the playarea. so i repositioned it at 1 on x and y
@Metathronos8 жыл бұрын
great tutorial by the way. subscribed now
@steves67622 жыл бұрын
Couldn't you just do the splash animation inside the raindrop object as the "Disappearing" animation to save time and limit the number of events?
@santiagorodriguez25878 жыл бұрын
Oh, man, thanks a lot! your videos are very helpful :'D
@theotherside61027 жыл бұрын
i have an issue with the rain my game uses 1920 resolution for HD and when i use the rain even with follow the frame off the rain does not follow my frame I'm using the smooth scrolling camera
@theotherside61027 жыл бұрын
I extended it into my level on xrandom and then i made the object stop raining and destroy all then start again nice video thank you
@Bubblej00282 жыл бұрын
Love this video! ❤
@DamyonsMusicHut8 жыл бұрын
set particles on top of frame, set particle direction to down. when particle touches player delete particle
@highrisonstudio89964 жыл бұрын
After some time, my rain drops simply stop being created. What could be the issue?
@holidayturnpike4 жыл бұрын
great tutorial
@mikeyoung98107 жыл бұрын
fyi: behaviors don't work in the free edition and they are used in this tutorial.
@Disthron8 жыл бұрын
This was a pretty good tutorial.
@NekkidFlame8 жыл бұрын
This is awesome! Thank you :D
@sonekosani48308 жыл бұрын
Hello, whenever I tried to go underground the rain will flow thru the obstacle. how to fix this. please help
@ClimaxUke8 жыл бұрын
Thank you so much, it's realy a good tutorial !
@justhuman9827 жыл бұрын
Very nice! Thanks!
@ABlob6 жыл бұрын
Seems like your rain object counter constantly increases over time until no more rain can be spawned...
@maxkalvesmaki1978 жыл бұрын
Awesome videos!
@keletonGaming8 жыл бұрын
Have you made a video on how to make a player and/or a moving NPC? I somehow can`t find any tutorials for it.
@almightyzentaco8 жыл бұрын
I have a bunch of platform movement tutorials. check out my videos
@keletonGaming8 жыл бұрын
+almightyzentaco Do you have one about making the player move with WASD keys? If you do, please link.
@flawed82288 жыл бұрын
Matthew Reyes you can set the default movement keys in the application settings.
@lordxtheth26348 жыл бұрын
I have a game concept where I need to make a stationary particle trail behind something. could you give me a little bit of input?
@almightyzentaco8 жыл бұрын
Lord Xtheth every 5 milliseconds create the particle at the object x,y. Always shrink the particle and make it increasingly smaller and transparent. destroy it when fully transparent
@lordxtheth26348 жыл бұрын
Thanks. This is going to be the first game I make. I'm thinking of recording the whole process and letting people who support it have the recording.
@JakariaYT8 жыл бұрын
You could better use the bouncy ball movement and whenever it is created set the speed to rrandom(minspeed,maxspeed)
@Rusla847 жыл бұрын
hi! i'm trying push NEW Behaviors, but it's not work(( button is not work, why?
@almightyzentaco7 жыл бұрын
Seems weird. Did you figure this out?
@Rusla847 жыл бұрын
i'm use trial version CTF. Maybe that's why? Sorry for my English
@phionix12358 жыл бұрын
Really thanks!!. I made a video for you. I hope you see it !, keep it up!
@audoggytale47675 жыл бұрын
Круто Cool 10/10
@funtimehelpy53817 жыл бұрын
or just use a gif and randomize the frames...
@deathwingfillxer69908 жыл бұрын
How to make a movie of game.
@almightyzentaco8 жыл бұрын
+Deathwing Fillxer I record games with fraps and I edit my videos in Sony Movie Studio. I hope that helps.