Matrix transformations in Flash V67d

Monkey Forums/Monkey Bug Reports/Matrix transformations in Flash V67d

devolonter(Posted 2013) [#1]
It seems that nested matrix don’t work correctly in Flash. You can see it in hitoro/matrixrocks example. In flash it shows nothing.


DruggedBunny(Posted 2013) [#2]
Hmm, matrixrocks seems to be working here in Chrome on Windows 7!


devolonter(Posted 2013) [#3]
That is strange. On Windows 8 with Flash Player 11.5 (standalone and chrome plugin) I see the following:



Edit More info. OK, it seems that issue exists not only for nested matrix. Any transformation function (Scale, Roate, etc.) doesn’t work correctly for me. If I remove all code from OnRender in matrixrocks example and leave only these lines:

[monkeycode]
Method OnRender()
Cls 32, 64, 128
DrawImage player, DeviceWidth * 0.5, DeviceHeight * 0.5
End
[/monkeycode]
It works properly:




marksibly(Posted 2013) [#4]
Found it, spicy! Fixed in next release.