The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsHey i just did a earthquake like thingy...Please tell me if it is any good?
1.Make a MovieClip,give it instant name shakey
2.Open the actions panel and copy this code to it
onClipEvent
(enterFrame){ function shake() { }
shakex=random(20)-10
shakey=random(20)-10
shakex*=0.7
shakey*=0.7
if(shakex<1 && shakey<1){
_parent._x=0
_parent._y=0
}
setInterval(shake,100)
_parent._x-=shakex
_parent._y-=shakey
}
Then test your movie...
Thanks Chdonga for the signature. <3
Wooh, I have searched for such a function. Will test it tonight
Check out the coolest Donkey Kong Game on NG!
http://www.newgrounds.com/portal/vi ew/459064
100 posts @ Posted at: 9/15/08 07:36 AM http://www.newgrounds.com/bbs/topic /969232
I'm glad... :)
Ofcource you can make as many items as you want on the screen and put this code only on that one movieclip...it will shake and move all scene...
Thanks Chdonga for the signature. <3
I was wondering why that was so cool, until I saw that it actually moved the stage.
Not hard to make but I didn't know you could actually do that.
It's not good.
People wrote javascript window shakers like 10 years ago.
Also the code is bad.
At 12/2/10 01:02 PM, milchreis wrote: It's not good.
People wrote javascript window shakers like 10 years ago.
Also the code is bad.
You enjoy pissing on bonfires, don't you?
Signature? What signature?
Also, any games I plan to make may or may not become vaporware. I'm not good with organizing my life...
Kanye West Did What??????
They should make a black guy the manager, they know how to run shit!
2 Girls 1 Cup .... THE SONG!!!!
Thank you guys :)
You can use it whenever you want :)
Thanks Chdonga for the signature. <3