are anybody know how to create line like a pencil line, that the line is not straight but follow the trails path of motion object such as mouse cursor. below are my doing,
I creating simple projectile motion project.
adding object shape painter named “garis”
putting object garis to the screen area/game stage
make code 1, using Begin fill path. for garis with initial projectile position as starting position for garis
make code 2, using *path line. (in my aim, in order to the garis line follow the parabolic motion of the projectile when it’s moving.
and the result, the line of garis is straight, not the parabolic path. it makes me little confuse, anybody can hep me?
@Animustm oh Thank You for your response. but I actually i want to create a dynamic line which is it following a motion object not cursor mouse (because it’s makes little different in how to using the library code). And very thank for you @Animustm and @MrMen for the suggestion, but using the draw line technique, is not solve my problem (maybe because my less experience).
but finally i found how to manipulate it. that is by creating tiny dot object in every second following a motion object. this is very new my app project (projectile motion).!
By the way, i’m physics teacher, i have mission to creating physics simulation for my teaching need. i hope by understanding Gdevelop, i can create a lot of physics simulation app.