Flash Question

Out of context: Reply #7

  • Started
  • Last post
  • 8 Responses
  • fyoucher10

    You're talking about that interlaced line effect that was overused from 2001 - 2004.

    You could do it in Flash easily by drawing it and caching it as a bitmap... but the best and easiest way is to do what ifeltdave said, file size should in the bytes so that shouldn't be a problem. Use a transparent PNG and use a bitmap fill with code or if you want to do it manually, just import the PNG into Flash, make sure the image is on even integer numbers (ie. x = 45, not x = 45.3), break it apart, and pull the edges outwards to however large you want the pattern to be (Flash will automatically tile it).

    Turn it into a symbol if you want to add color effects, like alpha, tint, etc...

View thread