00:00
00:00
Newgrounds Background Image Theme

jmaes-devious-studio just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

scripts here u can share

1,128 Views | 11 Replies
New Topic

scripts here u can share 2006-12-07 16:56:04


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

Response to scripts here u can share 2006-12-07 16:58:54


on (press){
gotoandplay(NUMBER HERE)
}

whats the number stand for?

Response to scripts here u can share 2006-12-07 17:00:26


the frame u jump to so when i press the button i go to frame 2 make sure the frame ur play button is on has the freeze script on it

Response to scripts here u can share 2006-12-07 17:03:50


can i have more replies plz with scripts or just sayin anything

Response to scripts here u can share 2006-12-07 17:05:54


ask me questions

Response to scripts here u can share 2006-12-07 17:09:00


At 12/7/06 04:56 PM, bloodykyle wrote: gotoandplay(2)

gotoAndPlay(2)
maybe?

Response to scripts here u can share 2006-12-07 17:23:25


At 12/7/06 05:00 PM, bloodykyle wrote: the frame u jump to so when i press the button i go to frame 2 make sure the frame ur play button is on has the freeze script on it

how could I goto scenes instead of frames?

Response to scripts here u can share 2006-12-07 17:24:38


wow, drag and drop, thats some revolutionary script you got there. the game people are gonna be all over it.


root of all evil.

Response to scripts here u can share 2006-12-08 17:17:21


To got to scenes AND a certain Frame put this:

on (release){
gotoAndStop("Scene 1", 2);
}

exactly as is. If you want to go to scene 2, frame 30 you would put this

on (release){
gotoAndStop("Scene 2", 30);
}

and so on. Hope I helped!


BBS Signature

Response to scripts here u can share 2006-12-08 17:24:01


This kinda thread has been done :)

<a>http://www.newgrounds.com/bbs/topic.php?id =66585<a>

sowey!

thumbs up for trying though =)


BBS Signature

Response to scripts here u can share 2006-12-08 17:30:04


We already have a running thread of Actionscripts you can share on. Thanks for sharing though :).


Hi there!

BBS Signature