Right now I have:
Code: Select all
ask "How much do you want to bet?" with "0", ScoreModerators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
ask "How much do you want to bet?" with "0", ScoreCode: Select all
on mouseup
set the dialogdata to fld "custom user entry field"
close this stack
end mosueupCode: Select all
...
modal "your custom ask dialog here"
put the dialogdata into tReturnValue
...