Skip to content

Instantly share code, notes, and snippets.

View werring's full-sized avatar

Werring werring

  • The Netherlands
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>East Egg</title>
<style>
body {
background-color: grey;
}
</style>
<script>
package
{
import flash.display.GradientType;
import flash.display.Sprite;
import flash.events.Event;
public class Line extends Sprite
{
public var _age:uint;
public var _maxAge:uint;