on mousedown
put the selectedText of me into field id 1011
end mousedown
and
on returnInField
put return before line 1 of field id 1011
put field id 1010 before field id 1011
put empty into field id 1010
end returnInField
I also want a user to be able to import a sound file that is specific to a single card and populate a scrolling list field (on another card). So far, the test build works fine when a single card is involved. The attached graphic gives some idea of the layout but I have 2 questionS I can't seem to move past.
1. If I clone a card, it creates a new card and all cloned objects (fields and buttons) have their own IDs, which is just great!

2. What is the best strategy for importing a sound file (any format that is supported in the Player) and storing it in the card?
Any and all suggestions will be most appreciated.