ive written some scripts u can use these and can u send some in, ty
drag script: first draw a picture convert symbol into movie clip and paste this in actions
on(press){
startDrag("");
}
on(release){
stopDrag();
}
custom cursor: first draw a picture convert symbol into movie clip and paste this in actions
onClipEvent
(load){
startDrag (""'
true);
Mouse.hide();}
object follows mouse: first draw a picture convert symbol into movie clip and paste this in actions
onClipEvent(enterFrame){
this._x=_root._xMouse}
onClipEvent(enterFrame){
this._y=_root._yMouse}
stop all sounds: right click on a frame at the top and click on actions
{
stopAllSounds();
}
freeze your flash movie/ game: right click on a frame at the top and click on actions
stop();
buttons: first draw a picture convert symbol into movie clip and paste this in actions
on (press){
gotoandplay(NUMBER HERE)
}
e.g.
on (press){
gotoandplay(2)
}
send me some scripts plz