Flasher Archive

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


Subject: RE: FLASH: Interesting Idea , it its possible
From: Branden J. Hall
Date: Sat, 20 Nov 1999 23:45:49 GMT

The substring function.
There are a few problems with doing what you want to do though
a.) you would be duplicating movie clips on the fly, and duplicating lots of
MCs is very processor intensive.
b.) The kerning would get all kinds of screwy, you would have to use a fixed
with font.
c.) You would have to figure out all of the text wrapping on your own, which
is, at best a pain in the ass.

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software
-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Paul
Watson
Sent: Friday, November 19, 1999 1:20 AM
To: 'flasheratchinwag [dot] com'
Subject: RE: FLASH: Interesting Idea , it its possible


Well if it is possible to simulate a keypress the next step would be to
open a text file with a "story" or introduction or any amount of text
and parse through it. I'm a VB programmer and would use the Mid() method
to get each letter individually from a string. With this idea you could
have tons of text appearing very nicely onto the screen. Instead of the
whole block of text fading in at once you could do each individual
letter and create a nice effect. Naturally "hard coding" that text would
be murder so parsing a string, then sending that current character as a
keypress to the movie which displays whatever key was "pressed" would be
much better. Plus you could change the content of your site just by
editing the txt file.

Well I guess we could skip the "simulated" keypress idea and go straight
from parsing a string - taking each character one at a time - and
launching the correct movie for that character. But how do you parse
strings in Flash ?

thanks

Paul Watson

Radio Retail
Cape Town
South Africa

Love is a belief, I am a believer and a sinner...

Tel(w) :+27 21 982 2227
Tel(cell) : +27 83 475 4729
Fax :+27 21 982 2225
Email : InfoatRadioRetail [dot] co [dot] za
Visit www.RadioRetail.co.za for more information

-----Original Message-----
From: Marc Hoffman, Poison Dart Frog Media
[mailatdartfrogmedia [dot] com (mailto:mailatdartfrogmedia [dot] com)]
Sent: Thursday, November 18, 1999 8:50 PM
To: flasheratchinwag [dot] com
Subject: RE: FLASH: Interesting Idea , it its possible

At 10:22 AM 11/18/1999 , you wrote:
>No what I mean is simulate a key press.. so that Flash "thinks" the
user
>pressed a key mean while the flash programmer/designer actually sent
the
>key sequence to the movie.. like on the yugop site they have the
>keyboard and then you can click on other users messages and their
>messages are typed out for you... so basically how do you send a key to
>fla without the user actually pressing the key... so it's a keypress
>sent via actionscript


Why would you need to send a simulated keypress? Why not just send the
action that would be associated with the keypress? And if you want a
graphic of a key being pressed, just put it in a movie clip and use
TellTarget to make it play. Or am I missing something?



Marc Hoffman

marcatdartfrogmedia [dot] com (mailto:marcatdartfrogmedia [dot] com).
My Flash Portfolio: <http://www.dartfrogmedia.com/sampler>
(featured in Flash 3 Web Animation, by Ken Milburn)


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Interesting Idea , it its pos, Paul Watson

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