This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Global Script | |
var txt = new Array(); | |
var x = 2; //speed multiplier | |
var count = 0; | |
var ti = 0; | |
txt[0] = ""; | |
txt[1] = "FAST TRACK YOUR CAREER IN\nPOLITICS OR GOVERNMENT"; //51 | |
txt[2] = "Study for a Master of Philosophy,\nPolitics and Economics at\nVictoria University in 2019.";//90 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Set resolution options | |
var rp = [72,150,300]; | |
// Set EXPORT presets | |
app.pngExportPreferences.exportResolution = 72; | |
app.pngExportPreferences.antiAlias = true; | |
app.pngExportPreferences.pngQuality = PNGQualityEnum.MAXIMUM; | |
app.pngExportPreferences.pngColorSpace = PNGColorSpaceEnum.RGB; | |
app.pngExportPreferences.pngExportRange = PNGExportRangeEnum.EXPORT_RANGE; |
NewerOlder