Thunkable

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 1

Design Blocks pizza

Screen1 Public

UI components
initialize app ▾ variable tamaño to initialize app ▾ variable masaEspecial to false ▾
Screen1
btnCalcular
initialize app ▾ variable ingredientes to 0
lblTotalPagar
lblMasaSeleccionada initialize app ▾ variable totalPagar to 0
lblIngredientesSeleccionados
lblTamañoSeleccionado
swMasa
when btnCalcular ▾ Click ▾
txtIngredientes
do set app variable tamaño ▾ to txtTamaño ▾ 's Text ▾
txtTamaño
set app variable ingredientes ▾ to txtIngredientes ▾ 's Text ▾
lblMasa
set app variable masaEspecial ▾ to swMasa ▾ 's value ▾
lblIngredientes
if
lblTamaño app variable tamaño ▾ =▾ individual

lblTitulo do set app variable totalPagar ▾ to 15

Core else set app variable totalPagar ▾ to 99


Control
if app variable ingredientes ▾ >▾ 0
Logic
Math do set app variable totalPagar ▾ to app variable totalPagar ▾ +▾ app variable ingredientes ▾ ×▾ 2
Text
Lists if app variable masaEspecial ▾ =▾ true ▾
Color
do set app variable tamaño ▾ to
Device app variable totalPagar ▾ +▾ 12
Objects
set lblTamañoSeleccionado ▾ 's Text ▾ to join El tamaño seleccionado fue:
Variables
app variable tamaño ▾
Functions
set lblIngredientesSeleccionados ▾ 's Text ▾ to join ingredientes extra:
App Features
app variable ingredientes ▾
Speech set lblMasaSeleccionada ▾ 's Text ▾ to join el tipo de masa seleccionada fue:
Sound app variable masaEspecial ▾
Share set lblTotalPagar ▾ 's Text ▾ to join el total a pagar es de:
Camera app variable totalPagar ▾
Files
Sign In
Location

También podría gustarte