# .font: font.text_2
2019-10-31 18:55 Arno  
# .font: font.text_1
ok, all 9\ is indeed possible! :-)

# .font: font.text_2
2019-10-31 18:59 dustin  
# .font: font.text_1
i couldn't get them all in my tests, so i thought it would be a nice additional hiscore-challenge! ;d

# .font: font.text_2
2019-10-31 19:25 nesdori  
# .font: font.text_1
it's indeed possible by collecting the diamond stack by picking a diamond on every move/push and in such order that the middle left diamond is picked last (rockford saves one important frame because he picks it while already heading to exit and just passes the fly). it's also possible to collect all 9 even more faster and save an additional frame and pass the fly by a margin of one frame. in that case the last diamond to pick from the stack should be the upper left diamond in such a way that the stack doesn't fall and still pick a diamond on each move. the required maneuver is for pirouette masters only :)

# .font: font.text_2
2019-11-01 07:03 Arno  
# .font: font.text_1
Thx! My run FREE now! :-)

# .font: font.text_2
2019-11-01 08:30 nesdori  
# .font: font.text_1
my run free too.  Arno , you actually did the upper left diamond-method but because you entered stack from the upper side you missed one frame because of scanning order. if you had entered the stack from left and still pick the upper left last you would have gained an extra frame. i used middle left last -method :)

# .font: font.text_2
2019-11-01 11:11 dustin  
# .font: font.text_1
 nesdori  - do you mean "from right" instead of "left"? in this case, you could collect the \ in this order.  
921  
763  
854

# .font: font.text_2
2019-11-01 11:14 dustin  
# .font: font.text_1
saves a frame because you can already pick \1 in the same frame when the "diamond birth" is finished.

# .font: font.text_2
2019-11-01 12:22 nesdori  
# .font: font.text_1
yes, from right of course.