# Building things in flash

**URL:** https://forum.kirupa.com/t/building-things-in-flash/158193
**Category:** flash
**Created:** [August 8, 2005, 3:57am UTC](https://forum.kirupa.com/t/building-things-in-flash/158193 "2005-08-08T03:57:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cryo\_burned](https://avatars.discourse-cdn.com/v4/letter/c/3be4f8/32.png) [@cryo\_burned](https://forum.kirupa.com/u/cryo_burned)
#### Post date: [August 8, 2005, 3:57am UTC](https://forum.kirupa.com/t/building-things-in-flash/158193/1 "2005-08-08T03:57:26Z")

</div>

Im doing a thing where you “build” a watch… you specify how much of each part you want and then submit… i think i need something simialar to if/else so that…

textbox.iron = “3” && silver = “50”  
then textbox.result = “failed”

I need something like that… but in actionscript
