DFG StarMods Forum Staff
0 Members and 1 Guest are viewing this topic.
this.createEmptyMovieClip("htcBar", 99); htcBar.loadMovie("HTC FILES/Lockscreen/lockscreen.swf");
function loadBar1(){ if (barLoaded) { htcBar.unloadMovie("htcBar"); barLoaded != barLoaded; } else { this.createEmptyMovieClip("htcBar", 99); htcBar.loadMovie("HTC FILES/Lockscreen/lockscreen.swf"); barLoaded != barLoaded; } // end else if} // End of the function
on (release){ fscommand2("set", "Menu", 1, 3, 0); _root.aamir._visible = false; _root.loadBar1(); }
_root.htcBar.unloadMovie();
on (press){ function pressed() { clearInterval(InterID); _root.druck = 1; _root.htcBar.unloadMovie(); _root.screenLock = false; lock = false; } // End of the function _root.druck = 0; InterID = setInterval(pressed, 300);}on (release, releaseOutside){ clearInterval(InterID); if (_root.druck != 1) { if (_root.druck == 0) { notifier.gotoAndStop(2); } // end if } else { _root.druck = 0; notifier.gotoAndStop(3); } // end else if}
fscommand2("set", "Mode", "Gadget");backgroundClip = createEmptyMovieClip("bg1", 0);backgroundClip._x = 0;backgroundClip._y = 0;var backgroundLoader = new MovieClipLoader();fscommand2("Get", "idle", "InitWallPaper", "mainBGPath");backgroundLoader.loadClip(mainBGPath, bg1);delete mainBGPath;
_root.screenLock = true;lock = true;
did you convert motoblur swf to fla? if yes press ctrl + f search for the word FLcmd change it to fscommand or fscommand2 it depends on link of a button
beside me who has a lockscreen changer?
i stay calm..
Don't start again!!
how is saying grammar is wrong a reason to get demoted? i was the one who suggested to df5 that u should be jr mod. lf i get demoted i leave.
guys ... we are a international forum so Dont get mad about grammar and theres young people here (i went 14 1 august) which are foreign , so english is not everyones first language here ...
To get everyone back on topic, if you want to create a lockscreen to be used in starhero, samsense etc. via the lockscreen chooser, use jdotcong's method.however, if you want to create a proper lockscreen to be used with the NewPhoneLock patch, then instead of all the htcbar, lock=visible stuff etc. only one fscommand is important,fscommand ("send", "KeyUnlock");this unlocks the lockscreen
function loadWallpaper(){ fscommand2("set", "Mode", "Gadget"); backgroundClip = createEmptyMovieClip("bg1", 0); backgroundClip._x = 0; backgroundClip._y = 0; var _loc1 = new MovieClipLoader(); fscommand2("Get", "idle", "InitWallPaper", "mainBGPath"); _loc1.loadClip(mainBGPath, bg1); delete mainBGPath;} // End of the functionfscommand2("set", "Mode", "Gadget");_root.backgroundClip = _root.createEmptyMovieClip("bg1", 0);_root.backgroundClip._x = -240;_root.backgroundClip._y = 0;var backgroundLoader = new MovieClipLoader();fscommand2("Get", "idle", "InitWallPaper", "mainBGPath");backgroundLoader.loadClip(_root.mainBGPath, _root.bg1);delete _root.mainBGPath;EVWallpapers = new Object();EVWallpapers.onEvent = function (procedure){ procedure = "load"; loadWallpaper(procedure);};ExtendedEvents.setWallpaper.addListener(EVWallpapers);procedure = "load";loadWallpaper("load");
thank you soo much anyway... but i dont want the default wallpaper.. i want the wallpaper that i am using in the gadget..i have made my own gadget...
but siris cac has done that in his monte evo mod....
i found a way to do that its kinda easy...................you need to use SO handlers for that...........