LgCookieBlog

Script idle_widget

« Older   Newer »
  Share  
Sasuke97
CAT_IMG Posted on 30/1/2011, 17:26




Ecco gli script da inserire se si vorrà fare un idle_widget:


on(press){
this.orange_button._alpha = 15; // if the button is pressed make it see trough (transparent being alpha = 0 and fully shown alpha = 100)
}

on(dragOut){
this.orange_button._alpha = 100; // if you drag your finger off the button it will stop the see through effect
}

on(release){
getURL("FSCommand:Idle_CMD", "IconPressed^" + 9);
getURL("FSCommand:Common_CMD", "TouchFeedback^KEY_PRESSED"); // here's the menu connection, 6 is the "New Sms" menu
this.orange_button._alpha = 100; // stops the see through effect
}
Altre funzioni :
0 - Tastierino chiamata
1 - Chiamate rapide
2 - Aggiungi contatto
3 - Contatti
4 - Gruppi
5 - Tutte le chiamate
6 - Nuovo SMS
7 - Nuova e-mail
8 - Ricevuti
9 - Messaggi
10 - Mailbox
11 - Bozze
12 - Posta in uscita
13 - Inviati
14 - Il mio cartelle (sms, non mystuff)
15 - Galleria
16 - Le mie immagini
17 - Suoni
18 - I miei video
19 - I miei giochi e app (dalla mia roba)
20 - i contenuti Flash (lol)
21 - Documenti
22 - Altro
23 - Memoria esterna
24 - Camera
25 - Video camera
26 - Muvee studio
27 - Musica
28 - Radio
29 - Giochi e applicazioni (direttamente dal menu, deve essere uguale allo 19)
30 - del browser (home page)
31 - Browser (inserire indirizzo)
32 - Browser (segnalibri)
33 - Browser (RSS reader)
34 - Browser (pagine salvate)
35 - (il mio telefono congelato, ma dovrebbe essere di disegno del pannello, cercherò di scoprire
in seguito).
36 - Calendario
37 - Per fare
38 - Data finder
39 - Allarmi
40 - Memo
41 - Registratore vocale
42 - Calcolatrice
43 - Convertitore
44 - Cronometro
45 - Profili
46 - le impostazioni dello schermo
47 - Impostazioni del telefono cellulare
48 - Impostazioni di chiamata
49 - effetto Touchscreen
50 - Connettività
51 - I dispositivi associati (Bluetooth)
52 - Qualche errore
Menu - getURL("FSCommand:IdleSoftkey_CMD", "Cmd4");
 
Top
0 replies since 30/1/2011, 17:26   46 views
  Share