Bro can remember the first video u did 3 years ago!!!!!!!!!, Love your videos, keep it up :)
@westospheree Жыл бұрын
why i cant do the bullet to move.....i follow the step tho....
@iceigloopenguinplays84332 жыл бұрын
At 7:49 i follow what you did but when I click green flag the player chang y to a negative number and the ground did the same too can you help me with that
@trietpiano20543 жыл бұрын
I can’t wait for it!!!
@N64Mario2 жыл бұрын
Hey there. I was kind of following this tutorial because it looked interesting. But there was something I noticed. If you walk a bit, stop then hold fire button (space) for more than 5 seconds, the player eventually stops firing bullets. This has nothing to do with clone limits, as I've tested this by removing the bullets off screen early. So it seems to be effected by the player movement somehow? For example, if you stop firing bullets after more than 5 seconds, then walk/move for 1 frame, you can fire bullets again. However, this is not the case if you immediately fire at the start without moving left or right. Is this intended behavior to reload by moving the player, or a glitch somewhere in your script?
@xamuil22 жыл бұрын
Hmm. Thanks for noticing. I'll check it out.
@xamuil22 жыл бұрын
Ah,, I tihnk I know why now. It's because when the player is moving the x values are decimals, so the bullets are actually deleting themselves when cloned because of the position script that only works on integers. I'm pretty sure it is fixable by making the position block compare round x and round x position. I will include the fix in the next episode.
@yoru_0.03 жыл бұрын
This is gonna be a banger video i know it
@bapackmu02 жыл бұрын
Hello, im experiencing a problem with the animations of the player. when i tested the game defining the costumes, the player costume flickers from the hitbox costume to the idle costume. How can i fix this?
@DaRealAlex132 жыл бұрын
im at 8:10 and when i move my player the player is still anchored even though i put all the correct code in the ground sprite
@EphraimRose2 жыл бұрын
The same is happening for me.
@DaRealAlex132 жыл бұрын
@@EphraimRose ye i don’t know why
@emochi43772 жыл бұрын
When my character reaches the 480 mark it just moves the character back to x 0.
@dudeplayz21523 жыл бұрын
wow, awesome and useful tut!!
@inaayel9222 жыл бұрын
please help my collison isnt working and i can see some of the edge and the player is on the wrong layer
@ScratchLizard3 ай бұрын
for some reason my projectile wont animate. can you help me there?
@Tacky_I3 жыл бұрын
This by its self was really good, but I'm wondering if the second part is going to take as long as most of your other series.
@dragonhany1 Жыл бұрын
are all ur games 8 to 16bit or do u do 64bit as well
@dragonskull14472 жыл бұрын
I tried coding the part where The backgroud must recieve a tick boradcast from thewhen I recieve start boradcast for the scorlling to work, however it did not work, and remained like a ankor like you said, can you please tell me about this problem?
@d0rmy-tnt-2 жыл бұрын
underrated youtuber
@littlegamerx8782 жыл бұрын
help im trying to follow this but when i do the abs of x it dosent work it teleports me to the other side
@theonlydhruv78882 жыл бұрын
yes I have this problem too
@aguywhoplay63532 жыл бұрын
I know how to fix this simply remove the block with absolute value of scroll x > than 480 and the block it sets too. That should work tell me if it does not or if you're confused with the instructions.
@aguywhoplay63532 жыл бұрын
@@theonlydhruv7888 I know how to fix this simply remove the block with absolute value of scroll x > than 480 and the block it sets too. That should work tell me if it does not or if you're confused with the instructions.
@SK-hv3zn3 жыл бұрын
wen will part 2 come out
@dragonskull14472 жыл бұрын
what is the website where you got the sprite assests from?
@AniZone-k5k26 күн бұрын
I think this video is good but i can't sea the letters how can you sea ist
@the_bronies_clips2 жыл бұрын
Im gonna make this soon, once I finish the art assets, but im wondering if theres a way to add amo or a switchable weapons, if so id glady appreciate it.
@EphraimRose2 жыл бұрын
It didn't work for me even though I did everything exactly like in the video. It appears that my character is stuck at 0,0 and i cannot change it.
@Cedric-r8p3 ай бұрын
same for me he always gets tped back
@SquidOnPage Жыл бұрын
I tried but this isn’t working for some reason the ground fell
@robinbyr976 Жыл бұрын
to increase the speed of your character, in the position block on the player sprite put a multiplication at the X part and choose the speed !
@efraimthedrummer7 ай бұрын
Bro, where did you get your intro music?
@efraimthedrummer7 ай бұрын
Seriously pls i want to know
@mr.foxasmg2 жыл бұрын
for those who have their hitbox falling through the ground the repeat ur using may be the "repeat 10" and you need to get the "repeat until" command and not the repeat 10
@totalygamingtemplar Жыл бұрын
gandi does not have your asset pack
@totalygamingtemplar Жыл бұрын
i only use gandi for its many upsides
@doomprr2 жыл бұрын
fun fact: if you want to make the character more slippery, change the "0.7" in "set xv to (xv * 0.7)" to "0.9"! likewise, if you want less friction, make it "0.5"
@silverattalk44732 жыл бұрын
nice tutorial dude, it was helpful
@anishmadishetty72772 жыл бұрын
I was coding this project when I ran into a bug.. maybe on my part, missed a step. IDK but when I keep going to the right, your code works and it will prevent me from falling off. When I keep going to the left, I don't fall off. Instead, the x goes to the VERY far right at the other edge of the ground. I mean, the scrolling animation looks really cool when I'm doing it though. Can you help me fix this? Thanks.
@anishmadishetty72772 жыл бұрын
its as soon as I reach Player X = 700 on the left side. It will just immediatly teleport me. I was also thinking, couldnt you clone "ground" and place it at either edges of the original ground and make it go on infintely?
@anishmadishetty72772 жыл бұрын
I also encountered a problem where the same thing was happening when I limited the camera movement to 480. As soon as i hit -480, it would teleport me to positive 480. When I hit positive 480, instead of letting me keep going without the camera moving, i would just freeze and not be able to move left or right although the code was still running
@aomspencilbeanie2 жыл бұрын
my sprite for running left turns upside down how can I fix this?
@xamuil22 жыл бұрын
Set direction to side rotation.
@selltongd2 жыл бұрын
I love your Videos.
@ItismeCharmander3 жыл бұрын
Is tick variable sprite only or what?
@xamuil23 жыл бұрын
TICK is for all sprites.
@khangtheboi3 жыл бұрын
Yes, finally
@chaseperkins77142 жыл бұрын
I could not do it because it was not zoomed in
@theonlydhruv78882 жыл бұрын
AWesome and clear turtorial, I just could not see it very well. You're too zoomed out. and also the friction for player movement near the begining didn't really work, It still drifts to a side while moving. Is ther any way I can solve that
@xamuil22 жыл бұрын
Noted. Will start adding in some zooms to the tutorials. For friction, check if your are multiplying y velocity by itself and a number less than 1.
@theonlydhruv78882 жыл бұрын
@@xamuil2 thanks for replying, I don't see anywhere I have to. That may be because I stopped watching at 8:30.
@Kron1cc2 жыл бұрын
You need to do it slower bc i keep having to pause it
@WoodenNuke Жыл бұрын
I can’t see anything
@yosephdawson70452 жыл бұрын
Can I draw my own sprites?
@louie44562 жыл бұрын
Yes but make sure the bullet shoots out of where u want it to go
@jiecheng64932 жыл бұрын
i dont have a backpack hmm...
@3dcheesecake2 жыл бұрын
0:33 Ayo How You get so many messages??
@xamuil22 жыл бұрын
Oh, I haven't checked them in a while.
@3dcheesecake2 жыл бұрын
@@xamuil2 OH MY GOD YOU ACTUALLY REPLIED sry i'm a bit excited because nobody i comment to replied
@scnhappytunes18002 жыл бұрын
Could you please post the second video!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I really neeeeeeeed iiiiiitt
@xamuil22 жыл бұрын
Recording this weekend.
@scnhappytunes18002 жыл бұрын
@@xamuil2 THANK YOU!!!!!
@theonewhocodesalot91013 жыл бұрын
Yay
@programmingpanda99392 жыл бұрын
not working
@Deadmoon-mo1rk Жыл бұрын
I want to make a 2d GTA platformer, I know. *(cool idea)*
@bruhder34473 жыл бұрын
Lezgo
@programmingpanda99392 жыл бұрын
instead of shooting fireballs, my player shoot's it's own hitbox...
@ItismeCharmander3 жыл бұрын
DID YOU USE GIFFPATCH Idea for scrolling platform lol🤪
@xamuil23 жыл бұрын
Of course, his series are one of the first tutorials I ever watched to learn Scratch, and his methods are very smart and effective (amazing man).
@fikayundanilasari47646 ай бұрын
thats so small
@TheGameWard783 жыл бұрын
Is gameing
@Ricardo-su1nm2 жыл бұрын
Your video is very nice!! You definitely need to research P-R-O-M-O-S-M.