Advertisement
Guest User

Cutscene Code

a guest
Nov 16th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1.  "finalize" : true,
  2.   "showDebug" : false,
  3.   "backgroundColor" : [0,0,0],
  4.   "screenSegments": [
  5.     {
  6.         // 1st Segment
  7.       "actorArray": [
  8.         {
  9.           "type": "image",
  10.           "resource": "StudioLogo.png",
  11.           "alignment" : "CENTER_CENTER",
  12.           "imageWidth": "1920",
  13.           "imageHeight": "1080",
  14.           "timeStart": [0,1,0],
  15.           "timeDuration": [0,9,250],
  16.           "transitionIn" : ["fade",[0,1,0]],
  17.           "transitionOut" : ["fade",[0,1,0]],
  18.           "zLevel" : "5"
  19.         }
  20.       ]
  21.     }
  22.   ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement