I think they have to be installed to the windows fonts folder to work. However, coming soon we hope to have font resources implemented.
The bug would leave families in the event wizard dialog even if you had removed the last object from that family, and could even be used to make a family appear twice in the event wizard dialog. Families in this state would crash if you double clicked them in the event wizard. Importing your application in to 0.98.9 does not automatically fix this if it has happened; however, I hear from other users there are workarounds to fix it if it has happened. If none of the families in your .cap crash when you click them in the event wizard dialog, you are OK.
Yeah, all the errors relate to p1, p2, p3 and p4, which are POINTFs, which is an undefined type. Try throwing in
struct POINTF {
float x, y;
};
somewhere, and it should fix those errors.
Have you tried some of the tutorials? It sounds like you're confused by the basic process of adding events and expressions.
Develop games in your browser. Powerful, performant & highly capable.
Go for it.
Using the Function object, you can use any expression name and have it call a function. This means you can make Function.SomeExpression return whatever you like, and you can pass parameters to it too.
The .cap file attached shows an example of this (made in 0.98.9).
Better put something on the tracker so it's not forgotten.
I guess the requirements for a turn based game and live shooter are going to be completely different, so it's hard to say.
What errors? You might need definitions for POINTF and RECTF, which are trivial (float versions of the POINT and RECT structs).
It's always been like that. I don't think loading external images generates mipmaps, which enables high quality downscaling. I'll see if that can be fixed.
I'll see what I can do when I have time. I think it's just CString it uses, and the interface between Construct and the SDK ought to all be const char*s, so it might be possible to remove it already. You could also give dreamspark.com a go if you're a student.
OK, hit the link again and the sprite editing should work.
Member since 21 May, 2007
The official blog for all things Construct and Scirra run by our employees!
Wider technology issues from Ashley's perspective.