HOME | DD

WeaselHTF — Tutorial Flash CS5

Published: 2012-04-25 15:46:04 +0000 UTC; Views: 549; Favourites: 4; Downloads: 11
Redirect to original
Description A tutorial Flash CS5 (not 8) and the copy and paste.


Drag and drop:

on (press) {

startDrag (this);
}

on (release) {
stopDrag ();
Mouse.show ();
}

on (rollout)
{
Mouse.show ();
}

on (releaseOutside) {
stopDrag ();
}


Movie clip:
anything


button:
on (release) {
gotoAndPlay (2)
}

the stop ();



Copy and paste For help!


I enjoy
Related content
Comments: 0