home *** CD-ROM | disk | FTP | other *** search
- class Settings
- {
- static var lastLevel;
- static var levelNum;
- static var saves;
- static var playTime = 180;
- static var levels = new Array();
- static var playedScores = new Array();
- static var snapZoom = 1;
- function Settings()
- {
- }
- static function Init()
- {
- var k;
- var tmpO;
- var mc;
- Settings.levels.splice(0);
- Settings.ExtInit();
- Settings.levelNum = Settings.levels.length;
- Settings.readSaves();
- SharedVals.frameNum = 0;
- }
- static function getStr()
- {
- var _loc1_ = undefined;
- var _loc2_ = undefined;
- _loc2_ = "";
- _loc1_ = 0;
- while(_loc1_ <= Settings.playedScores.length - 1)
- {
- _loc2_ += String(Settings.playedScores[_loc1_]) + ";";
- _loc1_ = _loc1_ + 1;
- }
- return _loc2_;
- }
- static function fillScores(t, n)
- {
- var _loc3_ = new String(t);
- var _loc1_ = undefined;
- var _loc2_ = undefined;
- Settings.playedScores.splice(0);
- _loc1_ = -1;
- _loc2_ = _loc3_.indexOf(";",0);
- if(_loc2_ >= 0)
- {
- do
- {
- Settings.playedScores.push(Number(_loc3_.substring(_loc1_ + 1,_loc2_)));
- _loc1_ = _loc2_;
- _loc2_ = _loc3_.indexOf(";",_loc1_ + 1);
- }
- while(_loc2_ >= 0);
-
- }
- _loc2_ = Settings.playedScores.length - 1;
- _loc1_ = _loc2_;
- while(_loc1_ <= n - 1)
- {
- Settings.playedScores.push(-1);
- _loc1_ = _loc1_ + 1;
- }
- }
- static function readSaves()
- {
- var k0;
- var k;
- Settings.saves = SharedObject.getLocal("saves4");
- if(Settings.saves.data.inited != 224)
- {
- Settings.lastLevel = 0;
- Settings.playedScores.splice(0);
- Settings.fillScores("",Settings.levelNum);
- Settings.saves.data.inited = 224;
- Settings.saves.data.lastLevel = Settings.lastLevel;
- Settings.saves.data.playedScores = Settings.getStr();
- Settings.saves.flush();
- }
- else
- {
- Settings.lastLevel = Settings.saves.data.lastLevel;
- Settings.fillScores(Settings.saves.data.playedScores,Settings.levelNum);
- k0 = Settings.playedScores.length;
- }
- }
- static function writeSaves()
- {
- Settings.saves.data.playedScores = Settings.getStr();
- Settings.saves.data.lastLevel = Settings.lastLevel;
- Settings.saves.flush();
- }
- static function setLastLevel(n, sc)
- {
- var _loc1_ = n;
- if(_loc1_ > Settings.lastLevel)
- {
- Settings.lastLevel = _loc1_;
- }
- if(sc > Settings.playedScores[_loc1_ - 1])
- {
- Settings.playedScores[_loc1_ - 1] = sc;
- }
- Settings.writeSaves();
- }
- static function ExtInit()
- {
- Settings.levelNum = 25;
- Settings.levels.push("-100,80,20,;-100,120,20,;-100,160,20,;-100,200,20,;-100,240,20,;>140,80,0,2000,0,;220,80,0,2001,0,;300,80,0,2002,0,;380,80,0,2003,0,;140,240,0,2004,0,;220,240,0,2005,0,;300,240,0,2006,0,;380,240,0,2007,0,;120,120,0,2008,0,;160,120,0,2009,0,;200,120,0,2010,0,;240,120,0,2011,0,;280,120,0,2012,0,;320,120,0,2013,0,;360,120,0,2014,0,;400,120,0,2015,0,;120,200,0,2016,0,;160,200,0,2017,0,;200,200,0,2018,0,;240,200,0,2019,0,;280,200,0,2020,0,;320,200,0,2021,0,;360,200,0,2022,0,;400,200,0,2023,0,;260,160,0,2024,1,;300,160,0,2025,1,;100,160,0,2026,1,;140,160,0,2027,1,;180,160,0,2028,1,;220,160,0,2029,1,;340,160,0,2030,1,;380,160,0,2031,1,;420,160,0,2032,1,;");
- Settings.levels.push("-120,100,20,;-120,140,10,;-120,180,20,;-120,220,10,;>140,100,0,2000,0,;260,100,0,2001,0,;380,100,0,2002,0,;120,140,0,2003,0,;160,140,0,2004,0,;240,140,0,2005,0,;280,140,0,2006,0,;360,140,0,2007,0,;400,140,0,2008,0,;140,180,0,2009,0,;100,180,0,2010,0,;180,180,0,2011,0,;220,180,0,2012,0,;260,180,0,2013,0,;300,180,0,2014,0,;340,180,0,2015,0,;380,180,0,2016,0,;420,180,0,2017,0,;120,220,0,2018,1,;160,220,0,2019,1,;80,220,0,2020,1,;200,220,0,2021,1,;240,220,0,2022,1,;280,220,0,2023,1,;320,220,0,2024,1,;360,220,0,2025,1,;400,220,0,2026,1,;440,220,0,2027,1,;");
- Settings.levels.push("-120,100,20,;-120,180,20,;-140,260,20,;-120,220,20,;-120,140,20,;>120,140,0,2000,0,;200,140,0,2001,0,;120,220,0,2002,0,;200,220,0,2003,0,;140,180,0,2004,0,;180,180,0,2005,0,;160,180,0,2006,1,;320,140,0,2007,0,;400,140,0,2008,0,;320,220,0,2009,0,;400,220,0,2010,0,;340,180,0,2011,0,;380,180,0,2012,0,;360,180,0,2013,1,;220,180,0,2014,0,;300,180,0,2015,0,;240,180,0,2016,0,;280,180,0,2017,0,;260,180,0,2018,1,;");
- Settings.levels.push("-120,100,20,;-120,140,20,;-120,200,20,;-120,240,20,;-120,160,20,;-120,180,20,;>140,100,0,2000,0,;260,100,0,2001,0,;140,240,0,2002,0,;260,240,0,2003,0,;120,140,0,2004,0,;160,140,0,2005,0,;240,140,0,2006,0,;280,140,0,2007,0,;120,200,0,2008,0,;160,200,0,2009,0,;240,200,0,2010,0,;280,200,0,2011,0,;100,160,0,2012,1,;140,180,0,2013,1,;180,160,0,2014,1,;220,180,0,2015,1,;260,160,0,2016,1,;300,180,0,2017,1,;380,100,0,2018,0,;380,240,0,2019,0,;360,140,0,2020,0,;400,140,0,2021,0,;360,200,0,2022,0,;400,200,0,2023,0,;340,160,0,2024,1,;380,180,0,2025,1,;420,160,0,2026,1,;");
- Settings.levels.push("-140,100,20,;-140,140,20,;-140,200,20,;-140,240,20,;-120,160,20,;-140,180,20,;>220,100,0,2000,0,;260,100,0,2001,0,;220,240,0,2002,0,;260,240,0,2003,0,;200,200,0,2004,0,;240,200,0,2005,0,;280,200,0,2006,0,;200,140,0,2007,0,;240,140,0,2008,0,;280,140,0,2009,0,;180,100,0,2010,1,;300,100,0,2011,1,;180,240,0,2012,1,;300,240,0,2013,1,;180,160,0,2014,1,;220,180,0,2015,1,;260,160,0,2016,1,;300,180,0,2017,1,;");
- Settings.levels.push("-120,200,10,;-120,180,10,;-120,120,10,;-140,80,10,;-120,140,10,;-120,260,10,;-120,240,10,;-120,160,10,;-100,220,10,;>150,80,0,2000,0,;190,80,0,2001,0,;230,200,0,2004,0,;230,80,0,2006,0,;270,80,0,2007,0,;270,200,0,2009,0,;310,80,0,2012,0,;350,80,0,2013,0,;190,140,0,2008,0,;310,140,0,2009,0,;230,140,0,2010,0,;270,140,0,2011,0,;170,120,0,2013,1,;330,120,0,2014,1,;210,120,0,2015,0,;250,120,0,2016,0,;290,120,0,2017,0,;250,180,0,2018,0,;210,180,0,2019,0,;290,180,0,2020,0,;250,240,0,2021,0,;230,140,0,2022,1,;270,140,0,2023,1,;250,200,0,2024,1,;");
- Settings.levels.push("-100,80,20,;-100,100,20,;-100,120,20,;-100,140,20,;-100,160,20,;-100,180,20,;-100,200,20,;-100,220,20,;-100,240,20,;-100,260,20,;-100,280,20,;-100,60,20,;-100,40,20,;>240,40,0,2000,0,;240,280,0,2001,0,;120,160,0,2002,0,;360,160,0,2003,0,;220,60,0,2004,0,;260,60,0,2005,0,;220,260,0,2006,0,;260,260,0,2007,0,;140,120,0,2008,0,;140,200,0,2009,0,;340,120,0,2010,0,;340,200,0,2011,0,;240,80,0,2012,0,;200,80,0,2013,0,;280,80,0,2014,0,;160,100,0,2015,0,;160,160,0,2016,0,;160,220,0,2017,0,;320,220,0,2018,0,;320,160,0,2019,0,;320,100,0,2020,0,;200,240,0,2021,0,;240,240,0,2022,0,;280,240,0,2023,0,;180,120,0,2024,1,;220,120,0,2025,1,;260,120,0,2026,1,;300,120,0,2027,1,;220,200,0,2028,1,;260,200,0,2029,1,;180,200,0,2030,1,;300,200,0,2031,1,;");
- Settings.levels.push("-120,80,20,;-120,160,20,;-120,240,20,;-120,200,20,;-120,120,20,;>140,80,50,2000,0,;200,80,50,2001,0,;260,80,50,2002,0,;320,80,50,2003,0,;380,80,50,2004,0,;140,160,50,2005,0,;200,160,50,2006,0,;260,160,50,2007,0,;320,160,50,2008,0,;380,160,50,2009,0,;140,240,50,2010,0,;200,240,50,2011,0,;260,240,50,2012,0,;320,240,50,2013,0,;380,240,50,2014,0,;140,200,-50,2015,0,;200,200,-50,2016,0,;260,200,-50,2017,0,;320,200,-50,2018,0,;380,200,-50,2019,0,;140,120,-50,2020,0,;200,120,-50,2021,0,;260,120,-50,2022,0,;320,120,-50,2023,0,;380,120,-50,2024,0,;140,160,0,2025,1,;200,160,0,2026,1,;260,160,0,2027,1,;320,160,0,2028,1,;380,160,0,2029,1,;");
- Settings.levels.push("-120,80,20,;-120,240,20,;-120,120,20,;-120,200,20,;-120,160,20,;>120,80,0,2000,0,;120,240,0,2001,0,;400,240,0,2002,0,;400,80,0,2003,0,;160,80,0,2004,0,;360,80,0,2005,0,;160,240,0,2006,0,;360,240,0,2007,0,;240,80,0,2008,0,;280,80,0,2009,0,;240,240,0,2010,0,;280,240,0,2011,0,;140,120,0,2012,0,;260,120,0,2013,0,;380,120,0,2014,0,;140,200,0,2015,0,;260,200,0,2016,0,;380,200,0,2017,0,;120,160,0,2018,1,;160,160,0,2019,0,;240,160,0,2020,0,;280,160,0,2021,0,;360,160,0,2022,0,;400,160,0,2023,1,;200,120,0,2024,0,;320,120,0,2025,0,;200,200,0,2026,0,;320,200,0,2027,0,;200,160,0,2028,0,;320,160,0,2029,0,;180,160,0,2030,1,;220,160,0,2031,1,;300,160,0,2032,1,;340,160,0,2033,1,;");
- Settings.levels.push("-120,240,20,;-120,60,20,;-120,80,20,;-120,100,20,;-120,120,20,;-120,160,20,;-120,200,20,;-120,220,20,;-120,260,20,;>240,60,0,2000,0,;240,260,0,2001,0,;220,80,0,2002,0,;260,80,0,2003,0,;220,240,0,2004,0,;260,240,0,2005,0,;200,100,0,2006,0,;240,100,0,2007,0,;280,100,0,2008,0,;200,220,0,2009,0,;240,220,0,2010,0,;280,220,0,2011,0,;180,120,0,2012,0,;220,120,0,2013,0,;260,120,0,2014,0,;300,120,0,2015,0,;180,200,0,2016,0,;220,200,0,2017,0,;260,200,0,2018,0,;300,200,0,2019,0,;160,160,0,2020,1,;200,160,0,2021,1,;240,160,0,2022,1,;280,160,0,2023,1,;320,160,0,2024,1,;100,120,0,2025,0,;380,120,0,2026,0,;100,200,0,2027,0,;380,200,0,2028,0,;120,160,0,2029,1,;360,160,0,2030,1,;");
- Settings.levels.push("-100,60,20,;-100,120,20,;-100,160,10,;-100,200,20,;-100,260,20,;-120,100,20,;-120,220,20,;>140,60,0,2000,0,;180,60,0,2001,0,;140,120,0,2002,0,;180,120,0,2003,0,;340,60,0,2004,0,;380,60,0,2005,0,;340,120,0,2006,0,;380,120,0,2007,0,;140,200,0,2008,0,;180,200,0,2009,0,;140,260,0,2010,0,;180,260,0,2011,0,;340,200,0,2012,0,;380,200,0,2013,0,;340,260,0,2014,0,;380,260,0,2015,0,;240,120,0,2016,0,;280,120,0,2017,0,;240,200,0,2018,0,;280,200,0,2019,0,;160,100,0,2020,1,;360,100,0,2021,1,;160,220,0,2022,1,;360,220,0,2023,1,;200,160,0,2024,0,;320,160,0,2025,0,;260,160,0,2026,0,;220,160,0,2027,0,;300,160,0,2028,0,;240,160,0,2029,1,;280,160,0,2030,1,;");
- Settings.levels.push("-120,80,20,;-100,140,20,;-120,200,20,;-120,220,20,;-120,260,20,;-100,100,10,;-120,180,10,;-100,240,10,;-140,160,10,;>140,80,0,2000,0,;100,140,0,2001,0,;180,140,0,2002,0,;140,200,0,2003,0,;420,140,0,2004,0,;340,140,0,2005,0,;380,80,0,2006,0,;380,200,0,2007,0,;260,140,0,2008,0,;220,200,0,2009,0,;300,200,0,2010,0,;260,260,0,2011,0,;120,100,0,2012,0,;160,100,0,2013,0,;280,240,0,2014,0,;120,180,0,2015,0,;160,180,0,2016,0,;240,240,0,2017,0,;240,160,0,2018,0,;280,160,0,2019,0,;360,100,0,2020,0,;400,100,0,2021,0,;360,180,0,2022,0,;400,180,0,2023,0,;140,140,0,2024,1,;260,200,0,2025,1,;380,140,0,2026,1,;240,80,0,2027,0,;280,80,0,2028,0,;220,100,0,2029,1,;300,100,0,2030,1,;120,260,0,2031,0,;160,260,0,2032,0,;100,240,0,2033,1,;180,240,0,2034,1,;360,260,0,2035,0,;400,260,0,2036,0,;340,240,0,2037,1,;420,240,0,2038,1,;");
- Settings.levels.push("-120,80,20,;-120,140,20,;-120,200,20,;-120,260,20,;-140,120,20,;-140,220,20,;-140,160,20,;-100,180,20,;-120,100,20,;-120,240,20,;>240,80,0,2000,0,;240,260,0,2001,0,;200,120,0,2002,0,;280,120,0,2003,0,;200,220,0,2004,0,;280,220,0,2005,0,;160,160,0,2006,0,;320,180,0,2007,0,;120,200,0,2008,0,;360,140,0,2009,0,;160,260,0,2010,0,;320,80,0,2011,0,;220,100,0,2012,0,;180,140,0,2013,0,;140,180,0,2014,0,;260,240,0,2015,0,;300,200,0,2016,0,;340,160,0,2017,0,;180,240,0,2018,0,;340,100,0,2019,0,;300,100,0,2020,0,;140,240,0,2021,0,;220,240,0,2022,0,;260,100,0,2023,0,;240,120,0,2024,1,;240,220,0,2025,1,;160,220,0,2026,1,;320,120,0,2027,1,;160,160,0,2028,1,;320,180,0,2029,1,;");
- Settings.levels.push("-120,80,20,;-120,140,20,;-120,220,20,;-120,260,20,;-120,120,20,;-120,240,20,;-60,200,20,;-140,160,20,;>120,140,0,2000,0,;80,80,0,2001,0,;360,140,0,2002,0,;80,200,0,2003,0,;120,260,0,2004,0,;160,200,0,2005,0,;200,140,0,2006,0,;160,80,0,2007,0,;240,80,0,2008,0,;280,140,0,2009,0,;240,200,0,2010,0,;200,260,0,2011,0,;280,260,0,2012,0,;320,200,0,2013,0,;320,80,0,2014,0,;400,200,0,2015,0,;400,80,0,2016,0,;360,260,0,2017,0,;100,120,0,2018,0,;140,120,0,2019,0,;180,120,0,2020,0,;220,120,0,2021,0,;260,120,0,2022,0,;300,120,0,2023,0,;340,120,0,2024,0,;380,120,0,2025,0,;100,220,0,2026,1,;140,220,0,2027,1,;180,220,0,2028,1,;220,220,0,2029,1,;260,220,0,2030,1,;300,220,0,2031,1,;340,220,0,2032,1,;380,220,0,2033,1,;120,160,0,2034,1,;160,160,0,2035,1,;200,160,0,2036,1,;240,160,0,2037,1,;280,160,0,2038,1,;320,160,0,2039,1,;360,160,0,2040,1,;");
- Settings.levels.push("-140,80,20,;-140,120,20,;-140,200,20,;-140,240,20,;-120,160,20,;>340,160,0,2004,0,;180,160,0,2005,0,;220,160,0,2006,0,;260,160,0,2007,0,;300,160,0,2008,0,;140,240,0,2009,0,;180,240,0,2010,0,;220,240,0,2011,0,;260,240,0,2012,0,;300,240,0,2013,0,;340,240,0,2014,0,;380,240,0,2021,0,;220,80,0,2012,0,;260,80,0,2013,0,;300,80,0,2014,0,;200,120,0,2015,1,;240,120,0,2016,1,;280,120,0,2017,1,;320,120,0,2018,1,;160,200,0,2019,1,;200,200,0,2020,1,;240,200,0,2021,1,;280,200,0,2022,1,;320,200,0,2023,1,;360,200,0,2024,1,;");
- Settings.levels.push("-140,100,20,;-140,160,20,;-120,220,20,;-140,140,20,;-100,180,20,;>120,160,0,2000,0,;160,160,0,2001,0,;280,160,0,2002,0,;200,160,0,2003,0,;240,160,0,2004,0,;320,160,0,2005,0,;360,160,0,2006,0,;160,100,0,2007,0,;200,100,0,2008,0,;240,100,0,2009,0,;160,220,0,2010,0,;200,220,0,2011,0,;280,100,0,2012,0,;320,100,0,2013,0,;360,100,0,2014,0,;240,220,0,2015,0,;280,220,0,2016,0,;320,220,0,2017,0,;360,220,0,2018,0,;400,160,0,2019,0,;140,140,0,2020,0,;180,180,0,2021,0,;220,140,0,2022,0,;260,180,0,2023,0,;300,140,0,2024,0,;340,180,0,2025,0,;380,140,0,2026,0,;140,180,0,2027,1,;180,140,0,2028,1,;220,180,0,2029,1,;260,140,0,2030,1,;300,180,0,2031,1,;340,140,0,2032,1,;380,180,0,2033,1,;");
- Settings.levels.push("-140,80,20,;-140,160,20,;-140,240,20,;-140,120,20,;-140,200,20,;>140,80,0,2000,0,;360,80,0,2001,0,;140,240,0,2002,0,;360,240,0,2003,0,;180,160,0,2004,0,;320,160,0,2005,0,;220,80,0,2006,0,;280,80,0,2007,0,;220,240,0,2008,0,;280,240,0,2009,0,;160,120,0,2010,0,;200,120,0,2011,0,;160,200,0,2012,0,;200,200,0,2013,0,;300,120,0,2014,0,;340,120,0,2015,0,;300,200,0,2016,0,;340,200,0,2017,0,;180,160,0,2018,1,;320,160,0,2019,1,;120,120,0,2021,0,;120,200,0,2022,0,;140,160,0,2023,1,;380,120,0,2024,0,;380,200,0,2025,0,;360,160,0,2026,1,;");
- Settings.levels.push("-120,80,20,;-120,160,20,;-120,240,20,;-120,120,20,;-120,200,20,;>180,80,0,2000,0,;220,80,0,2001,1,;260,80,0,2002,1,;300,80,0,2003,0,;180,240,0,2004,0,;220,240,0,2005,1,;260,240,0,2006,1,;300,240,0,2007,0,;140,120,-90,2008,0,;140,200,-90,2009,0,;340,120,90,2010,0,;340,200,90,2011,0,;180,120,-50,2012,0,;300,120,50,2013,0,;180,200,50,2014,0,;300,200,-50,2015,0,;200,160,0,2016,0,;280,160,0,2017,0,;240,160,0,2018,0,;220,160,0,2019,0,;260,160,0,2020,0,;240,160,0,2021,1,;");
- Settings.levels.push("-100,80,20,;-100,120,20,;-120,200,20,;-120,240,20,;-120,160,20,;-120,140,20,;-100,180,20,;>240,80,0,2000,0,;160,80,0,2001,0,;320,80,0,2002,0,;160,240,0,2003,0,;240,240,0,2004,0,;320,240,0,2005,0,;120,160,0,2006,0,;360,160,0,2007,0,;140,120,0,2008,0,;180,120,0,2009,0,;220,120,0,2010,0,;260,120,0,2011,0,;300,120,0,2012,0,;340,120,0,2013,0,;140,200,0,2014,0,;180,200,0,2015,0,;220,200,0,2016,0,;260,200,0,2017,0,;300,200,0,2018,0,;340,200,0,2019,0,;160,160,0,2020,1,;200,160,0,2021,0,;240,160,0,2022,0,;280,160,0,2023,0,;320,160,0,2024,1,;220,140,0,2025,0,;260,180,0,2026,0,;220,180,0,2027,1,;260,140,0,2028,1,;");
- Settings.levels.push("-140,80,20,;-140,120,20,;-140,200,20,;-140,240,20,;-140,160,20,;>260,240,0,2000,0,;260,80,0,2001,0,;140,80,0,2002,0,;380,80,0,2003,0,;140,240,0,2004,0,;380,240,0,2005,0,;200,120,0,2006,0,;320,120,0,2007,0,;200,200,0,2008,0,;320,200,0,2009,0,;140,160,0,2010,0,;260,160,0,2011,0,;380,160,0,2012,0,;160,120,0,2013,0,;360,120,0,2014,0,;160,200,0,2015,0,;360,200,0,2016,0,;240,120,0,2017,0,;280,120,0,2018,0,;240,200,0,2019,0,;280,200,0,2020,0,;180,160,0,2021,0,;340,160,0,2022,0,;220,160,0,2023,0,;300,160,0,2024,0,;200,160,10,2025,1,;320,160,10,2026,1,;260,160,10,2027,1,;");
- Settings.levels.push("-100,100,20,;-100,160,20,;-100,220,20,;-120,140,20,;-120,180,20,;>120,100,0,2000,0,;160,100,0,2001,0,;140,160,0,2002,0,;120,220,0,2003,0,;160,220,0,2004,0,;240,100,0,2005,0,;280,100,0,2006,0,;240,220,0,2007,0,;260,160,0,2008,0,;280,220,0,2009,0,;360,100,0,2010,0,;400,100,0,2011,0,;380,160,0,2012,0,;360,220,0,2013,0,;400,220,0,2014,0,;120,180,50,2015,0,;160,140,50,2016,0,;140,100,50,2017,1,;140,220,50,2018,1,;260,100,50,2019,1,;280,140,50,2020,1,;240,180,50,2021,1,;260,220,50,2022,1,;380,100,50,2023,1,;400,140,50,2024,0,;360,180,50,2025,0,;380,220,50,2026,1,;200,160,50,2027,0,;320,160,50,2028,0,;80,160,50,2029,0,;440,160,50,2030,0,;100,160,0,2031,1,;420,160,0,2032,1,;180,160,0,2033,1,;340,160,0,2034,1,;");
- Settings.levels.push("-120,100,20,;-120,140,20,;-120,180,20,;-120,220,20,;-120,260,20,;-120,60,20,;>220,60,0,2000,0,;200,100,0,2001,0,;180,140,0,2002,0,;160,180,0,2003,0,;140,220,0,2004,0,;120,260,0,2005,1,;200,260,0,2006,0,;220,220,0,2007,0,;240,180,0,2008,0,;260,140,0,2009,0,;280,100,0,2010,0,;300,60,0,2011,1,;380,60,0,2012,0,;360,100,0,2013,0,;340,140,0,2014,0,;320,180,0,2015,0,;300,220,0,2016,0,;280,260,0,2017,1,;");
- Settings.levels.push("-100,100,10,;-120,120,10,;-120,180,10,;-100,220,10,;-120,140,10,;-120,160,10,;>160,100,0,2000,0,;200,100,0,2001,0,;240,100,0,2002,0,;280,100,0,2003,0,;320,100,0,2004,0,;120,100,0,2005,0,;360,100,0,2006,0,;120,220,0,2007,0,;160,220,0,2008,0,;200,220,0,2009,0,;240,220,0,2010,0,;280,220,0,2011,0,;320,220,0,2012,0,;360,220,0,2013,0,;220,120,0,2014,0,;140,120,0,2015,0,;180,120,0,2016,0,;260,120,0,2017,0,;300,120,0,2018,0,;340,120,0,2019,0,;140,180,0,2020,0,;220,180,0,2021,0,;180,180,0,2022,0,;260,180,0,2023,0,;300,180,0,2024,0,;340,180,0,2025,0,;160,140,0,2026,0,;200,140,0,2027,0,;240,140,0,2028,0,;280,140,0,2029,0,;320,140,0,2030,0,;180,160,0,2031,1,;220,160,0,2032,1,;260,160,0,2033,1,;300,160,0,2034,1,;");
- Settings.levels.push("-140,160,20,;-140,200,20,;-120,240,20,;-100,120,20,;>180,160,0,2000,0,;200,200,0,2001,0,;220,160,0,2002,0,;240,200,0,2003,0,;260,160,0,2004,0,;280,200,0,2005,0,;300,160,0,2006,0,;320,200,0,2007,0,;340,160,0,2008,0,;160,120,0,2009,1,;200,120,0,2010,1,;240,120,0,2011,1,;280,120,0,2012,1,;320,120,0,2013,1,;360,120,0,2014,1,;");
- Settings.levels.push("-120,120,20,;-120,140,20,;-100,160,20,;-100,180,20,;-120,200,20,;-140,220,20,;-100,100,20,;>240,100,0,2000,0,;220,120,0,2001,0,;260,120,0,2002,0,;240,140,0,2003,0,;200,140,0,2004,0,;280,140,0,2005,0,;220,160,0,2006,0,;260,160,0,2007,0,;180,160,0,2008,0,;300,160,0,2009,0,;200,180,0,2010,0,;240,180,0,2011,0,;280,180,0,2012,0,;320,180,0,2014,0,;160,180,0,2015,0,;180,200,0,2016,0,;140,200,0,2017,0,;220,200,0,2018,0,;260,200,0,2019,0,;300,200,0,2020,0,;340,200,0,2021,0,;120,220,0,2022,1,;160,220,0,2023,1,;200,220,0,2024,1,;240,220,0,2025,1,;280,220,0,2026,1,;320,220,0,2027,1,;360,220,0,2028,1,;");
- }
- }
-