Advertisement
Guest User

Cursor

a guest
Nov 7th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. return Def.ActorFrame{
  2. LoadActor(THEME:GetPathG("ScreenSelDiff","P1"))..{
  3. OnCommand=cmd(glowshift;effectperiod,0.5);
  4. OffCommand=cmd(linear,0.3;zoom,0);
  5. ChooseCommand=cmd(linear,0.3;rotationy,90);
  6. };
  7. LoadActor(THEME:GetPathG("_ScreenSelDiff","P1"))..{
  8. ChooseCommand=cmd(linear,0.3;rotationy,0);
  9. OffCommand=cmd(linear,0.3;zoom,0);
  10. };
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement