✦My Streams: / xcreatorgoal My Level ID: 98142896 ✦ XTurboEdit (Editing Plugin by me): shop.xcreatorg... ✦My Twitter: / xcreatorgoal ✦My Shop: xcreatorgoal.com ▶My Main Channel: @XcreatorGoal ▶My Third Channel: @ZcreatorGoal
Пікірлер: 175
@StropusDeveloper Жыл бұрын
To clarify, Abs() makes any negative numbers positive and I believe neg() Makes positive numbers negative. Flr() is floor and rounds numbers down (eg. flr(1.8) == 1) and ciel() is curling and rounds numbers up.
@ZerolinGD Жыл бұрын
Neg would also make negatives positive btw
@StropusDeveloper Жыл бұрын
@@ZerolinGD Just tested and it is the way I said, but I appreciate the correction.
@UnexperiencedToast Жыл бұрын
abs is also called absolute value.. so uh yea
@StropusDeveloper11 ай бұрын
@@UnexperiencedToast Yeah thanks I forgot to put that in
@UnexperiencedToast11 ай бұрын
@@StropusDeveloper yw
@blendertutorialsandmore9532 Жыл бұрын
These tutorials are always so awesome. Everything is understandable. Thank you Ycreatorgoal
@YcreatorGoal Жыл бұрын
Glad you think so!
@RobAnimations6969 Жыл бұрын
@@YcreatorGoalhi
@Matteorozi5 ай бұрын
@@YcreatorGoalhi
@3rr0r_e0e11 ай бұрын
Bro is a certified underrated math teacher- also I absolutely LOVE this tutorial. First time they're actually helpful out of all games/devices etc.
@lunatticc1 Жыл бұрын
The abs value sets the number to its absolute state eg: no negatives so it would turn -10 to 10 the neg value does the opposite it would set 10 to -10 for an example
@tacoRwewind Жыл бұрын
Your tutorials have been really helpful man, we really appreciate it! would be awesome you make item persist guide next 😃
@axzarrr Жыл бұрын
Can you make a video about making cutscenes? For example: player movement toggles off, and the camera moves to a certain point, some sound FX play, and then camera comes back.
@thedinosaurz Жыл бұрын
hi! so make static camera do your normal cutscene and toggle a block (make a touch spawned trigger) and set it to "end static" for the same id you used to make the cutscene with adjust the delay of the spawn trigger to around 30 seconds or how long the custcene is then it wil end
@jack--- Жыл бұрын
basically the most structured way to make a cutscene is to activate it with a spawn trigger with spawn ordered on. then you make a line of different triggers such as camera effects, shaders and other things. the spawn ordered will activate the triggers from left to right after activating the first original spawn trigger
@roaneagen Жыл бұрын
I think you got a little confused. The Neg button makes a number negative, so it turns 1 to -1, and abs would conversely make -1 to 1. It has nothing to do with rounding, that's the RND button u later go over. Hope this was clarifying
@chemreal Жыл бұрын
dude, this is basically an "if" statement but less obvious, this is revolutionary
@ElAleXeX Жыл бұрын
Wouldn't the "abs" be absolute value and convert the number to its positive value?
@blackeye2312 Жыл бұрын
Yes, used for length calculation for example
@TenToTu Жыл бұрын
simple maths: abs means absolute value, so it turns negative numbers to positive numbers and keeps positive numbers at positive. neg means negative, so it does the opposite
@erenerbay Жыл бұрын
I think the abs button makes negative numbers positive and the neg button makes positive numbers negative.
@imp4 Жыл бұрын
Yeah, that's how it supposed to work
@pancake891 Жыл бұрын
yeah abs stands not for a description of my chest but for absolute value, which means it makes all numbers positive whether or not they are positive or negative
@arganibima Жыл бұрын
thank you so much for the tutorial! i was confused about everything in item comp and now i know how to use it (i also tested out what happens if i dividend by 0 and thank god nothing happened so its safe to divide by 0)
@DaadirHusseinRoorow Жыл бұрын
Thank you for the explanation man, I really needed it so bad
@blacksmith170009 ай бұрын
Da RESET trigger and da LINK VISIBLE trigger that I really need a tutorial for 🙏🙏🙏
@Astrum00561 Жыл бұрын
Hello X, thanks for the tutorial it is very useful, I have a request, for the next tuto can you please talk about the keyframe trigger for an camera animation?
@digna5713 Жыл бұрын
How to make an machine gun its hard, yea its the advanced follow trigger but i can only do the missile i want just straight bullet or laser that follow me, please teach me😢
@IAmSharkMaster Жыл бұрын
Hey man I was just wondering if you could make a tutorial of the random trigger. I’ve been trying to use it and it’s very difficult.
@17cool-j6p8 ай бұрын
How do you use this for the I guess number trigger. The 0 in the triggers tab. When I try to make the trigger confirm the number has 20 or more, (Points >= 20) nothing happens.
@cosmoentity24356 ай бұрын
i tried to make it where if item 1 is more than item 2 it will play a sound but it plays both sounds at the same time which i dont want. Any way to fix this?
@x._brooklynn_.x Жыл бұрын
Thank you. Youre the best!!!!! I love your tutorials!
@epicgobbleygourdfan Жыл бұрын
Pls do gravity trigger I’m having trouble on how to keep the effect going after a death
@JoyGD10 ай бұрын
Try making the gravity trigger touch triggered on player spawn , so you’ll touch it the second you spawn in , I use this with spawn triggers when a player respawns at a checkpoint
@pieseł2137ඞ Жыл бұрын
Hello XCG will you do Event Trigger next? I really need to know how to use it and your tutorials are best and very detailed
@mohammed_abdalaziz Жыл бұрын
I'll explain it in a fast way: So basically,You set a trigger (for example a move trigger) and give it a group ID (for example 1) Then place the event trigger The event trigger is trigger that works as a spawn trigger but when the player does an action,for example jumping when opened gives you a menu of 4 buttons: 1-The group ID for the wanted trigger (in our case the move trigger which has a group ID of 1) 2-Extra ID:idk what it does lmao 3-Extra ID 2:It makes the event trigger works only when a certain player does the selected event(0 for any player, 1 to detect only player 1, 2 for player 2) 4-The button on the top right Once you click it, It gives you a list of events which are probably about 80 events you can select how much events you want the trigger to detect (for example jumping) So, once you pass this trigger,it will detect if you jump or not, and when you jump it activates the trigger with the Group ID put in it important!!!:You have to set that move trigger as a spawn Also excuse me for my bad English
@mohammed_abdalaziz Жыл бұрын
Aight that wasn't a fast way
@pieseł2137ඞ Жыл бұрын
@@mohammed_abdalaziz thanks I understand it now a bit :)
@Super__Dasher Жыл бұрын
@@mohammed_abdalaziz The Extra ID is used so that only specific objects with the extra ID as their material ID activate the event when the player interacts with them. For example, if the Extra ID of the event trigger is set to anything different than 0, which is the default, then ONLY when the player interacts with objects in the level that have material ID set to the same number (can be found in edit group and Extra2 on any object), the event trigger will activate, but won't if it interacts with any other object that doesn't have a material ID set
@DaadirHusseinRoorow Жыл бұрын
@@mohammed_abdalaziz good explanation, I tried it myself and it is actually really easy to use, no tutorial needed 😂😂
@JustChillinGD Жыл бұрын
when i was waiting for you to drop a video tutorial about "item compare trigger" i kept searching for it now its finally here
@JoyGD10 ай бұрын
Can you make the attempts reset? , I want to make it so you teleport somewhere and have to escape to continue the level every 10 attempts , but I don’t want the attempts when you have to escape to count
@Servirus69 Жыл бұрын
hi X, ive been worderin if you could ask Robtop about this: so for iOS (idk if its for other devices too) is a weird problem with the saving system on accounts. It always takes long to save and sometimes and error message pops up. And also, IT DOESNT EVEN SAVE WHEN IT SAYD "Backup successful". I hope you could ask him if thats fixable, cuz only of this i lost almost 1k moons and 60 demons. Ive just been grinding them back for 2 days straight and...it is painful to see me having such a bad looking account now.
@Servirus69 Жыл бұрын
im sorry for the long message. Its just for if you could ask Robtop for the saving system problems
@radwanalassali6842 Жыл бұрын
Great Tutorial but you got Abs and Neg wrong. Abs makes the number positive and Neg makes the number Negative. In the Tutorial you said that Abs is some stuff about rounding and Neg is for making a number positive. But don't get me wrong I probably wouldn't understand a thing about Triggers or the 2.2 Editor without your tutorials so thanks for making these.
@iikitsunex-x8 ай бұрын
Thanks! Needed this to make a flashlight and battery system ☺️
@infrences Жыл бұрын
Thank you, this was a godsend for me.
@Gardengap Жыл бұрын
I have a request, could you make a video explaining the new "MinX ID" feature of the Rotate Trigger? I don't see anyone explaining it, I would really appreciate an explanation! Thanks!
@YcreatorGoal Жыл бұрын
Noted!
@DarkMatterX101 Жыл бұрын
I want to do something where the amount of clicks you have in an attempt affects the rest of the level (e.g. after 3rd click you bounce, 4th click you become mini, etc). How could I get this in a platformer editor, and could I use this trigger for that? Thanks!
@Zeirous Жыл бұрын
i suggest making tutorials longer with the entire section and having youtube different sections to see what you are looking for or you want to watch the full hours of something like all the area triggers or all item triggers not just a single vid for each one
@jamesjohnson9533 Жыл бұрын
Okay, but what’s keeping creators from secretly moving a spike that undoes a frame perfect, but it only activates on attempt 43??
@skywardmicrotonal Жыл бұрын
Does anyone else have a bug/problem where the release left and release right events in the event trigger just don’t work at all? Maybe it’s a bug that will be fixed in the next bugfix update or 2.21?
@elipadilla21226 ай бұрын
How do you do advanced follow trigger
@lolol-e6q Жыл бұрын
what is the difference between offset and gp off
@444knuffelmac Жыл бұрын
a question, i am having some wierd bugs in my level, it is an level where i am creating an cursor, and when i jump, i need it to simulate clicking, and i just used some cycle thing, but for some reason, when i activate an group (so it can activate something when supocetly clicking) i fixed it by using an cycle, and it uses an color trigger so you can see it clicking, and reverting back to the original color, and also an toggle trigger, everything is multi activate, but for some odd reason the color trigger always works, but the toggle trigger bugs out a bit where if you jump pretty precisly it just doesn't work, also they move like 0.5 blocks to the right every time i cycle it, even though it is litterly exactly on spot, so i am having massive problems with that to, i released an second preview with that bug there, as i have already posted one, that just moves the cursor, do you know how to fix both things (the moving 0.5 blocks and the toggle trigger not working in an precise click when going back down) (level id: 98619492 )
@WhySoQueerious Жыл бұрын
I think the tolerance plus or minus is actually just plus or minus randomly. Like if you add 3 to it, it will randomly add or subtract any number between 0 and 3 I think I may be a little off tho
@marshallbassam6861 Жыл бұрын
Can you please make a video on the Item Edit trigger? I am trying to recreate minesweeper in the gd editor and think that using item edit would be better than using 200 pickup triggers
@Trashbinfin5 ай бұрын
7 months since 2.2...
@jonklemenc Жыл бұрын
Heck yeah!
@kevin_eleven Жыл бұрын
This trigger literally saved me in making my upcoming level Can u do the item persist trigger next?
@SCZ_Games Жыл бұрын
I can see Sans dialogue being created with something like this for each death, and I’m ready to see that
@KrheanosIsland9 ай бұрын
OH YEAH
@secretaccountoo Жыл бұрын
Thank you so much man!! ❤ Just one question: Is tol random then or what?
@YcreatorGoal Жыл бұрын
its gives more space for the checks, its not random
@x._brooklynn_.x Жыл бұрын
Xplained very well! Thanks!!!
@KrheanosIsland9 ай бұрын
cool pun
@seymorend3736 Жыл бұрын
I think abs is the one that converts negative to positive by checking the distance to zero.
@C1lairv6 ай бұрын
The trigger expert teaches us how to use these triggers, thank you
@iijason1245 Жыл бұрын
so its an if-then statement trigger?
@GoodMat66 Жыл бұрын
9:18 But man, when I start a level I always automatically start back
@entiremountain3231 Жыл бұрын
Nice vid, also can you make a tutorial to show how to use the remapping system.
@lamemelord Жыл бұрын
Is there a trigger that spawns a certain set of groups, but in a random order? If so, can you do a tutorial about that?
@DuduRTX Жыл бұрын
Advanced random
@TheJmanGD2 ай бұрын
Does this trigger work in classic mode?
@Garliky-Chan Жыл бұрын
Can you pls do shaders cuz I had a hard time teaching myself how to use it
@kawaiirimuru2909 Жыл бұрын
I think in 2 years now or early, geometry dash is going to turn into a game engine. And i say this because item compare itself is called "if, else" in programming. Which compares stuff if its true or false and activates if it is either one of them. Well i think its possible when 2.2 was not released since a guy made chess in gd. So be prepared for what's to come.
@Boogieboyys Жыл бұрын
And what about the item id 1 and 2
@nachovyofficial Жыл бұрын
Please do the time trigger and the event trigger!
@lmaster1812 Жыл бұрын
do a tutorial on how to make something move left to right in a loop
@CIemEntei Жыл бұрын
How do you hide the attempt counter?
@kendracapa4426 Жыл бұрын
Put the "option" trigger, open edit object and then you can hide the attempt counter in there
@da_ro12 Жыл бұрын
Awesome!!!!
@michalmrna Жыл бұрын
Next: teleport trigger please
@erglwrgl Жыл бұрын
I had no idea pulse triggers worked with 0 hold
@MarisaKFan Жыл бұрын
At this point GD is a DAW, game engine, social media, mail, and a game of course
@IlTechnoDashlI Жыл бұрын
no other game is needed anymore
@nachovyofficial Жыл бұрын
Don’t forget a streaming service! (Spu7nix made Shrek with evolution)
@kirpyxl Жыл бұрын
instructions unclear: i want to make the level easier after every attempt
@MalikTahirEren Жыл бұрын
I don’t know like most of the triggers😅 and tysm
@Zinaida7224 Жыл бұрын
Ycreatorgoal really knows how to teach people like a university professor, really interactive!
@EcosannKaskusАй бұрын
Chill with the rotation chackboxed n items, Mr juicy stuff =)
@deleted-something Жыл бұрын
what if you divide by zero?
@codeguy11 Жыл бұрын
I tried it and the result is 0
@TheWhomper_67 Жыл бұрын
It would be funny if this channel gets more subs than his main.
@thedinosaurz Жыл бұрын
gradient trigger 4d and 3d tutorial
@alterversesgd2155 Жыл бұрын
Thanks for this, pls do item edit and persist in next tutorial
@slerpn11 ай бұрын
this trigger is essentially "If/else" from programming languages, this is pretty huge for more complicated trigger stuff, and I am currently trying to get it to work properly in my platformer. This tutorial helped a little but i am still not getting it to do exactly what I want. Still bugfixing fs
@Cool-Vinnieostis Жыл бұрын
Can you do “item pers” next?
@mohammed_abdalaziz Жыл бұрын
bro it's step "BY" step + idk why ur vids work in the BG when i close yt evn though I don't have premium lol
@ItzarReal Жыл бұрын
Bro PLEASE CAN WE GET A CHANNEL SYSTEM TUTOTIAL
@Rageisbackman Жыл бұрын
You should turn all of these into levels as a tutorial since rob doesn’t do them anymore
@shabanachoudhury4308 Жыл бұрын
Perfect timing! 😅
@opada33 Жыл бұрын
Thanks bro ❤
@SimonBartels-y4g Жыл бұрын
Please do a tutorial on Random Trigger
@hagollow Жыл бұрын
I’m never going use this but i still watch it
@erenerbay Жыл бұрын
Same lol
@janarildhenden96446 ай бұрын
I doesn't work for me
@thepuppetqueen57 Жыл бұрын
This trigger is literally just the if-else trigger lmao
@leonvgd Жыл бұрын
so this is trigger for programers
@MR.panguino Жыл бұрын
Omg what was I thinking while using that trigger xd.
@ROBbYZ_Music Жыл бұрын
Bro, I think the correct way to say it is "Step BY step"
@thedinosaurz Жыл бұрын
these tutorials are nice but triggers are getting extremely complex lol
@ryanlanducci8550 Жыл бұрын
Nice to see this game is also becoming a python coding engine
@rafaelryan2 Жыл бұрын
gd editor is more complex than minecraft redstone
@czodi Жыл бұрын
thanks
@JEROCRAFTT Жыл бұрын
do event trigger
@MarisaKFan Жыл бұрын
At this point GD is a DAW, Game engine, a game, social media and mail
@Mahier_theguy Жыл бұрын
Ok
@LankerGD Жыл бұрын
Maybe I don't like the fact that you cheat in movies. but I like your tutorials, make a playlist of them
@very1172 Жыл бұрын
New subscriber,can you make more for my boss platform levels
@BenutzernameUnavailable7 ай бұрын
Cool, i learned what >= means thanks to a GD KZbinr instead of school lol
@BenutzernameUnavailable7 ай бұрын
thanks for hearting the comment, that made my day a lot better :]
@NotDarpyH5 ай бұрын
These things are not works with checkpoint just tested out...
@X-K_Official3 ай бұрын
its broken for me
@bacongaming3796 ай бұрын
The challenge
@andray2126 Жыл бұрын
Item Compare Trigger = The mathematics, lol
@TerrariaPaul7 ай бұрын
9:00 - 9:32 Or just put the checkpoint after the cutscene 🗿