kanomaster kanomaster loading

MultiTasker801 wrote:

something like
set x to (((ID) mod [5]) * [50])
set y to (([floor v] of ((ID) / [5])) * [30])
should get you a lot closer to your objective
Never mind, this actually was the best way. But instead of mod 5, it needs to be mod 5.000000001 (in order to keep the 5 from being in front)