Playlists
Videos
(92)
Macromedia
Macromedia Flash 8 Own cursor
July 19, 2008, 12:55 PM
Kod:
onClipEvent (enterFrame) {
Mouse.hide();
this._x=_root._xmouse;
this._y=_root._ymouse;
}
Permalink
Rate this video
2 ratings
Macromedia Flash 8 Drag'n Drop
July 17, 2008, 05:27 AM
Jak zrobić przesówanie w MC8
on (press) {
startDrag(OBJECT NAME);
}
on (release) {
stopDrag();
}
Permalink
Rate this video
4 ratings











