View Single Post
Old 01-23-2011, 04:45 AM   #122
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
I assume we are testing addons against max size for JS-files.
Kravitz came up with some sort of addons2 in beta-test-pack#4 (bp4.zip) if I remember correct.

Second: I see again some distortions in the black-fields.
Solved it for me by moving the black-square to start at x=80 (see attached "chessBoard.png")
and changed this code in chess.xml
Quote:
<texture href="skins/chessBoard.png">
<cutout id="white" x="0" y="0" width="75" height="75"/>
<cutout id="black" x="80" y="0" width="75" height="75"/>
</texture>
No problems with the pieces so far.

Third: I would recommend to use a "square" grid-marker (like the selection sprite) with 300/505 instead of the "pointing hand"-cursor. As there is to much ghosting left while moving the cursor around.

Fourth: To minimize moving the grid-cursor digit-keys 1-8 should move the selection to the appropreate row/column.

Last but not least: Many Thanks Ben, for another great game!!

PS: will try to check on Timer if I can find some free time
PPS: After changing any code in readers IM I strongly suggest to restart the device prior restarting the Addon,
Attached Thumbnails
Click image for larger version

Name:	2011-1-23.jpg
Views:	247
Size:	46.1 KB
ID:	65322   Click image for larger version

Name:	chessBoard.png
Views:	230
Size:	980 Bytes
ID:	65323  

Last edited by Mark Nord; 01-23-2011 at 10:14 AM.
Mark Nord is offline   Reply With Quote