top of page

04.16.2018: Special Edition - Setting Up Gridmove

  • Writer: Steven C. Mills
    Steven C. Mills
  • Apr 17, 2018
  • 1 min read

Today's soundtrack is Thousand Food Krutch: The Art of Breaking.

Here's the code:

[Groups]

NumberOfGroups = 5

[1]

TriggerTop = [Monitor1Top] TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /2 TriggerLeft = [Monitor1Left] TriggerRight = [Monitor1Left] + [Monitor1Width] /3

GridTop = [Monitor1Top] GridBottom = [Monitor1Bottom] - [Monitor1Height] /2 GridLeft = [Monitor1Left] GridRight = [Monitor1Left] + [Monitor1Width] /3

[2]

TriggerTop = [Monitor1Top] + [Monitor1Height] /2 TriggerBottom = [Monitor1Bottom] TriggerLeft = [Monitor1Left] TriggerRight = [Monitor1Left] + [Monitor1Width] /3 GridTop = [Monitor1Top] + [Monitor1Height] /2 GridBottom = [Monitor1Bottom] GridLeft = [Monitor1Left] GridRight = [Monitor1Left] + [Monitor1Width] /3

[3] TriggerTop = [Monitor1Top] TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /2 TriggerLeft = [Monitor1Left] + [Monitor1Width] /3 TriggerRight = [Monitor1Right] - [Monitor1Width] /3

GridTop = [Monitor1Top] GridBottom = [Monitor1Bottom] - [Monitor1Height] /2 GridLeft = [Monitor1Left] + [Monitor1Width] /3 GridRight = [Monitor1Right] - [Monitor1Width] /3

[4] TriggerTop = [Monitor1Top] + [Monitor1Height] /2 TriggerBottom = [Monitor1Bottom] TriggerLeft = [Monitor1Left] + [Monitor1Width] /3 TriggerRight = [Monitor1Right] - [Monitor1Width] /3

GridTop = [Monitor1Top] + [Monitor1Height] /2 GridBottom = [Monitor1Bottom] GridLeft = [Monitor1Left] + [Monitor1Width] /3 GridRight = [Monitor1Right] - [Monitor1Width] /3

[5] TriggerTop = [Monitor1Top] TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /3 TriggerLeft = [Monitor1Right] - [Monitor1Width] /3 TriggerRight = [Monitor1Right]

GridTop = [Monitor1Top] GridBottom = [Monitor1Bottom] - [Monitor1Height] /3 GridLeft = [Monitor1Right] - [Monitor1Width] /3 GridRight = [Monitor1Right]


 
 
 

Recent Posts

See All
The blog has moved!

I've moved from Wix to Wordpress. Please click here to visit the new blog!

 
 
 

Comments


bottom of page