The 3D Tunnel - A RokCoder Scratch Tutorial

  Рет қаралды 25,674

RokCoder

RokCoder

Күн бұрын

Пікірлер: 72
@zakahmed256
@zakahmed256 3 жыл бұрын
Someone who used this tutorial got their project on the front page. Keep up the great work!
@alexistang9455
@alexistang9455 4 жыл бұрын
im saying this since i think you deserve more subscribers.
@alexistang9455
@alexistang9455 4 жыл бұрын
when my friend told me about you and showed me one of your projects i thought you had 662k subs but when i saw you only had 513 i thught you deserved much more
@Bumble._.Jellybottom
@Bumble._.Jellybottom Жыл бұрын
what a specific amount of scubscribers to think someone has
@alexistang9455
@alexistang9455 4 жыл бұрын
just keep doing what your doing
@probablysomeoneimportant5755
@probablysomeoneimportant5755 4 жыл бұрын
Why does this guy not have that many subscribers this is illegal
@DragonKnight300
@DragonKnight300 4 жыл бұрын
wow! this really worked! this was awesome!
@rehnumanaureen2654
@rehnumanaureen2654 4 жыл бұрын
Nice project I will give you a GOLDEN A+
@sierragutenberg
@sierragutenberg 3 жыл бұрын
Nice!
@СергейДмитриевич-р7ч
@СергейДмитриевич-р7ч 4 жыл бұрын
All your projects are just amazing!
@DavidGreatMod
@DavidGreatMod 2 жыл бұрын
Thats a very large code to make a cool thing
@jacobabel3813
@jacobabel3813 2 жыл бұрын
Thank you so much this is very good. It's one of the only tutorials that have ever worked out for me.
@Dummio-yp6wn
@Dummio-yp6wn 6 ай бұрын
So underrated
@avirocks333
@avirocks333 4 жыл бұрын
Amazing, Also Very satisfieing
@stinkieditz
@stinkieditz 4 жыл бұрын
your projects are amazing!!!!!!
@RaveendraReddyMerugu
@RaveendraReddyMerugu 3 жыл бұрын
Good luck reaching 1000k subs
@RaveendraReddyMerugu
@RaveendraReddyMerugu 3 жыл бұрын
i'll help you by giving u sugestions like a 3D rpg engine [first person camera] with enemies using pen extension and i'll sub to you'r channel. you will get more than 1000k subscribers
@CommanderCodyCC
@CommanderCodyCC 4 жыл бұрын
Very helpful for my new project! it boosted the number of likes and fav immediately! don't worry i gave you credit :D
@FMT-lm4my
@FMT-lm4my 4 жыл бұрын
Super cool! And also really helpfull
@satorugojo9221
@satorugojo9221 4 жыл бұрын
This was soo helpful thanks a lot you're the best.
@SK-hv3zn
@SK-hv3zn 2 жыл бұрын
you are soo clever
@Mutantmikan
@Mutantmikan 2 жыл бұрын
pls add part 2 with obstacles
@stinkieditz
@stinkieditz 4 жыл бұрын
this is soooooooooooooooooooooooooooooooo cooooooooooooooooooooooooll!!!!!!!!!!
@OOJMi_Tutor
@OOJMi_Tutor 2 жыл бұрын
Youre a very good coder, 👍 its sad that you dont have a very lot of subscribers☹️
@alexistang9455
@alexistang9455 4 жыл бұрын
and the cumputer to.there are some times when the screen goes green and the numbers are blurry.
@Juni-Woonie
@Juni-Woonie 4 жыл бұрын
rok coder "we will be doing some beautiful trigonometry" Me *scared noises*
@happyadventures3674
@happyadventures3674 4 жыл бұрын
HA!HA!
@mikeyonthedrums
@mikeyonthedrums 3 жыл бұрын
you didn’t put ‘run without screen refresh’ in the ‘initialize variables’ block
@RokCoder
@RokCoder 3 жыл бұрын
You could set that if you want to but you wouldn't get any benefit from it as that custom block doesn't contain any loops so it'll run in a single pass anyway
@mikeyonthedrums
@mikeyonthedrums 3 жыл бұрын
@@RokCoder Oh ok
@mikeyonthedrums
@mikeyonthedrums 3 жыл бұрын
why did you set index to zero
@sierragutenberg
@sierragutenberg 3 жыл бұрын
Griffpatch?
@JayaBajpai
@JayaBajpai 4 жыл бұрын
please shere any pen animation for kids 7 years old please and give name how to make 3d pen animation please
@glizzer4039
@glizzer4039 3 жыл бұрын
nice
@Jinavpero
@Jinavpero 3 жыл бұрын
op project
@chromosundrift
@chromosundrift 4 жыл бұрын
Nice one! So is the maximum brightness 100 or 150?
@RokCoder
@RokCoder 4 жыл бұрын
For pen it is between 0 and 100. Anything less than 0 gives the same brightness as 0 and anything greater than 100 the same brightness as 100. In the project we're drawing enough rings to fill the screen even if the centre of the tunnel is at the corner of the screen. This means that when the centre of the tunnel is at the centre of the screen, quite a few rings are off-screen. Because of this I use a scale up to 150 for my brightness to ensure we're reaching full brightness before we get to the final ring (which might not even be on the screen). Hope that makes sense?
@chromosundrift
@chromosundrift 4 жыл бұрын
​@@RokCoder thanks for the clarification, definitely makes sense. Effective brightness is clamped within 0-100 and you wanted a margin for nominal brightness for the closest rings because they're possibly off-screen. Can I also say, your skill with Scratch is admirable, I expect the result of much persistence. I find it incredibly awkward myself, something like building a ship in a bottle.
@incorrectgaminguniverse830
@incorrectgaminguniverse830 3 жыл бұрын
Please help Rokcoder I have checked and checked again and I saw nothing wrong with the script
@RokCoder
@RokCoder 3 жыл бұрын
In "draw tunnel" index should start at one and not zero. That's not the main problem but it's worth noting because lists start at item #1 and not item #0. The main issue is in "draw ring at ...". There are four places where you've used "(value + radius) * trigFunc" and it should be "value + (radius * trigFunc)".
@giedriusnarakas5943
@giedriusnarakas5943 Жыл бұрын
when i got to the part where we use lists my project broke
@alexistang9455
@alexistang9455 4 жыл бұрын
read from bottom to top
@onemaxtermus
@onemaxtermus 2 жыл бұрын
This tutorial looks good, but couldn't you achieve the same result using expanding colorful cricles, with the change size block?
@onemaxtermus
@onemaxtermus 2 жыл бұрын
I see how you do it, thing is, this is not 3D.
@sierragutenberg
@sierragutenberg 3 жыл бұрын
47:41 It's called false.
@mrsanti555
@mrsanti555 3 жыл бұрын
hey my code is not working it is not changing color
@RokCoder
@RokCoder 3 жыл бұрын
Without seeing the script I'd just be guessing. I would thoroughly recommend going back through the colour code in the video though. It's likely to be only a small mistake that you've made.
@mrsanti555
@mrsanti555 3 жыл бұрын
@@RokCoder sure
@alexistang9455
@alexistang9455 4 жыл бұрын
and try games.there are alot of people who like things like this and some who like games.if you dont know where to start like me with animations(im much better at games) you culd yous a engine or tutorial
@elrichal076
@elrichal076 4 жыл бұрын
Ho good
@Melontvreal
@Melontvreal 2 жыл бұрын
you soundd like griffpatch
@aclocle8761
@aclocle8761 3 жыл бұрын
i can't make
@alexistang9455
@alexistang9455 4 жыл бұрын
carter sharer a famouse youtuber who has 7,000,000 subscribers started his first 2 years with 10 to 40
@UwUDaniUwU
@UwUDaniUwU 3 жыл бұрын
Help I'm trapped in the mcdonald's play place
@tigershelf
@tigershelf 2 жыл бұрын
Hey i know this is old but, why does your voice sound like your sick?
@mathewmavelithundil809
@mathewmavelithundil809 3 жыл бұрын
Fastest typer ever
@katyayani5723
@katyayani5723 4 жыл бұрын
200th suscriber
@alexistang9455
@alexistang9455 4 жыл бұрын
SB737 1,000,000 .7 subscribers was all about minecraft and tried try not to lagh chalenges and they were horribal
@avirocks333
@avirocks333 4 жыл бұрын
hi sir.
@alexistang9455
@alexistang9455 4 жыл бұрын
your profile is good but it might be the problem.
@arungeorge2067
@arungeorge2067 3 жыл бұрын
hi my name is ethan can you teach me scratch
@hahayesjenshinimpact
@hahayesjenshinimpact 4 жыл бұрын
this video almost 1 hour
@rehnumanaureen2654
@rehnumanaureen2654 4 жыл бұрын
1.900000000000000000000000000000000000000000000000000000x Thank you
@alexistang9455
@alexistang9455 4 жыл бұрын
i mean mr beast was alitlebit
@alexistang9455
@alexistang9455 4 жыл бұрын
and stay in coding
@刘启汇
@刘启汇 3 жыл бұрын
So confusing!!!!!!!!!!
@alexistang9455
@alexistang9455 4 жыл бұрын
and mr beast 44,000,000 started of alile worse than you
3D Space Flight - A RokCoder Scratch Tutorial
35:02
RokCoder
Рет қаралды 22 М.
Fireworks - a RokCoder Scratch tutorial (part 2)
16:51
RokCoder
Рет қаралды 3 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 7 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 6 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 3,9 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
I made this 3D game with ONLY code
9:06
Carter Semrad
Рет қаралды 443 М.
I made a triangle! - SM64 in Scratch part 1
17:58
Randmguy
Рет қаралды 408 М.
How To Make Agar.io On Scratch | Scratch Tutorial
34:03
Coding With Chris
Рет қаралды 68 М.
Unbelievable Scratch Projects!
7:05
Donutask
Рет қаралды 74 М.
Simple Maze Generation | Scratch Tutorial
25:29
griffpatch
Рет қаралды 1,1 МЛН
Fireworks - a RokCoder Scratch tutorial (part 1)
14:05
RokCoder
Рет қаралды 7 М.
How to make another 3D effect on scratch!
15:36
doooоoolphin
Рет қаралды 27 М.
Spaceship Lander - A RokCoder Scratch Tutorial
23:02
RokCoder
Рет қаралды 2,3 М.
AMAZING HEALTH BARS in Scratch - Easy Scratch Tutorial
27:18
griffpatch
Рет қаралды 1 МЛН
Minecraft But On Scratch
7:23
Irrelevant
Рет қаралды 526 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 7 МЛН