Poison
July 14, 2021, 1:45pm
1
Hello! I meant too make this tutorial a long time ago but got busy irl… but now here it is!
This is the first tutorial of my tutorial series and each of these will come in text form and in video form (atleast I’ll try and do text form depends on the complexity of the tutorial)
Today’s tutorial is about…transitions! (@Yuanyuan this is a more in-depth tutorial over the original messages I sent)
Video Form
https://files.catbox.moe/1gfexc.mp4
Text form
First make this rule
When( Scene)=((self) Scene)
Set invisibility as a % (0)
When( Scene)≠((self)Scene)
Set invisility as a % (100)
When (game starts)
Set ( Scene)to(1)
Put this in whatever object will be rendered in scenes
Then do a when games start set self scene too whatever scene it should be on
In a Sqaure named transitions or whatever put this
When(message matches(scene))
Repeat(20)
Set invisible as a % (invisible-(5))
Set ( scene) to ( Targeted Scene)
Wait (any value => 0.5)
Repeat(20)
Set invisible as a % (invisible +(5))
Then when you want it too transition do
When(desired action)
Set ( targeted scene) to ( desired scene)
Broadcast (scene)
And it should work!
Original code
Can be found here:
https://c.gethopscotch.com/p/11s1ujqjk1
@/Leaders if for whatever reason this needs too be moved please @Dragonmaster101
Tags
@Dragon_Riders @omtl
16 Likes
Poison
July 14, 2021, 1:55pm
2
@William04GamerA since ik your online pls replace the original video link with this
(Video Moved)
And also add a part for the original code and add this project
(Project Moved)
7 Likes
I agree, this tutorial is great! I moved it to our category for tutorials.
I’m excited to see more tutorials in this series!
7 Likes
Poison
July 14, 2021, 2:06pm
7
Thank you!
That’s awesome I did not know it existed!
I’m just as exited too make them! Any idea for what should be in the next one?
3 Likes
Now you do;)
This link (the forum homepage) is great for getting an overview of all categories.
Hmm… I would love to see something string-related - maybe a way to use strings in your project that is beginner-friendly?
3 Likes
Poison
July 14, 2021, 2:08pm
9
That’s a awesome idea will definitely do that as one of them
(Can’t do as the next one as that I will need more time on for a in depth tutorial on how everything works)
3 Likes
Limon
July 14, 2021, 4:49pm
10
I love how you made scenes for people without them so cool and tutorial on how to make them
2 Likes
UN7X
July 14, 2021, 5:06pm
11
can i change the "too’ in the title to “to”?
2 Likes
UN7X
July 14, 2021, 5:10pm
13
done, my grammatical stress is finally over.
2 Likes
can I change the “to” to “too” it’s giving me grammatical stress /joking
2 Likes
This is really great tutorial! I especially love how you included a video and text tutorial since we all learn in different ways.
2 Likes