Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: output textfield size
From: Paul Willoughby
Date: Thu, 28 Sep 2000 17:43:52 +0100

>>davo wrote:

I need the output text field to be the length of the word and for the static
text (the story) to continue on from the end and wrap down the page.

I explained this pretty badly i think....I've done an example of what my
problem is at

http://davo.e.tripod.com/nowhere/test.htm
----------------------------------------------------

Hi davo

I'd love someone to tell me i'm wrong, but as far as i know you can't
dynamically resize a text fields character capacity in F4 (does anyone know
if you can do this in F5?). But there is a straightforard workaround for
your problem. Basically, you should do the concatenation in a script instead
of trying to do it directly on screen.
Create a whole new string from the inputted variables via a holding variable
and then put it all in one big text box (you could even get it to appear as
if it's typing if you read my last post). So...
User enters variables in frame 1, then...
SetVariable: completeStory = "One day" & inputtedName & "slipped over on" &
inputtedObject...etc etc.
SetVariable: textField = completeStory

hth

Paul [:>)




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: output textfield size, Randy Kato
  Re: FLASH: output textfield size: thanks, davo

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]