07/06 Futanari History X 4 (WIP) / Game project (WIP)
Added 2022-07-06 00:30:59 +0000 UTCThe recording part will be over in a few days...

########################################################
About the game:
The first day is 100% done. All the codes, renders, music, basic interaccions... everything. This day will be the base to make the next days: the code is done and all about the cell phone is finish.
The phone is a icon which will apear when the character have to make a move at specific moments of the game. The phone will show the stats of the hero, his relationship whit the other characters and can turn off/on the default music in the game.


The code is not the big thing:
###############################################################
screen movilicon():
add "blanco.png"
imagebutton:
xanchor 0.5
yanchor 0.5
xpos 0.05
ypos 0.1
idle "icophone.png"
hover "icophone2.png"
action [Hide("movilicon"), Hide("trabajarintro1"), Show("movil")]
###############################################################
screen movil():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
imagebutton:
xanchor 1
yanchor 1
xpos 0.058
ypos 0.22
idle "phone_newsicon.png"
hover "phone_newsicon2.png"
action [Hide("movil"), Show("movilnews")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.108
ypos 0.217
idle "phone_mailicon.png"
hover "phone_mailicon2.png"
action [Hide("movil"), Show("movilmail")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.158
ypos 0.218
idle "phone_questicon.png"
hover "phone_questicon2.png"
action [Hide("movil"), Show("movilquest")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.206
ypos 0.218
idle "phone_statsicon.png"
hover "phone_statsicon2.png"
action [Hide("movil"), Show("movilstats")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.09
ypos 0.69
idle "phone_callicon.png"
hover "phone_callicon2.png"
action [Hide("movil"), Show("movilcall")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.135
ypos 0.69
idle "phone_texticon.png"
hover "phone_texticon2.png"
action [Hide("movil"), Show("moviltext")]
imagebutton:
xanchor 1
yanchor 1
xpos 0.18
ypos 0.69
idle "phone_musicicon.png"
hover "phone_musicicon2.png"
action [Hide("movil"), Show("movilmusic")]
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movil"), Show("movilicon")]:
pos (50, 15)
screen movilmusic():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "iphone10music.png":
xzoom 0.5 yzoom 0.5
imagebutton:
xanchor 0.15
yanchor 0.15
xpos 0.12
ypos 0.26
if musica==1:
idle "musicaencendido.png"
hover "musicaapagado.png"
if musica==0:
idle "musicaapagado.png"
hover "musicaencendido.png"
if musica==1:
action [SetVariable("musica", 0), Hide("movilicon"), Return()]
if musica==0:
action [SetVariable("musica", 1), Hide("movilicon"), Return()]
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilmusic"), Show("movil")]:
pos (50, 15)
screen moviltext():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "iphone10text.png":
xzoom 0.5 yzoom 0.5
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("moviltext"), Show("movil")]:
pos (50, 15)
screen movilnews():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "phone_newsmenu2.png":
xzoom 0.5 yzoom 0.5
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilnews"), Show("movil")]:
pos (50, 15)
screen movilstats():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "phone_statsmenu.png":
xzoom 0.5 yzoom 0.5
fixed:
vbox:
xpos 120
ypos 300
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Alpha: [alpha]{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Beta: [beta]{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Intelligence: [intelligence]{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Endurance: [endurance]{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Strength: [strength]{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Dexterity: [dexterity]{/color}{/font}"
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilstats"), Show("movil")]:
pos (50, 15)
screen movilquest():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "phone_questsmenu.png":
xzoom 0.5 yzoom 0.5
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilquest"), Show("movil")]:
pos (50, 15)
fixed:
vbox:
xpos 115
ypos 300
if mission == 0:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-8}Improve your relation with A. Bellmer {/size}{/color}{/font}"
if mission == 1:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Ask Saska about Anna and Sam {/color}{/font}"
if mission == 2:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Improve your relation with E. Harris {/color}{/font}"
if mission == 3:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Visit Maria Freud {/color}{/font}"
if mission == 4:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Improve your relation with Mimi {/color}{/font}"
if mission == 5:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}Improve your relation with L. Jeanne {/color}{/font}"
if mission == 6:
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}mprove your relation with E. Zarcoty {/color}{/font}"
screen movilmail():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
if newmessage==0:
add "phone_nomail.png":
xzoom 0.5 yzoom 0.5
if newmessage==1:
add "phone_simail.png":
xzoom 0.5 yzoom 0.5
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilmail"), Show("movil")]:
pos (50, 15)
screen movilcall():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "iphone10callsmenubase.png":
xzoom 0.5 yzoom 0.5
imagebutton:
xanchor 0.15
yanchor 0.15
xpos 0.07
ypos 0.3
idle "botonmovilfamilia.png"
hover "botonmovilfamilia1.png"
action [Hide("movilcall"), Show("movilcallfamilia")]
if rwisa>0:
imagebutton:
xanchor 0.15
yanchor 0.15
xpos 0.17
ypos 0.3
idle "botonmovilwork.png"
hover "botonmovilwork1.png"
action [Hide("movilcall"), Show("movilcalltrabajo")]
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilcall"), Show("movil")]:
pos (50, 15)
screen movilcallfamilia():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "iphone10callsmenufamilia.png":
xzoom 0.5 yzoom 0.5
fixed:
vbox:
xpos 275
ypos 290
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+15} Saska {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+10}[rwsas]/100{/size}{/color}{/font}"
vbox:
xpos 110
ypos 440
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} 29. Dominant, possessive, {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} freelancer. {/size}{/color}{/font}"
vbox:
xpos 275
ypos 610
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+15} Alexa {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+10}[rwalex]/100{/size}{/color}{/font}"
vbox:
xpos 110
ypos 750
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} 21. Shy, submissive, student {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} of post High School. {/size}{/color}{/font}"
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilcallfamilia"), Show("movilcall")]:
pos (50, 15)
screen movilcalltrabajo():
if fondomovil==0:
add "FONDO3.png":
xzoom 0.5 yzoom 0.5
add "phone_iphone_base0.png":
xzoom 0.5 yzoom 0.5
add "iphone10callsmenuwork.png":
xzoom 0.5 yzoom 0.5
fixed:
vbox:
xpos 275
ypos 290
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+5}Alina Bellmer {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+10}[rwboss]/100{/size}{/color}{/font}"
vbox:
xpos 110
ypos 440
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} 48. Authoritarian, perfectionist, {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} strict and aggressive. {/size}{/color}{/font}"
vbox:
xpos 275
ypos 610
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+15} Isabella {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=+10}[rwisa]/100{/size}{/color}{/font}"
vbox:
xpos 110
ypos 750
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} 24. Kind, friendly, softhearted {/size}{/color}{/font}"
text "{font=ShadowsIntoLight-Regular.ttf}{color=#FFFFFF}{size=-5} New in the company. {/size}{/color}{/font}"
add "frane.png":
pos (0, 0)
textbutton "{size=+40}Return{/size}" action [Hide("movilcalltrabajo"), Show("movilcall")]:
pos (50, 15)