• Lucid Dreaming - Dream Views




    Results 1 to 4 of 4

    Thread: Flash question

    1. #1
      Member Achievements:
      1000 Hall Points Veteran First Class
      Saturos's Avatar
      Join Date
      Aug 2009
      Gender
      Location
      Canada
      Posts
      309
      Likes
      55
      DJ Entries
      1

      Question Flash question

      erm, didn't really know where to put this, put basically i am doing a flash drawing of a person and i cannot find any colour that looks remotely like skin, so if anyone could post colour codes that they found good for skin, than it would be much appreciated

    2. #2
      The Programmer Shadow27's Avatar
      Join Date
      Jan 2011
      LD Count
      6
      Gender
      Location
      The Bunker
      Posts
      436
      Likes
      41
      DJ Entries
      104
      I haven't played with ActionScript much. Does it use Hexadecimal color codes? or
      what is the syntax of the codes it uses?

      Join our Lucid Dreaming video game project!
      Lucid Dreams: 6 ---- WILD: 0
      ---------------------- MILD: 2
      ---------------------- EILD: 0
      ---------------------- DILD: 4
      ---------------------- DEILD: 0

    3. #3
      Member Achievements:
      1000 Hall Points Veteran First Class
      Saturos's Avatar
      Join Date
      Aug 2009
      Gender
      Location
      Canada
      Posts
      309
      Likes
      55
      DJ Entries
      1
      It's not using action script, and im not sure what you mean by hexadecimal, but above the colour swatches panel it has a box that displays a number when you click on a colour, for example, black is #000000

      actually yeah i think it is hexadecimal

    4. #4
      The Programmer Shadow27's Avatar
      Join Date
      Jan 2011
      LD Count
      6
      Gender
      Location
      The Bunker
      Posts
      436
      Likes
      41
      DJ Entries
      104
      Quote Originally Posted by Saturos View Post
      It's not using action script, and im not sure what you mean by hexadecimal, but above the colour swatches panel it has a box that displays a number when you click on a colour, for example, black is #000000

      actually yeah i think it is hexadecimal
      Yes that is hexadecimal
      hex color codes work as follows:

      there are 3 hexadecimal bytes that refer the r g and b values.
      the first two digits are one byte representing red
      the second two are the second byte representing green
      and the third two represent blue

      #RRGGBB

      So if you take a normal color mix like middle grey
      Red: 128
      Green: 128
      Blue: 128

      128 in base 10 is 80 in hexadecimal ( base 16 )

      So middle grey is:
      #808080

      You can use this to construct your own color codes
      and thereby have all the colors you would ever need.

      each byte goes up to 255 ( base 10 ) or FF ( hex )

      [edit] BTW flash is ActionScript. You're probably just using a user-friendly frontend for it
      Last edited by Shadow27; 01-28-2011 at 10:20 PM.

      Join our Lucid Dreaming video game project!
      Lucid Dreams: 6 ---- WILD: 0
      ---------------------- MILD: 2
      ---------------------- EILD: 0
      ---------------------- DILD: 4
      ---------------------- DEILD: 0

    Similar Threads

    1. Flash what!?
      By Jeff777 in forum Tech Talk
      Replies: 15
      Last Post: 04-27-2010, 06:43 AM
    2. Flash
      By Seeker in forum Tech Talk
      Replies: 15
      Last Post: 10-28-2006, 08:39 AM
    3. The Flash.
      By 061342 in forum Attaining Lucidity
      Replies: 10
      Last Post: 09-30-2006, 11:45 PM
    4. flash?
      By Wee YaK in forum Artists' Corner
      Replies: 32
      Last Post: 04-23-2006, 07:19 AM
    5. my first flash
      By gameover in forum Artists' Corner
      Replies: 24
      Last Post: 09-05-2004, 10:30 AM

    Tags for this Thread

    Bookmarks

    Posting Permissions

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