On every single tutorial I go on, the related links displays the maintain eye contact video. Please for the sake of my learning youtube, take it down lol. Thumbnail is too distracting.
No one forces you to use this. It just makes it easier. Imagine having 100 files that uses the x variable, and there's also lots of numbers, including 23, that is not supposed to be changed.
For instance if you write I am 23 years old, you don't want to change that to 32.
@Bladestorm687 This is JavaScript for websites, if you do not notice the HTML captions. JavaScript in Unity3D is different. Search it up. It's not the same language.
@Bladestorm687 explain how you did? You probably went googling or youtubing "how to make a cam move" cuz your obviously trying to make program in a game engine on a tutorial trying to show you the javascript for websites. It's a different JavaScript.
Lol you didnt say X 4:20
haha :)
EpicMultiFailure 5 days ago
On every single tutorial I go on, the related links displays the maintain eye contact video. Please for the sake of my learning youtube, take it down lol. Thumbnail is too distracting.
TheElectricEchoes 6 days ago
This is sort of like c++ right? Ive seen his c++ videos, and they have many similarities :S
broadude 1 week ago
This has been flagged as spam show
Dam I'm glad u explained this I kind of wasted money on a Java script book and subscribed to you for years.
EMR80 3 weeks ago
Dam I'm glad u explained this I kind of wasted money on a Java script book and subscribed to you for years.
EMR80 3 weeks ago
I didn't know but I had Algebra in 1st grade in U.S.A
1 Apple + 1 Apple = 2 Apples
1x + 1x = 2x
3 Apples - _____ = 2 Apples
3x - n = 2x
n = 1x
RebornXSoldier 3 weeks ago 2
Bucky knowledge: Asian.
xXxDiukexXx 2 months ago
You'r the best tutorial maker on YouTube !! You explain in a way everyone understands!
Good Job!! (Y)
Gjermundn0r 2 months ago
best javascript tutorial i've seen so far, thanks for the help!
SamyAdel9 3 months ago
This has been flagged as spam show
No, you don't have to use the semicolons. The semicolons are optional according to the javascript standard
leoyt123 3 months ago
ctrl+f replace and 23 to 32 :S is that hard? :S
CoolDutchProductions 3 months ago in playlist Beginner JavaScript Tutorials Playlist
@CoolDutchProductions and if you have multiple variables with a value of 23?? -.-
CrazyShooter199 2 months ago in playlist Beginner JavaScript Tutorials Playlist
@CrazyShooter199 what do you mean?
CoolDutchProductions 2 months ago
@CoolDutchProductions if x=23, and y=23, but you only want to change x and not y.... find and replace function won't work -.-
CrazyShooter199 2 months ago
@CrazyShooter199 but at this moment its faster ;)
CoolDutchProductions 2 months ago
@CoolDutchProductions
No one forces you to use this. It just makes it easier. Imagine having 100 files that uses the x variable, and there's also lots of numbers, including 23, that is not supposed to be changed.
For instance if you write I am 23 years old, you don't want to change that to 32.
xXZarlachXx 2 months ago in playlist Beginner JavaScript Tutorials Playlist
@xXZarlachXx im talking about this moment :D
CoolDutchProductions 2 months ago
@CoolDutchProductions Well, it is better to get used to this in the first place.
xXZarlachXx 2 months ago
Comment removed
joshanator1 7 months ago
The reason why it's called an assignment operator is because the VALUE on the right
side get's ASSIGNED to the variable on the left. NOT the other way around. Just trying to help! : )
So in other words, x does NOT equal 23, rather 23 is ASSIGNED to x.
joshanator1 7 months ago 2
Comment removed
joshanator1 7 months ago
hey dude can i use this script in bluej
TheShreyas10 7 months ago in playlist Beginner JavaScript - newboston
@TheShreyas10 Dude, java != javascript.
dawgalexify 4 months ago 4
Ha, at about 5:50, another reason the variable didnt work is that you declared "6bucky", but tried to write variable "bucky".. Great tutorials
mattwhitfield314 8 months ago 3
thanx again..................... nice videos.
haider079 8 months ago
thanx ..................... nice videos.
haider079 8 months ago
This has been flagged as spam show
best tutorials on youtube
bdemba16 9 months ago
smokin a bowl to thenewbost. #yeaah
lresearchg08 9 months ago
you must play minecraft a lot.
powhawkins 10 months ago
actually, you CAN use dollar signs.
dominicyordz 10 months ago
@dominicyordz your thinking about PHP, you can't in javascript
infostations 9 months ago
@infostations you can use dollar signs in JavaScript. why don't you try something like...
var $hello = 'hello, I am using dollar signs!';
alert($hello);
see what happens.
dominicyordz 9 months ago
dont give up bucky! ur a great tutorialerer! guy!
FaceSTAB411 11 months ago
var x = dislikes
document.write(x + " doesn't see the fun in programming")
jakkesbf 11 months ago 4
Thumbs up if your watching all his videos because you needed a programing language to write scripts in a game engine like Unity3D.
Bladestorm687 11 months ago
@Bladestorm687 i thumbs down because this has nothing to do with Unity JavaScript
Sikeman214 11 months ago
@Sikeman214 Yes it does, you learn how to script and put it in objects.
Bladestorm687 11 months ago
@Bladestorm687 This is JavaScript for websites, if you do not notice the HTML captions. JavaScript in Unity3D is different. Search it up. It's not the same language.
Sikeman214 11 months ago
@Sikeman214 Then explain how i made WASD movement for the main cam?
(Not whole script (not enough space))
var speed : float = 6.0;
var jumpSpeed : float = 8.0;
var gravity : float = 20.0;
private var moveDirection : Vector3 = Vector3.zero;
function Update() { var controller : CharacterController = GetComponent(CharacterController); if (controller.isGrounded) { moveDirection = Vector3(Input.GetAxis("Horizontal"), 0, Input.GetAxis("Vertical")); ETC...
ETC...ETC...
Bladestorm687 11 months ago
@Bladestorm687 explain how you did? You probably went googling or youtubing "how to make a cam move" cuz your obviously trying to make program in a game engine on a tutorial trying to show you the javascript for websites. It's a different JavaScript.
Sikeman214 11 months ago
i'm loving these tutorials!!!!
Doubtfire95 11 months ago
5:45 funny he didn't change the variable in document.write and he refreshed the web page to show us that it doesn't work.
but I believe him :)
NiceVidYouGot 11 months ago 4
who want a pro logos design tutorials using illustrator?
click like to make Bucky know this ;)
mham3d 11 months ago 2
bucky can u suggest me something so i could go further than this basics again,
i went through all ur earlier javascript videos !
nithin2c 11 months ago
if you use the bgcolor="bacon" its a nice green :)
MrPitbull917 11 months ago 35
You had algebra in 5th grade? Did you live in China or something?
PotadoTomado 11 months ago 69
@PotadoTomado what are u talking about? we had algebra in 4th grade, not just advanced, but all the levels of math
Sikeman214 11 months ago
@Sikeman214 Well that shows where Canada's education system is...
PotadoTomado 11 months ago
@PotadoTomado i had algebra in 5th grade and im in US
Awkwardfilms101 8 months ago
@PotadoTomado I did and I live in Canada...
jr5000pwp 6 months ago
@PotadoTomado no, but in russia you learn it in like 3rd grade
CrazyShooter199 3 months ago
@PotadoTomado i also had algebra in the 5th grade
MrSantiago485 2 months ago
@PotadoTomado i did too but really simple like 5+a=10 what is a
ANNOYINGGAM3RZ 1 month ago in playlist Beginner JavaScript Tutorials Playlist
@PotadoTomado Im guessing your from America? Lol. I had algebra in 3rd grade.... I live in Europe.
MrMaybeimdreaming100 1 month ago
@MrMaybeimdreaming100 I had it in 1st grade middle school.
But it's a different school system in Belgium. I was 13 then.
heroin91x 1 month ago
@PotadoTomado i got algebra in 3rd grade, where do you come from? o.O
TheFoxxy007 2 weeks ago
@PotadoTomado Lol i have that in 1st grade.
EpicMultiFailure 5 days ago
WoW
MZ9583 11 months ago
Comment removed
thehugh100 11 months ago
This has been flagged as spam show
stickintehmuds 11 months ago
This has been flagged as spam show
@stickintehmuds FAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLLFAAAAIIIIIILLLLLLLLLL
wizzofwater101 11 months ago
@wizzofwater101
You obviously don't get it
stickintehmuds 11 months ago
Great
MinDControlDx 11 months ago