Results 1 to 6 of 6

Thread: Flash Scratchy

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash Scratchy

    Hi All,

    I am trying to make a scratchy, I've done all the animation but can't get my head around making it reveal... File is attached for anyone who's interested!

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I assume you are doing something similar to a lottery ticket or the "Shave the Yetti" thing, yes?

    I can't look at your file from work. Are you using a premade AS code or something you wrote yourself?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    oh yea it's really simple it's actually just a movie clip that exposes the scratchy once they clickm because I have to make sure that people scratch all of it... this seems like the simplest way... I just can't get teh mask to work!

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    OHHH... thats pretty simple (depending on where you are having difficulties)

    If you have the mask there so the scratchy isn't visible, make the mask layer (mask itself) a motion tween with a stop(); on the first frame, then when user clicks just use AS to tell mask to gotoAndPlay("famelabel") of the next frame in the mask layer.

    If your not able to see the mask, make sure the mask layer is UNDER the layer you want masked, and you select the mask option from the layer to be masked, NOT the mask layer itself. Does that make sense?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yea does the ******* of a thing just doesn't wanna work!

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I will try to make time when I get home to look at the file.

    You could always forego the mask, and just use frame by frame animation to "scratch" instead of a mask...
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •