No, but you could make a suggetion for it, and im a bit confused by this "undo feature" anyway.
Offline
it's kinda possible, you record all the points when the pen is drawn and then you retrace them points with a white pen(rubber).
Last edited by TheCoolDog (2012-05-05 08:14:07)
Offline
SamWang wrote:
Can you show me the script?
I made a project about this quite some time ago. Check out the scripts.
Offline
try:
set pen color to [#F7F5F6] set [number v] to (length of list [x v]) // or list y. go to x: (item (number) of list [x v] y: (item (number) of list [y v] change [number] by [-1]
Offline
mythbusteranimator wrote:
try:
set pen color to [#F7F5F6] set [number v] to (length of list [x v]) // or list y. go to x: (item (number) of list [x v]) y: (item (number) of list [y v]) change [number] by [-1]
Fixed it
Offline
I do not believe there is an undo feature for the pen, but it would be a great suggestion in the suggestions forums! Anyway, you should just modify some of the scripts of a replay engine here. It can replay backwards, if you can figure out that script, and how it records movement and then plays it in reverse, you may just be able to do it.
Offline