SlideShare une entreprise Scribd logo
1  sur  14
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                     ¨    
                                                               ’w—x’jiudr ”’w—l ‘f’ed–m
                      ˜di‘—fij““v ’jiudr ”o‘f’ed–m t sr —q—p ”o’i–dn’‘—• ”‘f’ed–m ™’l k ’jih
                                                                      g‘f’ed–“ ™’˜ — ’‘—’–• ” “’‘
                                         ‰igxˆ ‡„†…y€„i „‚yuƒg ‚t€yx wvp utsrqpihg
of game builder and visual mobile designer. You will also learn to use the SVG UI editor.
This lab series will take you through the process of developing a mobile game with the assistance
                                                                                   0)f1edc)b10a
   988EYG`BYX'W¥V988E£BV$ §¦£§¤ §¤¢V$¨§¦§ £$¤'§ ¥¤£ ¢ %$$#¥!
                                         ¢U §T  £'S ¤D £ §¤R%§! E8QQ A      # '§  D P
                           ¨ % £¦  !   £¥¤' %§ '¦¨¤£  ¨  ! %%I #H8A@98¡©     o
       § '  ¨ %§  G£ % £¦ F ¦¥  !   ' ¤  %£¦  ¨ ¨§¦C #E8A@98¡©  o
     ¤D £  %§ ¤D §¦  !   ' ¤  §¨¦ ¡  £¦¤© £¦ ¨§¦C #B8 A@98¡©   o
              # %£¦  ¨ %§ 7¡©6  §¨¦ %  £¦¤ £¦¢ ¨§¦  ¨  £¦¤ ¥¤£ ¢ % ¤ 5¤4   •
                                                                                         310210)(
                                               §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                            ¨    D
                                      ’w—n ”’w—l ’n— f—m
         Q’n— f—m —q—p k ™’l ”k’n— f—“ ‘j¤—£’B¢  fij• ‘¡niG
                                         ’n— f—“ ™’˜ BBv ”D “’‘
               §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                           ¨    R
                               ‘’j¡ rj—¤oiB ”’w—˜ ‘’j¡ r
           Q ‘’j¡ r j—¤oiB k ™’l ”’n— f—“ ’w—n  fij• ‘¡niG
                                        ‘’j¡ r j—¤oiB BBv ”R “’‘
              §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
 §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡


b20¦f 2¥ 2¢f¤)£ ¢¡d f

           ’jiudw ˜nio’B d‘ ¤d© o’ju—˜’ ‘—¡‘ ’f—£–’‘˜i j—fi¡“—–n — oi ¨¡rB§ –’˜nio’¡ ’jiudr j—¤oiB ’¡U
B˜— ™dj£ ˜di‘—fij““— ’¡‘ ’˜i£’B d‘ ¤d© o™djj— ¡rB ’¡U go‘˜’˜d“wdf “d–B B˜— n—–B n˜io¤ o˜di‘—fij““—
   ’¡U g£j’o–¤d© ˜nio’B ¤d© o‘˜’˜d“wdf –d s¡  ’¡‘ ©u B’ij““¤o o‘˜’˜d“wdf ’¡‘ n˜io¤  Ex –¤d© ˜nio’B
 o˜di‘—fij““— ’‘—’–f d‘ ’o¤ ˜—f ¤d© ‘—¡‘ o‘˜’˜d“wdf ¨ E§ ’f—£–’‘˜  –’oE B–—B˜—‘o ©˜—w o˜i—‘˜df ¡rB
˜di‘—’–f ’¡‘ ©£ij“wio ‘—¡‘ o‘˜’˜d“wdf wd‘o¤f o’B¤jf˜i doj— ‘  go’n—w  B˜— ow–dh o‘–’jv o‘oi o— ¡f¤o
                g’–dw B˜— ow’‘  ’ju—U o˜’’–f ¡o—j“ o˜’’–f ‘i— o— ¡f¤o o’–¤‘—’£ ’j“wdf ’–dw £d




[Flow]
     • Right after creating a Visual MIDlet you'll see the Flow Design, that currently is pretty
       barren.
   • You drag UI elements from the right-most list.
   • You add commands to UI elements the same way, and draw flow lines from commands
       to other UI elements etc.
   • Visual Mobile Designer (VMD) will automatically create Java code that corresponds
       exactly to what you've drawn in the Flow Design View.
   • Always name the UI elements logically. Never use the default names, as they are
       impossible to remember.
   • If this view gets cluttered you can click on the right-most icon on the tab line (looking
       like two boxes) to clean up the layout.
[Screen]
   • The Screen Design tab is used for editing the contents of individual UI elements. To open
       it you can double-click on any Screen.
   • When dealing with command types I recommend the following:
           o Use EXIT type for Application Exit
           o Use OK type with a very high priority (low value) for Submit, Send, Save, Next
               etc commands
           o Use BACK type for Back, Cancel, Previous etc commands
           o Use SCREEN type and a priority to sort low-priority commands in the menu
           o In Lists: Set up a command that will be activated when pressing Select
   • Note that different phones prioritize commands differently, but the above gives high
       priority commands a bigger chance to be mapped to soft keys.
[Source]
   • When you select the Source tab you will see the code that VMD has created.
   • The blue lines are controlled by VMD, so you can't edit them directly.



T        ¨             $¤'¤¥¨¤£%¨%%¨¥$$#¥!
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                     ¨     a
'’j‘iU' d‘ ’j‘iU o‘i ’n˜—¡f B˜— ™dB˜i™ o’i‘–’“d–m d‘ ’n˜—¡f B˜— w–dhnqo ’¡‘ ‘f’j’ ” “’‘
           —q—eg‘’j¡ rj—¤oiB d‘˜i                                  “d–B B˜— n—–¡ ”a “’‘
                   o‘˜’˜d“wd• xB ’¡‘ d‘ ’‘—niq—˜ B˜— ™dB˜i™ ’‘‘’j—m ’¡‘ ˜’“b ”T “’‘
                                                             1020)£¢)( ¡  ¦0f 
                                     §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                      ¨    
                                                     nqo ”’w—l ’n— f—m
                     Q’n— f—m —q—p k ™’l ”k’n— f—“ ‘j¤—£’B¢  fij• ‘¡niG
                                                       ’n— f—“ ™’˜ BBv ”¨ “’‘
                                         wd–hnqo –’¡‘d˜— “d–B B˜— n—–¡ ”¢ “’‘
w–dhnqo d‘ ˜di‘f’˜˜df — n—–B B˜— ¡B’‘–—‘  ˜d  fijf ’fiq’¡ ’jiudr ‘f’j’
     ”‘–—‘o ’w—n ’¡‘ –’‘£— B’©—j“oiB w–dh ‘o–i£ ’¡‘ w–dhnqo oi¡‘ ’ —w dU ” “’‘
                           §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                           ¨   
                                   w–d£4˜i—w ”’w—l ’jih
                ’jih xB ”o’“©U ’jih B˜— –’¡‘b ”o’i–dn’‘—•
                Q –’¡‘b k ™’l ”’n— f—“ nqo ˜d  fijf ‘¡niG
                                    ’n—wi xB ™’˜ BBv ”¡ “’‘
             §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                          ¨    ¢
                    nqogw–d£4˜i—w d‘˜i o˜d‘‘¤u d™‘ n—–¡
                nqogw–d£4˜i—w d‘˜i j’u—j — “d–B B˜— n—–¡
                         o˜d‘‘¤B d™‘ B˜— j’u— ’˜d BBv ” “’‘
             §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                          ¨   ¨
       ˜™dB –d “¤ ow’‘i ’qdw d‘  fijf ‘¡ni– 'o‘˜’˜d“wd• xB B’)i˜ndf’G'  fij•
¡Q    ˜d  fijf ’n—wi xB £d ’Bio ‘¡ni– ’¡‘ ˜d o’i‘–’“d–m ™’iq w–dhnqo ’¡‘ ‘f’j’
                                   o˜d‘‘¤u B˜— j’u—j ’¡‘ £d –’B–d u—‘ ’¡‘ ’n˜—¡f dU ”—–‘s
                               ”n˜i™djjd£ ’¡‘ ‘’n jji™ ¤d© ¨jj— ’q—o  fijf§ ‘—¡‘ –’‘£v
         w–dhnqo d‘ nqogw–d£4˜i—w ’¡‘ “d–B B˜— n—–B ™dB˜i™ o‘f’ed–m ’¡‘ wd–h
                                    ™’iq ¡™djh  B˜— —q—eg‘’j¡ rj—¤oiB d‘ ¡f‘i™ ”D “’‘
                                    §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                          ¨     ¡
                                           U¦¡ U ¤ UGSU
                                           UG£ U ¤ UGSU
                               UX'¤£ ' ££¤WU ¤ U£ AU
                              UG£¥ ¤ 5¤4U ¤ U¤¨¢U
            ‘’‘ ’¡‘ ’n˜—¡f d‘ ™dB˜i™ o’i‘–’“d–m ’¡‘ ’oE
                                 ™’iq ¡˜’’–f  d‘ ¡f‘i™ ”R “’‘
             §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                    ¨     
”™dB˜i™ ’‘‘’j—m ’¡‘ wd–£ “d–B B˜— n—–B ©u ˜d‘‘¤B ’˜d B˜— oj’u— d™‘ BBv ”a “’‘
                                                   ‘j¤o’–4’w—n ”’w—l ’jih
           Q ’jih xB k ™’l ”’n— f—“ nqo ˜d  fijf ‘¡ni– ™dB˜i™ o‘f’ed–m ˜ 
                                                  ’ji£ xB –’¡‘d˜— ’‘—’–• ”T “’‘
                             §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                ¨     D
                                               ”˜di‘f— ’¡‘ –’‘£v
  w–dhnqo d‘ nqog‘j¤o’–4’w—n “d–B B˜— n—–B ™dB˜i™ o‘f’ed–m ˜ 
                     ™’iq ¡™djh  B˜— —q—eg‘’j¡ rj—¤oiB d‘ ¡f‘i™
                    w–dhnqo ’¡‘ ¡‘i™ ’ji£ nqo ™’˜ ’¡‘ ‘f’˜˜d• ” “’‘
                   §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                          ¨     R
                                U¦  §§¦5  !UU ¤ U£ AU
                                   U£ PU ¤ U¤¨¢U
            ‘’‘ ’¡‘ ’n˜—¡f d‘ ™dB˜i™ o’i‘–’“d–m ’¡‘ ’oE
                w–dhnqo ‘f’j’o ™’iq ¡˜’’–f  d‘ ¡f‘i™ ” “’‘
             §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
$¤'¤¥¨¤£%¨%%¨¥$$#¥!                                      ¨     T
                       w–dhnqo d‘ ’w—n ’¡‘ wd–£ B˜— ’w—n ’¡‘ d‘ w–dhnqo wd–£ ‘f’˜˜df jj—¡o
’™ ¡fi¡™ –’‘£— B˜— ’w—n B’o—us’ji‘ ’¡‘ ’‘—’–f d‘ –’Bji¤B ’w—x ’o¤ jj—¡o ’™ ‘’’¡o u—j ‘’˜ ’¡‘ ˜ 
                                                      ˜d‘‘¤u ¡‘is  ’¡‘ ˜d n˜i fijf ©u ‘o’U
                                                                            ˜¤– B˜— Bji¤B ”¨ “’‘
                         “d–B B˜— n—–B ©u w–dhnqo d‘ ˜d‘‘¤u  b o)w–dhnqo ’¡‘ ‘f’˜˜d•
                   “d–B B˜— n—–B ©u ’fiq’¡ ’jiudr d‘ ˜d‘‘¤B ‘is o)w–dhnqo ’¡‘ ‘f’˜˜d•
                                                                   ™’iq ¡™djh  d‘ ¡f‘i™ ”¢ “’‘
                                           §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡

Contenu connexe

En vedette

Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13
Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13
Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13Sergi Lluch Martín
 
химийн тер к
химийн тер кхимийн тер к
химийн тер кdavaa627
 
Inicio de campaña
Inicio de campañaInicio de campaña
Inicio de campañaNerio Torres
 
la belleza de las flores
la belleza de las floresla belleza de las flores
la belleza de las floresd mgr
 
Foro andaluz septiembre_2012
Foro andaluz septiembre_2012Foro andaluz septiembre_2012
Foro andaluz septiembre_2012shopfreearth
 
Gezeitenkonzerte flyer mai2012
Gezeitenkonzerte flyer mai2012Gezeitenkonzerte flyer mai2012
Gezeitenkonzerte flyer mai2012Wibke Heß
 
Marketing por influencias parte 1: Encuentra los líderes de tu industria
Marketing por influencias parte 1: Encuentra los líderes de tu industriaMarketing por influencias parte 1: Encuentra los líderes de tu industria
Marketing por influencias parte 1: Encuentra los líderes de tu industriaWishpondES
 
Stan Slap Keynote Speeches
Stan Slap Keynote SpeechesStan Slap Keynote Speeches
Stan Slap Keynote Speechesslap Company
 
Watzl inaugural lecture
Watzl inaugural lectureWatzl inaugural lecture
Watzl inaugural lecturesebastianwatzl
 

En vedette (14)

Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13
Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13
Acta sesion ordinaria por el ayuntamiento pleno el dia 24 06-13
 
9d.angi
9d.angi9d.angi
9d.angi
 
химийн тер к
химийн тер кхимийн тер к
химийн тер к
 
Inicio de campaña
Inicio de campañaInicio de campaña
Inicio de campaña
 
la belleza de las flores
la belleza de las floresla belleza de las flores
la belleza de las flores
 
Herbibik
HerbibikHerbibik
Herbibik
 
Foro andaluz septiembre_2012
Foro andaluz septiembre_2012Foro andaluz septiembre_2012
Foro andaluz septiembre_2012
 
Gezeitenkonzerte flyer mai2012
Gezeitenkonzerte flyer mai2012Gezeitenkonzerte flyer mai2012
Gezeitenkonzerte flyer mai2012
 
Marketing por influencias parte 1: Encuentra los líderes de tu industria
Marketing por influencias parte 1: Encuentra los líderes de tu industriaMarketing por influencias parte 1: Encuentra los líderes de tu industria
Marketing por influencias parte 1: Encuentra los líderes de tu industria
 
Boletin juni julio 2012 (1)
Boletin juni julio 2012 (1)Boletin juni julio 2012 (1)
Boletin juni julio 2012 (1)
 
Stan Slap Keynote Speeches
Stan Slap Keynote SpeechesStan Slap Keynote Speeches
Stan Slap Keynote Speeches
 
Watzl inaugural lecture
Watzl inaugural lectureWatzl inaugural lecture
Watzl inaugural lecture
 
Elvis 2005
Elvis 2005Elvis 2005
Elvis 2005
 
India
IndiaIndia
India
 

Similaire à Mgd09 lab01

Theroyalconnection1week hrh
Theroyalconnection1week hrhTheroyalconnection1week hrh
Theroyalconnection1week hrhCruzeiro Safaris
 
Dispositivi per la telemedicina
Dispositivi per la telemedicinaDispositivi per la telemedicina
Dispositivi per la telemedicinaSergio Pillon
 
document redesign project
document redesign projectdocument redesign project
document redesign projectResa Lehman
 
método violino kreutzer kr16
método violino kreutzer kr16método violino kreutzer kr16
método violino kreutzer kr16André Levino
 
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul   Summer Rdf VocabulariesSemantic Web Vo Camp Seoul   Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul Summer Rdf Vocabulariessangwon Yang
 
Thesis Abstract & Intro
Thesis Abstract & IntroThesis Abstract & Intro
Thesis Abstract & IntroAndrew Nash
 
Sapienza stochino-25-06-2013
Sapienza stochino-25-06-2013Sapienza stochino-25-06-2013
Sapienza stochino-25-06-2013Franco Bontempi
 
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)kevin lee
 
Sample Interview Question
Sample Interview QuestionSample Interview Question
Sample Interview QuestionAmrit Kaur
 
C++interviewquestions
C++interviewquestionsC++interviewquestions
C++interviewquestionsmiladrahimi7
 
CV Wilhelm Christiaan Smith
CV Wilhelm Christiaan SmithCV Wilhelm Christiaan Smith
CV Wilhelm Christiaan SmithChristiaan Smith
 
Onde investir em cuiaba e no mato grosso loteamento a venda
Onde investir em cuiaba e no mato grosso   loteamento a vendaOnde investir em cuiaba e no mato grosso   loteamento a venda
Onde investir em cuiaba e no mato grosso loteamento a vendaFernando Misato
 
Hoshin Kanri 1-day workshop - Handout - AME Conference Toronto 2013
Hoshin Kanri   1-day workshop - Handout - AME Conference Toronto 2013Hoshin Kanri   1-day workshop - Handout - AME Conference Toronto 2013
Hoshin Kanri 1-day workshop - Handout - AME Conference Toronto 20135S Supply
 

Similaire à Mgd09 lab01 (20)

Mgd09 lab03
Mgd09 lab03Mgd09 lab03
Mgd09 lab03
 
Theroyalconnection1week hrh
Theroyalconnection1week hrhTheroyalconnection1week hrh
Theroyalconnection1week hrh
 
Dispositivi per la telemedicina
Dispositivi per la telemedicinaDispositivi per la telemedicina
Dispositivi per la telemedicina
 
Mgd10 lab03
Mgd10 lab03Mgd10 lab03
Mgd10 lab03
 
Quinones Final Design
Quinones Final DesignQuinones Final Design
Quinones Final Design
 
document redesign project
document redesign projectdocument redesign project
document redesign project
 
método violino kreutzer kr16
método violino kreutzer kr16método violino kreutzer kr16
método violino kreutzer kr16
 
Math wb grade 1 (3)
Math wb grade 1 (3)Math wb grade 1 (3)
Math wb grade 1 (3)
 
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul   Summer Rdf VocabulariesSemantic Web Vo Camp Seoul   Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
 
Thesis Abstract & Intro
Thesis Abstract & IntroThesis Abstract & Intro
Thesis Abstract & Intro
 
Sapienza stochino-25-06-2013
Sapienza stochino-25-06-2013Sapienza stochino-25-06-2013
Sapienza stochino-25-06-2013
 
La biblia libro de profecias exactas
La biblia   libro de profecias exactasLa biblia   libro de profecias exactas
La biblia libro de profecias exactas
 
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)
마케팅 패러다임의 변화 그리고 모바일 (Daum, Focus on Mobile Marketing 2012)
 
water and climate coalition
water and climate coalitionwater and climate coalition
water and climate coalition
 
Revista Española de Defensa
Revista Española de DefensaRevista Española de Defensa
Revista Española de Defensa
 
Sample Interview Question
Sample Interview QuestionSample Interview Question
Sample Interview Question
 
C++interviewquestions
C++interviewquestionsC++interviewquestions
C++interviewquestions
 
CV Wilhelm Christiaan Smith
CV Wilhelm Christiaan SmithCV Wilhelm Christiaan Smith
CV Wilhelm Christiaan Smith
 
Onde investir em cuiaba e no mato grosso loteamento a venda
Onde investir em cuiaba e no mato grosso   loteamento a vendaOnde investir em cuiaba e no mato grosso   loteamento a venda
Onde investir em cuiaba e no mato grosso loteamento a venda
 
Hoshin Kanri 1-day workshop - Handout - AME Conference Toronto 2013
Hoshin Kanri   1-day workshop - Handout - AME Conference Toronto 2013Hoshin Kanri   1-day workshop - Handout - AME Conference Toronto 2013
Hoshin Kanri 1-day workshop - Handout - AME Conference Toronto 2013
 

Plus de Hock Leng PUAH

ASP.net Image Slideshow
ASP.net Image SlideshowASP.net Image Slideshow
ASP.net Image SlideshowHock Leng PUAH
 
Visual basic asp.net programming introduction
Visual basic asp.net programming introductionVisual basic asp.net programming introduction
Visual basic asp.net programming introductionHock Leng PUAH
 
Using iMac Built-in Screen Sharing
Using iMac Built-in Screen SharingUsing iMac Built-in Screen Sharing
Using iMac Built-in Screen SharingHock Leng PUAH
 
Hosting SWF Flash file
Hosting SWF Flash fileHosting SWF Flash file
Hosting SWF Flash fileHock Leng PUAH
 
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
PHP built-in functions date( ) and mktime( ) to calculate age from date of birthPHP built-in functions date( ) and mktime( ) to calculate age from date of birth
PHP built-in functions date( ) and mktime( ) to calculate age from date of birthHock Leng PUAH
 
PHP built-in function mktime example
PHP built-in function mktime examplePHP built-in function mktime example
PHP built-in function mktime exampleHock Leng PUAH
 
A simple php exercise on date( ) function
A simple php exercise on date( ) functionA simple php exercise on date( ) function
A simple php exercise on date( ) functionHock Leng PUAH
 
Integrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteIntegrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteHock Leng PUAH
 
Step by step guide to use mac lion to make hidden folders visible
Step by step guide to use mac lion to make hidden folders visibleStep by step guide to use mac lion to make hidden folders visible
Step by step guide to use mac lion to make hidden folders visibleHock Leng PUAH
 
CSS Basic and Common Errors
CSS Basic and Common ErrorsCSS Basic and Common Errors
CSS Basic and Common ErrorsHock Leng PUAH
 
Connectivity Test for EES Logic Probe Project
Connectivity Test for EES Logic Probe ProjectConnectivity Test for EES Logic Probe Project
Connectivity Test for EES Logic Probe ProjectHock Leng PUAH
 
Ohm's law, resistors in series or in parallel
Ohm's law, resistors in series or in parallelOhm's law, resistors in series or in parallel
Ohm's law, resistors in series or in parallelHock Leng PUAH
 
Connections Exercises Guide
Connections Exercises GuideConnections Exercises Guide
Connections Exercises GuideHock Leng PUAH
 
Design to circuit connection
Design to circuit connectionDesign to circuit connection
Design to circuit connectionHock Leng PUAH
 
NMS Media Services Jobshet 1 to 5 Summary
NMS Media Services Jobshet 1 to 5 SummaryNMS Media Services Jobshet 1 to 5 Summary
NMS Media Services Jobshet 1 to 5 SummaryHock Leng PUAH
 
Virtualbox step by step guide
Virtualbox step by step guideVirtualbox step by step guide
Virtualbox step by step guideHock Leng PUAH
 

Plus de Hock Leng PUAH (20)

ASP.net Image Slideshow
ASP.net Image SlideshowASP.net Image Slideshow
ASP.net Image Slideshow
 
Visual basic asp.net programming introduction
Visual basic asp.net programming introductionVisual basic asp.net programming introduction
Visual basic asp.net programming introduction
 
Using iMac Built-in Screen Sharing
Using iMac Built-in Screen SharingUsing iMac Built-in Screen Sharing
Using iMac Built-in Screen Sharing
 
Hosting SWF Flash file
Hosting SWF Flash fileHosting SWF Flash file
Hosting SWF Flash file
 
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
PHP built-in functions date( ) and mktime( ) to calculate age from date of birthPHP built-in functions date( ) and mktime( ) to calculate age from date of birth
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
 
PHP built-in function mktime example
PHP built-in function mktime examplePHP built-in function mktime example
PHP built-in function mktime example
 
A simple php exercise on date( ) function
A simple php exercise on date( ) functionA simple php exercise on date( ) function
A simple php exercise on date( ) function
 
Integrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteIntegrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web site
 
Responsive design
Responsive designResponsive design
Responsive design
 
Step by step guide to use mac lion to make hidden folders visible
Step by step guide to use mac lion to make hidden folders visibleStep by step guide to use mac lion to make hidden folders visible
Step by step guide to use mac lion to make hidden folders visible
 
Beautiful web pages
Beautiful web pagesBeautiful web pages
Beautiful web pages
 
CSS Basic and Common Errors
CSS Basic and Common ErrorsCSS Basic and Common Errors
CSS Basic and Common Errors
 
Connectivity Test for EES Logic Probe Project
Connectivity Test for EES Logic Probe ProjectConnectivity Test for EES Logic Probe Project
Connectivity Test for EES Logic Probe Project
 
Logic gate lab intro
Logic gate lab introLogic gate lab intro
Logic gate lab intro
 
Ohm's law, resistors in series or in parallel
Ohm's law, resistors in series or in parallelOhm's law, resistors in series or in parallel
Ohm's law, resistors in series or in parallel
 
Connections Exercises Guide
Connections Exercises GuideConnections Exercises Guide
Connections Exercises Guide
 
Design to circuit connection
Design to circuit connectionDesign to circuit connection
Design to circuit connection
 
NMS Media Services Jobshet 1 to 5 Summary
NMS Media Services Jobshet 1 to 5 SummaryNMS Media Services Jobshet 1 to 5 Summary
NMS Media Services Jobshet 1 to 5 Summary
 
Virtualbox step by step guide
Virtualbox step by step guideVirtualbox step by step guide
Virtualbox step by step guide
 
Nms chapter 01
Nms chapter 01Nms chapter 01
Nms chapter 01
 

Dernier

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 

Dernier (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

Mgd09 lab01

  • 1. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ ’w—x’jiudr ”’w—l ‘f’ed–m ˜di‘—fij““v ’jiudr ”o‘f’ed–m t sr —q—p ”o’i–dn’‘—• ”‘f’ed–m ™’l k ’jih g‘f’ed–“ ™’˜ — ’‘—’–• ” “’‘ ‰igxˆ ‡„†…y€„i „‚yuƒg ‚t€yx wvp utsrqpihg of game builder and visual mobile designer. You will also learn to use the SVG UI editor. This lab series will take you through the process of developing a mobile game with the assistance 0)f1edc)b10a 988EYG`BYX'W¥V988E£BV$ §¦£§¤ §¤¢V$¨§¦§ £$¤'§ ¥¤£ ¢ %$$#¥! ¢U §T  £'S ¤D £ §¤R%§! E8QQ A # '§  D P  ¨ % £¦  !   £¥¤' %§ '¦¨¤£  ¨  ! %%I #H8A@98¡© o  § '  ¨ %§  G£ % £¦ F ¦¥  !   ' ¤  %£¦  ¨ ¨§¦C #E8A@98¡© o ¤D £  %§ ¤D §¦  !   ' ¤  §¨¦ ¡  £¦¤© £¦ ¨§¦C #B8 A@98¡© o # %£¦  ¨ %§ 7¡©6  §¨¦ %  £¦¤ £¦¢ ¨§¦  ¨  £¦¤ ¥¤£ ¢ % ¤ 5¤4 • 310210)(  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 2. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ D ’w—n ”’w—l ’n— f—m Q’n— f—m —q—p k ™’l ”k’n— f—“ ‘j¤—£’B¢  fij• ‘¡niG ’n— f—“ ™’˜ BBv ”D “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 3. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ R ‘’j¡ rj—¤oiB ”’w—˜ ‘’j¡ r Q ‘’j¡ r j—¤oiB k ™’l ”’n— f—“ ’w—n  fij• ‘¡niG ‘’j¡ r j—¤oiB BBv ”R “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 4.  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡ b20¦f 2¥ 2¢f¤)£ ¢¡d f ’jiudw ˜nio’B d‘ ¤d© o’ju—˜’ ‘—¡‘ ’f—£–’‘˜i j—fi¡“—–n — oi ¨¡rB§ –’˜nio’¡ ’jiudr j—¤oiB ’¡U B˜— ™dj£ ˜di‘—fij““— ’¡‘ ’˜i£’B d‘ ¤d© o™djj— ¡rB ’¡U go‘˜’˜d“wdf “d–B B˜— n—–B n˜io¤ o˜di‘—fij““— ’¡U g£j’o–¤d© ˜nio’B ¤d© o‘˜’˜d“wdf –d s¡  ’¡‘ ©u B’ij““¤o o‘˜’˜d“wdf ’¡‘ n˜io¤  Ex –¤d© ˜nio’B o˜di‘—fij““— ’‘—’–f d‘ ’o¤ ˜—f ¤d© ‘—¡‘ o‘˜’˜d“wdf ¨ E§ ’f—£–’‘˜  –’oE B–—B˜—‘o ©˜—w o˜i—‘˜df ¡rB ˜di‘—’–f ’¡‘ ©£ij“wio ‘—¡‘ o‘˜’˜d“wdf wd‘o¤f o’B¤jf˜i doj— ‘  go’n—w  B˜— ow–dh o‘–’jv o‘oi o— ¡f¤o g’–dw B˜— ow’‘  ’ju—U o˜’’–f ¡o—j“ o˜’’–f ‘i— o— ¡f¤o o’–¤‘—’£ ’j“wdf ’–dw £d [Flow] • Right after creating a Visual MIDlet you'll see the Flow Design, that currently is pretty barren. • You drag UI elements from the right-most list. • You add commands to UI elements the same way, and draw flow lines from commands to other UI elements etc. • Visual Mobile Designer (VMD) will automatically create Java code that corresponds exactly to what you've drawn in the Flow Design View. • Always name the UI elements logically. Never use the default names, as they are impossible to remember. • If this view gets cluttered you can click on the right-most icon on the tab line (looking like two boxes) to clean up the layout. [Screen] • The Screen Design tab is used for editing the contents of individual UI elements. To open it you can double-click on any Screen. • When dealing with command types I recommend the following: o Use EXIT type for Application Exit o Use OK type with a very high priority (low value) for Submit, Send, Save, Next etc commands o Use BACK type for Back, Cancel, Previous etc commands o Use SCREEN type and a priority to sort low-priority commands in the menu o In Lists: Set up a command that will be activated when pressing Select • Note that different phones prioritize commands differently, but the above gives high priority commands a bigger chance to be mapped to soft keys. [Source] • When you select the Source tab you will see the code that VMD has created. • The blue lines are controlled by VMD, so you can't edit them directly. T  ¨ $¤'¤¥¨¤£%¨%%¨¥$$#¥!
  • 5. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ a '’j‘iU' d‘ ’j‘iU o‘i ’n˜—¡f B˜— ™dB˜i™ o’i‘–’“d–m d‘ ’n˜—¡f B˜— w–dhnqo ’¡‘ ‘f’j’ ” “’‘ —q—eg‘’j¡ rj—¤oiB d‘˜i “d–B B˜— n—–¡ ”a “’‘ o‘˜’˜d“wd• xB ’¡‘ d‘ ’‘—niq—˜ B˜— ™dB˜i™ ’‘‘’j—m ’¡‘ ˜’“b ”T “’‘  1020)£¢)( ¡  ¦0f   §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 6. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ nqo ”’w—l ’n— f—m Q’n— f—m —q—p k ™’l ”k’n— f—“ ‘j¤—£’B¢  fij• ‘¡niG ’n— f—“ ™’˜ BBv ”¨ “’‘ wd–hnqo –’¡‘d˜— “d–B B˜— n—–¡ ”¢ “’‘ w–dhnqo d‘ ˜di‘f’˜˜df — n—–B B˜— ¡B’‘–—‘  ˜d  fijf ’fiq’¡ ’jiudr ‘f’j’ ”‘–—‘o ’w—n ’¡‘ –’‘£— B’©—j“oiB w–dh ‘o–i£ ’¡‘ w–dhnqo oi¡‘ ’ —w dU ” “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 7. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ w–d£4˜i—w ”’w—l ’jih ’jih xB ”o’“©U ’jih B˜— –’¡‘b ”o’i–dn’‘—• Q –’¡‘b k ™’l ”’n— f—“ nqo ˜d  fijf ‘¡niG ’n—wi xB ™’˜ BBv ”¡ “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 8. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ ¢ nqogw–d£4˜i—w d‘˜i o˜d‘‘¤u d™‘ n—–¡ nqogw–d£4˜i—w d‘˜i j’u—j — “d–B B˜— n—–¡ o˜d‘‘¤B d™‘ B˜— j’u— ’˜d BBv ” “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 9. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ ¨ ˜™dB –d “¤ ow’‘i ’qdw d‘  fijf ‘¡ni– 'o‘˜’˜d“wd• xB B’)i˜ndf’G'  fij• ¡Q  ˜d  fijf ’n—wi xB £d ’Bio ‘¡ni– ’¡‘ ˜d o’i‘–’“d–m ™’iq w–dhnqo ’¡‘ ‘f’j’ o˜d‘‘¤u B˜— j’u—j ’¡‘ £d –’B–d u—‘ ’¡‘ ’n˜—¡f dU ”—–‘s ”n˜i™djjd£ ’¡‘ ‘’n jji™ ¤d© ¨jj— ’q—o  fijf§ ‘—¡‘ –’‘£v w–dhnqo d‘ nqogw–d£4˜i—w ’¡‘ “d–B B˜— n—–B ™dB˜i™ o‘f’ed–m ’¡‘ wd–h ™’iq ¡™djh  B˜— —q—eg‘’j¡ rj—¤oiB d‘ ¡f‘i™ ”D “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 10. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ ¡ U¦¡ U ¤ UGSU UG£ U ¤ UGSU UX'¤£ ' ££¤WU ¤ U£ AU UG£¥ ¤ 5¤4U ¤ U¤¨¢U ‘’‘ ’¡‘ ’n˜—¡f d‘ ™dB˜i™ o’i‘–’“d–m ’¡‘ ’oE ™’iq ¡˜’’–f  d‘ ¡f‘i™ ”R “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 11. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ ”™dB˜i™ ’‘‘’j—m ’¡‘ wd–£ “d–B B˜— n—–B ©u ˜d‘‘¤B ’˜d B˜— oj’u— d™‘ BBv ”a “’‘ ‘j¤o’–4’w—n ”’w—l ’jih Q ’jih xB k ™’l ”’n— f—“ nqo ˜d  fijf ‘¡ni– ™dB˜i™ o‘f’ed–m ˜  ’ji£ xB –’¡‘d˜— ’‘—’–• ”T “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 12. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ D ”˜di‘f— ’¡‘ –’‘£v w–dhnqo d‘ nqog‘j¤o’–4’w—n “d–B B˜— n—–B ™dB˜i™ o‘f’ed–m ˜  ™’iq ¡™djh  B˜— —q—eg‘’j¡ rj—¤oiB d‘ ¡f‘i™ w–dhnqo ’¡‘ ¡‘i™ ’ji£ nqo ™’˜ ’¡‘ ‘f’˜˜d• ” “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 13. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ R U¦  §§¦5  !UU ¤ U£ AU U£ PU ¤ U¤¨¢U ‘’‘ ’¡‘ ’n˜—¡f d‘ ™dB˜i™ o’i‘–’“d–m ’¡‘ ’oE w–dhnqo ‘f’j’o ™’iq ¡˜’’–f  d‘ ¡f‘i™ ” “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡
  • 14. $¤'¤¥¨¤£%¨%%¨¥$$#¥!  ¨ T w–dhnqo d‘ ’w—n ’¡‘ wd–£ B˜— ’w—n ’¡‘ d‘ w–dhnqo wd–£ ‘f’˜˜df jj—¡o ’™ ¡fi¡™ –’‘£— B˜— ’w—n B’o—us’ji‘ ’¡‘ ’‘—’–f d‘ –’Bji¤B ’w—x ’o¤ jj—¡o ’™ ‘’’¡o u—j ‘’˜ ’¡‘ ˜  ˜d‘‘¤u ¡‘is  ’¡‘ ˜d n˜i fijf ©u ‘o’U ˜¤– B˜— Bji¤B ”¨ “’‘ “d–B B˜— n—–B ©u w–dhnqo d‘ ˜d‘‘¤u  b o)w–dhnqo ’¡‘ ‘f’˜˜d• “d–B B˜— n—–B ©u ’fiq’¡ ’jiudr d‘ ˜d‘‘¤B ‘is o)w–dhnqo ’¡‘ ‘f’˜˜d• ™’iq ¡™djh  d‘ ¡f‘i™ ”¢ “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡