My map is a top-down, and I want there to be a feature where once a pop-up is closed the screen shakes. Is this possible?
There used to be a guide on this but after the picture wipeout it doesnât really work anymore and has block code in it. The OP is kinda inactive right now.
Welp. This is it:
Thank you! Iâm gonna keep this topic open in case I need some pics⌠some guides are hard to understand without screenshots
I donât think that would work, because doesnât GKC do weird stuff if you have more than 2 camera points? Idk because I have never had a map in which there is more than one camera point.
I have never also had a game with 2 points but I think it should workâŚ
If Iâm wrong⌠blame me.
itâs probably something like:
Set '$&*$^%' to random integer from 1-9
Broadcast message on channel 'DeactivateShake'
If $&*$^% = 1
do Broadcast message on channel 'CameraShake1'
else If $&*$^% = 2
do Broadcast message on channel 'CameraShake2'
else If $&*$^% = 3
do Broadcast message on channel 'CameraShake3'
else If $&*$^% = 4
do Broadcast message on channel 'CameraShake4'
else If $&*$^% = 5
do Broadcast message on channel 'CameraShake5'
else If $&*$^% = 6
do Broadcast message on channel 'CameraShake6'
else If $&*$^% = 7
do Broadcast message on channel 'CameraShake7'
else If $&*$^% = 8
do Broadcast message on channel 'CameraShake8'
else If $&*$^% = 9
do Broadcast message on channel 'CameraShake9'
@Hdangerzones remember this is just a guess so it might not look very good in-game, but it should work
I canât find a way to input $&*$^% = 1, or the following numbers⌠I have everything else.
How do I put in $&*$^% = 1 and the other ones?
I dont know what youâre talking about but if you want that to equal 1 youâre going to have to just put 1 not random integer from 1 to 9.
Talking about how to replicate this:
Sorry idk how to do block quotes
but if u scroll up for 5 seconds or so youâll see the OG post @SeamlessMoon
you can use any variable name, that was just a random one.
for the if parts you use the logic block (number) = (number) block and have the first blank with the variable and the second with the number.
use the ` you use for preformatted 3 times in a row
good job and welcome to the forums! though it is kinda unecessary becasue Iâm the one who reposted thatâŚ
Iâll try tomorrow I gtg now and will keep everyone updated later!
here! I found this! How To Make Screen Shake [1/10] [REPOST WITH IMAGES]
@Hdangerzones you could simplify the block code even more with this code:
Broadcast message on channel: 'DeactivateShake'
Broadcast message on channel: Create Text with: 'CameraShake'
Random Integer from 1 to 9

