SlideShare uma empresa Scribd logo
1 de 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™ ”¢ “’‘
                                           §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡

Mais conteúdo relacionado

Destaque

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
 

Destaque (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
 

Semelhante a 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
 

Semelhante a 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
 

Mais 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
 

Mais 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
 

Último

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Último (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

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™ ”¢ “’‘  §¨¦ ¡  £¦¤© £¦ ¨§¦    £¦¤© ¨§¦¥¤£ ¢ ¡