My Suggestion for Future Updates

Hey, @Luxapodular. So, I’ve been using this website probably since the late 2010s, and I think it’s decent. I would like to give some suggestions, just for you to add something new to the site for improvements.

  • Audio scrubbing (would be helpful to use it when you’re trying to do a lip-sync)
  • Line-cutter (use it whenever you want to slice some lines on the drawings, like a clean-up)
  • Lasso tool (kinda like the cursor tools, but with the lasso tool, you can draw a line around an area you want to select and move it around)
  • Gradient (You should add it with the fill bucket tool)
  • Bone tool

That’s what I have so far. Hope you get my message soon… so, have a good day!

4 Likes

@Luxapodular

Gradients have been confirmed by the devs as a feature of 1.20

Oh yeah… forgot one more suggestion and that being the camera, in case you want to pan into certain areas.

There’s a Vcam with the built-in assets
(The position of the vcam defines the view of the user)

If you prefer using code, here’s what you might need:

// Refer to zoom level of project
this.project.zoom

// Refer to pan x
this.project.pan.x

// Refer to pan Y
this.project.pan.y
1 Like

Okay then, thanks!