Ran and chrilley, thanks for your replies. I'm well into development on 2.5 and can't be waiting, so I'll just live with source controlling binaries. When Fusion 3 comes, I'll see if I can migrate...
Type: Posts; User: fleisl; Keyword(s):
Ran and chrilley, thanks for your replies. I'm well into development on 2.5 and can't be waiting, so I'll just live with source controlling binaries. When Fusion 3 comes, I'll see if I can migrate...
For sanity and safety I use source control. But with binary files, all the more useful features are useless, like diff, merge, and "blame".
Does anyone have a way to convert an MFA file to text? ...
Why do you say this? I rely heavily on activating and deactivating groups as my game progresses through various stages and conditions. It's a really handy way to make sure only the code I want at...
Is there any way to do a comparison between two version of my game code? The .mfa file is binary.
I'm kind of surprised I can't find another Forum article asking this. Maybe I'm spoiled from using...
Thanks for the Ctrl-f tip; that's helped a lot.
Shame about the text export. It would really be useful with source control. Right now I don't know any way to diff two versions to see my changes:(
Oops, I'm wrong! Selecting an object in the Event editor header does actually include lines where that object is referenced somewhere else.
I'd still like a way to find references to a particular...
This is a question about the tool, not game coding. My game is getting large. I'd like to find all the places where I use a particular alterable value/string of an object. Or sometimes all the...
colej_uk, thank you so much! What you describe was what I ended up doing, and it does me a world of good to hear that I'm on track:)
Great game, by the way.
Wow, thanks for all the great responses! TLDR: I've written my own zoom+pan and it's working great!
Schrodinger, thanks for the detailed outline of how to do so. Fortunately I ended up doing pretty...
Well then I don't get why people say "look at Concrete Jungle" as if that's an answer to how to do zoom and scroll. So I thought maybe someone had published the source or at least that part. And...
Is there source code available for Concrete Jungle? Or at least example projects that show how to do zoom and pan/scroll with just positioning and scaling?
I found some nice extensions (Viewport...