Don't know if this is the correct thread to be posting this in but anyway. The game I'm working on utilizes python scripting and for some odd reason when I have added a binary file to one of my Layouts the game suddenly stops working in the means of stuff in my python code doesn't work.
For instance I get the File "<string>", line xxxx def Get cursor position(self): SyntaxError: invalid syntax
and: Traceback (most recent call last): File "<string>", line 2, in <module> NameError: name "Sword" is not defined.
The "Sword" is a sprite. But when I remove the binary file object that I added to one of the layouts the problem goes away? Is this a bug I should report or is it known to happen that way?
Cheers!
P.S
I'm using Construct v0.99.84 (unstable)
Python version 2.6.5