The Daily Click ::. Forums ::. Klik Coding Help ::. Screen Shake
 

Post Reply  Post Oekaki 
 

Posted By Message

Greasy



Registered
  15/02/2005
Points
  322
13th September, 2005 at 00:25:19 -

Is there and easy way to make the WHOLE screen shake up and down a little, like when something hits the ground with a hard force?

 
n/a

Radix

hot for teacher

Registered
  01/10/2003
Points
  3139

Has Donated, Thank You!VIP MemberGOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!
13th September, 2005 at 00:41:05 -

Just wriggle the scrolling position a little.

One way:

NEGATE: (Whatever causes the screen to shake)
---Frame: center horizontal position on X("character")
---Frame: center vertical position on Y("character")

(Whatever causes the screen to shake)
---Frame: center horizontal position on (X("character") + random(32))
---Frame: center vertical position on (Y("character") + random(32))

You'd have to play around with it to make it work the way you like.

 
n/a

Dave Matthew (Jester Gaming)



Registered
  09/07/2004
Points
  148
13th September, 2005 at 02:36:45 -

nah, did you mean like that. I think you wanted the whole screen to shake. not just the view in the screen. however, I don't know how to that anyway

 
n/a

Radix

hot for teacher

Registered
  01/10/2003
Points
  3139

Has Donated, Thank You!VIP MemberGOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!
13th September, 2005 at 02:41:40 -

What, your entire display? I'm pretty sure that wouldn't be possible without messing with things you probably shouldn't mess with. Though, if your game is fullscreen anyway, it would do the same thing.

 
n/a

Windybeard Games



Registered
  14/04/2005
Points
  219

You've Been Circy'd!VIP MemberCandy Cane
13th September, 2005 at 04:54:53 -

I usually just give the monitor a few choice jabs! that always works
(I bet no one was expecting somone to say that)

Image Edited by the Author.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click