My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package de.derhess.drawing.brushes
{
import flash.display.Sprite;

public interface IBrush
{
function init():void;
function destroy():void;

function strokeStart(mouseX:int, mouseY:int):void;
function stroke(mouseX:int, mouseY:int):void;
function strokeEnd():void;
}
}

Change log

r34 by Florian....@derhess.de on Aug 7, 2011   Diff
- add the new folder drawing and brushes
- update the class ColorConverter.as and
FlashYouTube.as (but I dont really know
what I have changed... shame on me)
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 297 bytes, 14 lines
Powered by Google Project Hosting