Trail art tips for beginners!

Hi there! Someone recently asked me to give them some trail art tips. Since then, I wanted to create a tutorial on it! Sit back, and learn how to make some cool trail art.


Tip One

Find your inspiration!

Think about some things that you really like. It could be your favorite animal, color, or shape. The possibilities are endless!


Tip Two

Start Creating!

TIPS

  • Picture what you want your trail art to look like in your head
  • Find an awesome picture of what you want to recreate

Now for the tutorial

Look for different lines on the image/image in your head, then figure out how to code those. This is a very important part of recreating an image. Here are some methods you could use:

Simple Circle

Horizontal lines

With horizontal lines, I like to use the “change x by” block instead of move forward. I like to use it because it will always return to a horizontal line instead of going with an angle. Here’s an example:


The same thing applies to a vertical line, which is why I like to use the “change y by” block.

Vertical lines

Sin/cos circle



How about you try messing around with the positions, and see what happens!

I would suggest checking out this project as well!


Tip three

Speed it up!

I like to use the “set speed” block to make sure my trail art gets done as quick as possible. It makes lines pass by before you can say “I’ve learned some cool trail art tips!” So go ahead and add set speed at the beginning of your code.


I hope this tutorial helped you learn how to make some pretty cool trail art! Feel free to ask me for some more tips!

25 Likes

Nice job. I don’t usually do trail art, but you can also do circles and ellipses a bit differently. Example: sine and cosine can use horizontal and vertical multipliers to stretch the shape, and if a circle is drawn first, you can use draw width 100 set x y to same, draw width 80 set x y to same for a circle 10px thick.


Also, I recommend linking a few demo projects or samples such as ISNBN’s trail art basics.

Yee first like & user reply.

12 Likes

Looks cool and very helpful

6 Likes

This is very helpful, thank you so much! I’ll link this one right now

4 Likes

Very well written! Great job, I think this will be very helpful for new users! :slight_smile:

5 Likes

Thanks!

3 Likes

Thank you!

3 Likes

Nice! Super well written nd it’ll def help a lot of people.

For circle, I’d recommend using sin/cos instead. Faster and smoother.
Use set pos too instead of change _ by

4 Likes

Thanks! I’ll add those methods

3 Likes

Would it be a good idea to add tutorials on how to make different kinds of trail art? Like, animals, plants, objects ect.

4 Likes

Definitely, that’d be super helpful

Your choice tho

4 Likes

Hi! Here’s a tutorial on how to make a very simple trail art bubble!

Part 1

This part is for creating the main part of the bubble. Otherwise known as the bubble’s “torso”

  • first add a when game starts block
  • then add a set speed block and type in a bunch of digits

Then add this

Part 2

Great job! Now it’s time for the shiny part. Remember, we’re doing this whole thing in one object.
![image|516x500](upload://hweSPERxQIZzdazfnQhadk79EZ
Then the next part

Great job! Now you have yourself a very simple trail art bubble!

ko’s tag list

@Nobody
@FearlessPhoenix
@Ref
@SilverSong
@anon92895349

Lmk if you want to join

5 Likes

Awesome tutorial friendo :slight_smile:

3 Likes

Thank you :blush:

2 Likes

Wow now u mod too!!! Congrats!!!

7 Likes

Thanks rod

5 Likes

This is cool! @William04GamerA since you do lit trail art, what tips do you have?

5 Likes

I’m starting to do trail arts! (Feel free to check them out on my hopscotch account, Holiday11, along with my other “weird” projects)
This has been very helpful.

Any other tips?