EDIT: Doh! false alarm… I had the debugger set to break on anything and it was giving me some random error on startup that was completely unrelated to this…
The following gives me an error on execution… :?
OwnedArray<Image> array;
array.add(new Image(50,50,false));
array.add(new Image(50,50,false));
array.add(new Image(50,50,false));
array.add(new Image(50,50,false));
array.add(new Image(50,50,false));
array.move(2,1);
Can someone confirm?