home *** CD-ROM | disk | FTP | other *** search
- on(release, releaseOutside){
- stopDrag();
- if(x0 == _X && y0 == _Y)
- {
- _rotation = _rotation + 45;
- }
- if(eval(_droptarget) == _level0.carinha)
- {
- index = 21 * (_level0.NumImagem - 1) + 0;
- x1 = _X;
- y1 = _Y;
- r1 = _rotation;
- x2 = _level0.Solucao[index];
- y2 = _level0.Solucao[index + 1];
- r2 = _level0.Solucao[index + 2];
- step = 1;
- num = 20;
- Slide = true;
- }
- }
-