Rex told me that one example is needed for plugin users,
the Music game below is made for showing how worksheet works.
Press R or B when the symbols drop onto black line.
http://dl.dropbox.com/u/31590694/TapTapC2/index.html
the total symbol spawning pattern is written in a csv file(a format of EXCEL),
looks like:
5,R,2
6,R,1
7,B,3
.......etc
5,6,7 mean the timing we want to create the symbol,
R,B means the function name we want to call, which create Red or Blue symbols in this game,
2,1,3 are the function parameters, which means dropping lines in this game.
You can download our rar file here to see the details, capx included.
Before you open the capx, Rex's "Timeline", "Worksheet" and "Function" is necessary.
http://dl.dropbox.com/u/31590694/TapTapC2.rar