Showing a specific image throwing key-value compliance error
rosenichols opened this issue · 1 comments
I'm using the code from your example to try and show a specific image in the spritesheet, however no matter what I try I get the following error message:
[ERROR] Script Error = [<TiSpriteView 0xcd96990> valueForUndefinedKey:]: this class is not key value coding-compliant for the key x. at app.js (line 42).
Also, I'd be interested to know if there's any way to stop the spritesheet animating after one loop. There doesn't seem to be a way of doing this, and the timings available in Titanium are too inaccurate to fulfil this purpose.
I'm receiving the same error.
[ERROR] : Script Error {
[ERROR] : backtrace = "#0 () at :0";
[ERROR] : line = 32;
[ERROR] : message = "[<TiSpriteView 0xf8649b0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key x.";
Using Ti SDK 3.2.2 and compiled the module with 3.2.2.GA.