A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: drop shadow on super pixel font?

  1. #1
    Designer Persistent1's Avatar
    Join Date
    May 2003
    Location
    Columbus, OH
    Posts
    233

    drop shadow on super pixel font?

    Hey 'yall...I am curious about how designers like Joshua Davis( http://www.joshuadavis.com/pound.html ) are getting what appears to be a drop shadow on the pixel fonts used in there sites ...if you click on the section "web", you should be able to see what I am refering to

    if anyone can help me out in finding how this is done or can point me in the direction of some info as to how exactly this is done, i would be very greatful. Thanks.
    -Persistent1

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    It just seems to be one white and one black version of the same text.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Designer Persistent1's Avatar
    Join Date
    May 2003
    Location
    Columbus, OH
    Posts
    233
    thanks pellepiano for your reply..if thats true..how would one do that using dynamic text feilds, which I am sure he is using ?

    seems to me you be using a style sheet to call both external files to be loaded into the same text filed, but twice..right? If so, how ?

    Thanks
    -Persistent1

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Why two external files?

    You would have two textfields, one black and one white that you load the same text into.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  5. #5
    Designer Persistent1's Avatar
    Join Date
    May 2003
    Location
    Columbus, OH
    Posts
    233
    ok, sorry. i meant two text fileds ..not external files..anyway, so your saying i would slightly off-set each text-field to appear to the viewer that there is really only one text-filed with a drop shadow on the font..correct?

    ..and the same external file is read into both the tex-fields, but one controled by the style sheet to be black..and the other one to be white..right?
    -Persistent1

  6. #6
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    As you should never have two textfields named the same you could name them field1 and field two and to load the same variable into both , simply use.....

    field1=news;
    field2=news;

    ...when the textfile is loaded.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  7. #7
    Designer Persistent1's Avatar
    Join Date
    May 2003
    Location
    Columbus, OH
    Posts
    233
    ok, cool. I got it now. Thanks for your help. I appreciate it.

    -Persistent1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center