Advertisement
Jousway

Down Tap Note.lua midi-note-3d

Mar 18th, 2011
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. local t = Def.ActorFrame {
  2.     Def.Model {
  3.         Meshes=NOTESKIN:GetPath('_down','tap note 1 meshes');
  4.         Materials=NOTESKIN:GetPath('_down','tap note 1 materials');
  5.         Bones=NOTESKIN:GetPath('_down','tap bones');
  6.         InitCommand=cmd(visible,true;linear,0.25;visible,false;linear,0.25);
  7.     };
  8.     Def.Model {
  9.         Meshes=NOTESKIN:GetPath('_down','tap note 2 meshes');
  10.         Materials=NOTESKIN:GetPath('_down','tap note 2 materials');
  11.         Bones=NOTESKIN:GetPath('_down','tap bones');
  12.         InitCommand=cmd(visible,false;linear,0.25;visible,true;linear,0.25);
  13.     };
  14. };
  15. return t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement