/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Web/flash/draw.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1. Brush tool + modifiers to draw inside/outside/etc objects
 
2
2. Paint Bucket Tool - ����訢��� ������
 
3
3. Fill Color - ����� ���� �ࠤ�����
 
4
4. Erase(fills) - ��ࠥ� ����� ��ꥪ�
 
5
5. Erase(Faucet Modifier) - ���⭮� � ��������� ������
 
6
6. Select,Modify/Group ��� ��ꥤ������ � ��㯯� (�⮡� �� ������뢠��� ���⨭��
 
7
  ��祣� �� ��﫮��)
 
8
 
 
9
 
 
10
**********************
 
11
0. �� �ਯ�� ����� ���� �ਢ易�� ⮫쪮 instances, �� �� � ᠬ�� ᨬ�����!
 
12
1. Object Actions - �ਯ� �ਢ易��� � instance ᨬ���� (button,movie)
 
13
        on (event)              - for buttons
 
14
        onClipEvent(event)      - for movie clips
 
15
2. Frame Actions - �ਯ� �ਢ易��� � �����⭮�� �३�� (�믮�������, �����
 
16
  player ��稭��� �ந��뢠�� frame)
 
17
 
 
18
 
 
19
**********************
 
20
������:
 
21
 
 
22
function class_name(...) {
 
23
        this.a=1;
 
24
        this.b=2;
 
25
        this.func=func;
 
26
}
 
27
 
 
28
var obj=new class_name(...);
 
29
obj.a=3;
 
 
b'\\ No newline at end of file'