Home Tutorials Forums Articles Blogs Movies Library Employment Press

Go Back   ActionScript.org Forums > ActionScript Forums Group > ActionScript 1.0 (and below)

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-12-2003, 05:44 PM   #1
rabblerouser
Registered User
 
Join Date: Jan 2003
Posts: 118
Default Creating a list of words in Flash interface

I'm trying to figure out a way for a user to enter words in a text box and hit an ENTER button and have the word appear in a scrollable list next to where they entered the word. Is this possible? If so, can anybody give me any examples?

thanks in advance!
rabblerouser is offline   Reply With Quote
Old 08-12-2003, 05:55 PM   #2
warrantmaster
_root.dummy;
 
warrantmaster's Avatar
 
Join Date: Aug 2003
Location: germany
Posts: 141
Default

you need 1 input-textfield,1 dyn-textfield and the enter button.

ActionScript Code:
enter_mc.onPress = function() {     _input.text != "" ? _output.text += _input.text+newline : 0; };
warrantmaster is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:34 PM.

///
Follow actionscriptorg on Twitter

 


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.