Skip to content

Instantly share code, notes, and snippets.

@vojto
Created March 5, 2020 14:05
Show Gist options
  • Select an option

  • Save vojto/f79cecfe3fb06d539cb19f208ce1dbb8 to your computer and use it in GitHub Desktop.

Select an option

Save vojto/f79cecfe3fb06d539cb19f208ce1dbb8 to your computer and use it in GitHub Desktop.
instance.clear();
instance.beginFill(fill);
instance.drawRect(x, y, width, height);
instance.endFill();
instance.alpha = alpha;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment