Time-Action Recorder and Player (TARP)
(Update: 2013/05/01)
This is a WorkSheet -like plugin, to record the time-action list then play this list.
The different between TARP and worksheet is, TARP record action in plugin , worksheet reocrd acton by external editor like notepad.
User need to install timeline first. (Update timeline plugin if user already had)
Demo
- drag at gray area to draw something
- press "Play" to play previous trace
Capx
(This capx need to install canvas.)
Usage:
A. setup
Connect to timeline by action: "Setup" (event 1)
B. recorder
1. call action: "(recorder) Start" to start recording. (event 4)
2. call action: "record" to record action with current time. The interface of recorded action is the same as function object. (Call this function with these parameters) (event 5)
C. player
1. action: "(player) Load" to load time-action list (Expression: "RecorderList") (event 6).
User could save RecorderList into webstorage then load it at next time.
2. call action: "(player) play" to play time-action list. It will run action by call function object.
Another taptap capx.