Biggest problem I foresee is that html5 apps require a server to load while chrome extensions run within the browser environment. I agree it would be cool though.
Type: Posts; User: Christian_Wheel; Keyword(s):
Biggest problem I foresee is that html5 apps require a server to load while chrome extensions run within the browser environment. I agree it would be cool though.
https://static.wixstatic.com/media/691b71_55fe9e3b4d8c4283a37287b257eb26a0~mv2.gif
You can download it from: https://www.christianwheel.com/post/among-us-teletype-example-for-clickteam-fusion
...
Yeah after working with it for a few days this has been very unstable and causes Fusion to crash for me. No error message, window just disappears.
Would be great to get some workspace enhancements...
Yves you just changed my life.
Not kidding, this makes things a LOT easier!
I hope in the future it will be easier to dock these windows, and that I will be able to expand the Fusion window to...
Is there a reason we can't have the Frame Editor and the Event Editor open at the same time? I'm using four 4K monitors and it'd be great to be able to utilize the whole workspace. I find myself...
Out of curiosity, why was the "Compress runtime" option removed?
You would need to write your own function in javascript to offer the user a browse dialog and do the upload. Then you could call the function at the appropriate time via the html5 object.
My mind is truly blown!
Great idea using the streamdeck btw. I just picked up an XL and this is such a great use case, I'll have to set it up!
Your events list makes my head hurt.
That's a compliment, btw! xD
Complicated Fusion code is always impressive.
This works great! A couple of suggestions - It would be awesome if it worked in the Windows runtime too so we could test it without building html5. Also a way to change the foreground and background...
Audio sounds fine here on your links, iPhone 11 Pro Max running iOS 13.5.
MySQL is designed to handle thousands of queries per second, so don't be afraid to step up the interval a bit if it will enhance the functionality.
Thank you Yves! Hope everyone at Clickteam is staying safe in these crazy times.
My keypresses ("upon pressing a key") for F1-F12 are not detected on the MacOS runtime. Anyone have a workaround for this?
I believe the suggested method for Windows Store apps is to use the UWP Export Module.
I'm on 2.5+ 292.22 Developer.
Bug report: You can't seem to hide the mouse cursor. Works fine on Windows & HTML5 but not on the Mac runtime, and the cursor blocks some of the action in my full screen game.
Hello all,
Is there a way to retrieve a value from the VBScript object? I'd like to run a Vbscript function that returns an integer and then pass that integer to a counter in my Fusion code.
I...
Thank you Fernando! I would love to give it a try. I'll be interested to see how some of my more advanced javascripts behave on Mac (for example one of my apps implements ffmpeg in javascript - It's...
Hello, sorry to revive an old thread, I just wanted to see if there was any update to this request. My application uses javascript so I'm not able to port it to Mac without WebView, and Wine is no...
Theoretical question - If we had a 64-bit runtime would it help alleviate the memory issues caused by large numbers of objects?
+1
I have been struggling with this for a while now. On my 5K monitor I have scaling of 225% selected but fusion apps seem to ignore this and come out way too small. It's been a while since I've...
+1! This would be very useful.
You can use the list object to get a list of files from a folder, then set up a loop to copy each one to the new folder and remove it from the list. This will not catch subfolders though.
If you...
Another approach would be to modify the batch file and add commands to the top to actually change the working drive and directory to the one you need. For example:
@C:
@CD "\BATCHFILES\"
I have noticed an issue with the bouncing ball movement as well, I tried to create a screensaver of an object bouncing randomly. After a few minutes, the bounce becomes predictable and it just...
Hi all,
I need to create a condition that detects whether or not my app is running from within Fusion (either Run... Application or Run... Frame) or if it's running as a compiled EXE, but Apppath$...
I ended up expanding this into a fully realized application. If anyone wants the final source, send me a private message.
...
Bug report: Checkbox & Radio Button foreground color setting is ignored in the runtime.
If you turn off "System Colors" and set your own colors it looks fine in the editor, but at runtime the...
Here is another approach. This one is a little more versatile and will allow you to specify either case sensitive or insensitive replace.
You may also want to look at the substring replace...
Only other thing I can think of is that the target file has different encoding than this is expecting (unicode/ansi/etc). Here it is working on a clean system: https://streamable.com/v1rtn
Interesting, it works here. Try building it as an EXE and putting the text file in the same folder as the EXE. This would work around any UAC conflicts you might be having between Fusion and your...
The problem could be related to DirectX and your video card drivers perhaps.
I like 2.5+, it runs quite a bit faster and the child events are a gamechanger. I also like to buy as many clickteam...
No, not at all. The window should match what you see in the frame editor. Are you running Fusion 2.5+ or standard 2.5? I created it in 2.5+ and it defaulted to DirectX 11, so here is a new copy set...
Can confirm. Deactivating an event and then adding a child event to it and trying to run your application crashes Fusion.
Apologies for posting this in the wrong forum! I thought I was in the 2.5 forum.
Here is a sample MFA I created that will search a text file and replace all instances of one string with another string. The replacement IS case sensitive.
26607
UPDATE: This is a bug. The File object ignores the "character encoding options" attribute in the application properties and will always output Unicode no matter what. The Edit object, however, obeys...
Hi all,
Using 2.5+ Developer.
I need my Fusion app to create and run a batch file. I have created the batch file using the File object, and it is written successfully, but its encoding is...
Parent/Child events help a lot in terms of code readability, and also slightly speed up your project because you don't have to test for the same condition every line.
Consider:
IF X = True...
Made with Fusion 2.5 Developer - http://TheHamButton.com/
It's from an old 30 Rock gag.
If you are a registered Apple developer you can add your client as an internal TestFlight tester, this will be the easiest way for them to install and run your app.
If you don't have a paid dev...
If you use the string parser object you can get the character's ascii code.
Symbols will be between 33-47, 58-64, 91-96 or 123-126.
Numbers will be between 48-57
Lower case letters are between...
Here is a sample.
26352
Your best bet is to redirect the command's output to a text file using the > pipeline. Then you can read that text file to get your program's output.
You could compile one version with black bars and one without. Create a launcher exe that reads the config and runs the appropriate version.
Once you put together an IPA package you can have your testers install it to their iPhones via Cydia Extender, even on Windows. It'll handle the certificate signing just using their Apple ID (but the...
Someone was working on a voice recognition object a while back but it never came to fruition.
At this point, you'd have to handle the voice recognition yourself, probably the best approach is to...
Thank you Fernando!
Hi all,
I have completed the port of my application from Windows to Mac but there is no web view for the mac runtime nor can I figure out a workaround to display a webpage inside my app and...
You might try removing the registry entries in HKEY_CURRENT_USER\Software\Clickteam (back them up before you remove them) and see if that cleans it up enough to do a fresh install.
Here is a sample. You could do it with a simple character count, but that will fail when you use decimals, so this takes a different approach.
26310
+1 for ISP blocking. But there are a few places that will lease you a cheap Windows VPS for a few bucks a month. Should be sufficient to run a lacewing server.
What you're looking for is the modulus, which is a fancy word for remainder.
When ("Alterable Value A" mod 2) = 0 then alterable value a is perfectly divisible by 2.
For specific exclusions...
Sorry, not sure what you mean. Are you trying to determine if a string contains a numeric value?
Use the String Parser 2 object and replace "http://" with "".
Example attached.
26220
You could have the paid levels as separate projects on a different page of your site, and put that page behind the paywall. When your free HTML5 app is ready to load the next level, it redirects the...
When the mobile runtimes were first released I had similar questions. At first, I maintained separate MFA projects for each runtime. But this quickly became overwhelming because as I made changes or...
Hello, take a look at the Firefly addon.
What runtime are you on? If you're on Windows you can check the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation registry key. If you're on pretty much anything else your...
Thanks for the reply. I ended up creating the radio buttons as active objects, which set me back hours to do graphics and logic. It shouldn't be this hard! :(
Hi all,
I'm having a problem getting my radio buttons to display correctly. To be clear, these are radio buttons that are created by the Button object.
Firstly, the "transparent" checkbox has...
Disregard! It ended up being a problem on my webserver.
Hi all,
My website is cached by CloudFlare. This works well for me because it basically works as a CDN in different regions and also protects my server from DDOS and will even continue to display...
Some more information:
Specifically this happens when I deselect the option "Quit preloader when all data loaded" and handle the "End Application" events myself. When I allow Fusion to auto-quit...
Hi,
I'm about done with my project and ready to deploy in HTML5. But I'm running into some kind of bug.
If I do not include my own custom preloader (from a frame in my project), everything...
Fusion keeps objects in memory in case you undo the delete. Save your project, close and reopen it, see if you notice the decrease then.
I've noticed this when removing sound files, they don't...
Hi all,
The cursor object seems to be using the old low-dpi cursors. On a high-dpi system the result looks terrible, for example when you switch to the hand cursor to indicate a hyperlink, it's...
Hello,
What is the proper way to report bugs at the moment? The Bugbox has been down for quite some time now.
In the future you might be able to make things easier by using Qualifier groups. Put all the different tree objects under one Qualifier and then change the animation on the Qualifier.
This is just a guess but I wonder if you could use FireFly 3D and load these images as a sky-sphere and then move the camera to navigate through them. I don't own FireFly so I can't speak to its...
Here you go. Let me know if you have questions!
26123
A couple of things...
Yes, you need a Mac to compile to iOS. However, there are tutorials out there that will show you how to install MacOS in a Virtual Machine. From there you can install Xcode...
Hi,
I don't have much advice for you, but using jpeg won't reduce memory usage - Any imported image is converted to a BMP-like pixel array by Fusion, so image compression is discarded. The 1.7g...
What you're asking for is called a low-pass filter. You can find some decent algorithms written in Javascript which you could actually just plug-and-play into your Fusion project (depending on...
Once you hit the limit you can contact Clickteam and ask them to reset it. They're pretty reasonable about it.
I think, however, while you're allowed to install on multiple machines you're only...
By any chance are you using some kind of a sync service on this folder? Like Dropbox, OneDrive, etc?
Your best bet to play mp4 is to embed a player in a local html file and display it in a webview - Use the mp4 playback capabilities of the browser.
I wonder if selecting "machine independent speed" might be a one-click solution to this issue? Obviously developing your own timer is a better solution but it could be worth trying in the meantime.
I hope I understand the problem correctly... Please let me know if this example helps.
25336
Here's a sample I just whipped together. It uses the Regex object and removes [^a-zA-Z0-9]
If you need this to work cross-platform you can essentially do the same thing using a webview and some...
There is nothing built in to do this. I spent the last 30 minutes or so playing around with javascript's window.getSelection().toString() trying to retrieve it but couldn't get it to work. More...
Use the string parser object to replace "12" with "" and take the difference in the string lengths and divide it by 2. That'll tell you how many 12's you've got. Repeat for 20.
I get the same exception as OP and I have to force quit Fusion 2.5 Dev. Maybe I'm missing a framework? But I have VS.Net 2017 installed so I assume that would have everything I need?
My suggestion would be to convert your OGGs to WAV files for short items like sound effects. You could still leave longer audio like musics, etc as OGG to save space. There is significant overhead to...
Sorry to resurrect a 3 year old thread but I was wondering if there was any progress on this possibility.
I absolutely LOVE creating cool interfaces in Fusion - There's nothing better out there in my opinion. I'm programming in another language on Windows and I'm wondering if anyone has ever figured out...
If you go to http://mailcenter.rising.com.cn/filecheck_en/ you can upload your EXE file and report it as a false-positive. Make sure you click the "report false positive file" tab because it defaults...
Hi all,
I'm trying to test if a file has the SYSTEM attribute (if someone ran "ATTRIB +S" on the file) from my app and am curious if anyone has any ideas on how to approach this.
Right now my...
I couldn't get my HTML5 app to run on Android on the latest build. Works fine from desktop browsers and iOS. Has anyone else had this problem?
If X Position of Thug is < X Position of Boxer, Thug is on the left. If X Position of Thug is => X Position of Boxer, he's on the right. You can put the equality condition on either side you want,...
Is the HTML5 app hosted on the same server as the txt file you're trying to read? Due to cross-site-scripting security built into your browser it will prevent the GET object from retrieving files...
It's back up now! Was giving me a 404 error earlier.
Thanks!
Thank you guys both so much. MuddyMole, that example is phenomenal and exactly what I am looking for. The fact that you had that lying around is absolutely amazing! Thanks again for your help.
Hi all,
Working on a fun little Fusion project. I have an imaginary line in my frame that's represented by two points (four invisible counters - X1, Y1, X2, Y2).
Now I have a third point, say...
Hello,
When you Build & Run an HTML5 project, you get a message telling you to open www.clickteam.com/html5launcher/index.html and enter your IP address. However this page is now missing from the...
Only thing I can think of is perhaps the language setting on those machines use a different character set than what's expected.
A project like this needs both server-side and client-side components and frankly is a job for more than Fusion. It would likely need a PHP or ASP.NET backend and iOS/Android apps developed in an...
Here is a quick demo showing how to do what you're trying. Run the player into the dark green leaves on the right to trigger the message. It will only happen once.
24501
Fantastic! Standing by for more info. Thanks Fernando!
Make 16 characters the max length and then pad the password with a known string if it's less.
So for example if their password is 12345 you fill it up with 0's at the end, so it's now...
You can open a browser window with a link to:
http://twitter.com/home?status=Put The Content Of Your Tweet Here
This will pre-populate the form and your user will have to click send. This will...
There are certainly workarounds, but my point is that it's misleading to call it logical (as in the ! operator) in the GUI vs its actual bitwise function (~ operator).
I'm working on an HTML5 app for a client and I need to embed a couple different websites in one of my frames. The first one I'm tackling is a Google Map of his business. But the webview is not ported...
FYI I solved my specific use case by setting my counter to a bitwise XOR of itself and 1. But I still maintain that NOT shouldn't be labeled as a logical operator.
I'm trying to toggle a value between 0 and 1. Using the "Logical NOT" operator, which *should* turn anything nonzero into 0 and 0 into 1.
So far so good, right?
Well I got WEIRD results, and it...
I use DMG Canvas and it's wonderful.
I tried a Fusion 2.5 crack and it killed my dog.
Oh, the search string "mp3" is probably too short for the search engine. I believe it requires a 4-character query.
You can shell to a command line tool like id3mtag.exe - https://squell.github.io/id3/ or use Perry's ID3 Tag Library as an Active-X: http://glassocean.net/perrys-id3-tag-library/
Unfortunately I don't think you can. I even tried in the event editor, changing the text to "Line 1" + NewLine$ + "Line 2" and they still showed all on one line.
I even tried adding a </br> tag...
One option is to keep your MFA in your Dropbox folder. Dropbox will preserve versions every time you save and you can easily revert.
I don't know about module files, but you can find decent royalty-free music at https://www.jewelbeat.com/ for $2.99 per track.
Under Application Properties, go to Menu and click the giant "Edit" button, you'll be presented with the "Application menu editor" (pictured). If you remove the "New / F2" item it will solve your...
Ah! I just found the object. It's "iOS / MacOS Video." Didn't see it initially because it's in the iOS category.
Looking for a way to play cutscene videos inside my application on the Mac runtime. On Windows I would use DirectShow but that is not available on Mac. The "Video" category in the object browser is...
You would have to program your own pause system if you want a custom UI. You can have a global flag that every single event in your game engine checks before it proceeds. Alternatively, group your...
http://appleinsider.com/articles/17/06/07/high-sierra-runs-on-all-sierra-capable-hardware-starts-process-to-kill-32-bit-apps
Are the Mac apps generated by fusion 2.5 64-bit? If not, will it be...
+1 for selling the engine on the Clickstore.
One way would be to have your app invisibly output a vbscript file to the temp directory that calls the WshShell.SendKeys command with the keystrokes you want to send, then execute the .vbs from your...
Not yet. Looking forward to it though!
As of Sierra it's still HFS+, and in either case the issue is that NTFS doesn't have an executable attribute. Therefore there's no way to transfer that...
If this is an attribute issue, you should be able to go into terminal and do this:
cd /full-path-to-your-app.app/Contents/MacOS
chmod +x MacRuntime
That should fix it.
Passing executable...
How can I verify the Windows version and deny installation to anything prior to Windows 7?
Thanks!
The HTML5 runtime exports one giant png spritesheet with all your actives in it, at least in the small HTML5 projects I've created. Quite possible that it makes more spritesheets if you have more...
Here is an post from the Fusion 3 Development Blog about Sprite Sheets and how they're currently used and their future in Fusion 3. It seems to echo that all the sprite sheet handling is done "under...
I don't think sprite sheets will speed anything up in terms of performance. All of your graphics and animations need to be chopped up via the sprite editor anyway. If anything Sprite Sheets speed up...
Windows 95 was NOT based on NT. It still ran as an overlay to MS-DOS, using 386 Enhanced Mode. It was more an evolution of Windows 3.11 for Workgroups. The first "consumer" NT OS was Windows 2000....
This sounds like something that needs to be submitted to http://bugbox.clickteam.com/
It can be run without an internet connection, and is distributed as a Mac binary (can be signed, sold in the app store, etc).
No, Macify was not created in fusion. Now that the Mac Exporter was released, there's no benefit to a Macify app other than the cost vs. the Mac exporter (and perhaps extensions that are available...
This is exactly the concept that my program, Macify, implements, except for Mac using Safari.
http://Macify.ChristianWheel.com/
It's in beta now, coming to the ClickStore soon.
Ah, okay. You can also codesign a binary from the Mac command line with the codesign command. For users who are comfortable in terminal this may be an easier way to go.
What is the benefit of exporting an xcode project over having fusion just build the binary?
For a first Mac, if you're looking for something inexpensive I'd go used. Macs are generally built with premium components so they age very well. If you already have a mouse/keyboard/monitor to use,...
You can still right-click and open as detailed in my link. :)
You can even build your own store. Mac applications and games are allowed to be installed from anywhere IF the user has allowed unsigned apps in GateKeeper controls. I did a write-up about it for my...
How can I do some very simple filesystem tasks within my app's sandbox? Get a file's size, copy, rename or delete a file, etc.
Kudos, thanks!
Hi all,
I have an old project that uses an unreleased extension I was developing.
I no longer have that extension or its source, but I'd like to open the old Fusion project to pull out some of...
This is fantastic! I don't even have any need for a camera system at the moment, but I bought it to show my support. Thanks for releasing this!
I'm on mobile at the moment so I can't check your file, but it's possible with the shorter durations you're running into your frame-rate limitation. Try increasing your application's framerate to...
Can you negate Never and use it as Always? 😂
I'm not a lawyer, but on the HTML runtime you are just distributing the mp3 file itself, it's the browser that's actually playing it. Chrome, Firefox, IE and Safari all DO have the necessary...
Link: http://london.christianwheel.com/macmenu/
This is all pure Fusion code with no extensions, in fact it's a total of only 5 events! Any desire for a tutorial showing how to create this? There...
Finally got around to installing this beta and now I can't open one of my projects. I get the error message: "This application has been saved with the Unicode version of following extensions:...
How can I detect a force-touch on an active object? I realize it's not compatible with older phones but I'm building an app just for my organization, and we all have 6S's or 7's.
Thanks!
This example will show you how to calculate yesterday's date. It's up to you to parse it into the correct format. It will currently always return the date format that is the default on the user's...
Rather than simulating the keypress, why not add an additional condition in the event editor to trigger the same events that the up arrow has? For example, this event will fire when either the up...
You can do this with a couple different tricks.
Set the hot-spot of the paddle to its center. That way you when you get a collision between the ball and the paddle, you can test the X position of...
Open one of those files in a word processor, find some text you like, copy it and paste it into your image editor.
If you want to create it from scratch, you can use the Alt-codes (hold the ALT...
Unfortunately I don't think there's any way to control layers in the event editor. You'd have to handle your parallax scrolling manually and use active objects as your backdrops. But then you can do...
You can use the HTML5 object to detect which browser is being used and then adjust the position of your texts accordingly. Put them all into the "Texts" qualifier and:
...
When you spawn each object, write the current number of objects to one of its Alterable Values. This way each item gets an index.
Then you can use the Dynamic Array object, create a two...
Put this together very quickly but I had a blast doing it and may develop it into something more substantial. It's a platformer with arrow controls. The reticle is always opposite the player on the X...
I'm trying to figure out how to change the inputs (change keys, for example WASD or Up-Arrow for jump, etc). This will also be important in trying to port my game to other platforms (iOS, HTML5, etc)...
After reading this post I started toying with this idea just to see if it was possible and I ended up with something that's actually kind of interesting. Sort of a puzzle-platformer. Will post a demo...
To answer OP's question, yes you certainly could create an attractive website in Clickteam Fusion. However I would suggest using a specialized website tool like Wix or Weebly. Fusion is WONDERFUL for...
Just a heads up, your site has some issues on Chrome (Windows) at 3840x2160 resolution. Screenshot: http://i.imgur.com/4RpWGZM.png
If I un-maximize Chrome and shrink the window down it displays...
You would need to use the Get object and then parse the HTML/XML results in events. You're probably best off getting this from an RSS feed and working with XML.
Thanks, but even with blitting I still won't be able to rotate the text block as a whole, only the individual letters.
Good ideas, but text blitter is Windows only, and a screen capture will not preserve the transparency behind the letters, which means it can't overlap other objects. Thanks for your answer though....
If you have access to a webserver can you use a formmail script? This way php can do the email portion using ssl while your fusion app just has to load a web address in the background?
There also will need to be a mode where the Hot Spot changes to the bottom right of the text. Not sure if that complicates things.
Hi all,
Got an interesting conundrum here that I've been trying to figure out how to approach.
I need to find a way for a user to enter their name, then on the screen you see the text of their...
This could very well be a bug, but it could also be that the hardware is caching the touches until the app reads it next.
Could you add an event that only enables button-presses 0.1 seconds after...
Take a look at Leadbolt. Apparently you can include their banners in your HTML5. You'll just need to do some custom javascript to display the iFrames, then you can trigger those js functions with the...
Https will stop people from sniffing the packets, but if the url and password is embedded in your source, it's obfuscated but still readable by your users.
Hi all,
I want my users to be able to select a photo from their device and upload it to their profile on my server right from my app. I'd especially love to include drag-and-drop functionality, so...
Hi all,
Got the Mac Editor in the Humble Bundle and I'm finally getting around to trying it. I copied it to my Applications folder on my Mac, but when I open it, nothing happens. If I open...
PHYSICS is a big plus that was not in MMF2.
I'd like to give my users an option to select a photo from the camera roll and display it on the screen, optionally upload it to my server. Is there an object that can do this?
amiman99 I like yours! Efficient and clever.
Sure thing aenever!
Here's my take on blood drip. Done with Adobe After Effects.
https://dl.dropboxusercontent.com/u/44407131/Fusion/BloodDrip.mfa
Any fonts that you download from FontSquirrel, Dafont, etc will generally come with a text file describing the license. Many times they are free for noncommercial projects, etc.
Where you really...
Take a look at SOX - http://sox.sourceforge.net/
It's a command line tool to do all kinds of audio manipulation. Your Fusion app could shell to it with the proper command line parameters.
The key wouldn't be disabled until the next reboot anyway.
Created in Fusion 2.5 Developer.... Prevents Windows 7/8/8.1 from nagging you to upgrade to Windows 10 and can remove the saved Windows 10 installation files.
...
After a lot of hair pulling, I've discovered the solution.
It turns out, if you select "Compress the runtime" under the Windows Build Options, this behavior occurs. Deselecting "Compress the...
I've tried two different PC's, one Windows 7 and one Windows 10. Neither is running Antivirus software.
Both have the same result, if you double-click the executable it just fails to run. It does...
Hi guys,
Developer 2.5 here. I've put together a system utility that requires admin privileges. Obviously under the "Windows Vista" section I changed the "Execution Level" to "As administrator".
...
I think this would require an implementation of the WebView object on HTML5.
Define "all iOS devices." The new iPad Pro has a resolution of 2732 x 2048, which is higher than most computer monitors, so it will have to be scaled as I can't imagine a Fusion game running at any...
I wouldn't build your app with iAd at this point. https://developer.apple.com/news/?id=01152016a
Thanks guys, uninstalling the old version first did the trick! How would this work if it were in the Play store?
Hi all, I'm updating an android app that worked flawlessly previously. I'm working on a new PC so I suspect sdk or java versions may have something to do with this.
I build my APK, which completes...
Can confirm it crashes here too. You should report this at http://bugbox.clickteam.com
Even if someone from CT reached out to Avast to explain the problem, Avast won't whitelist all fusion exe's, because someone conceivably COULD write malware in Fusion. If you really think about it,...
Does this option work for anyone? I have it checked for my HTML5 app, but when changing to the next frame I still see my loading screen for a moment.
Very true! To be totally honest, I never even realized there were themes in Fusion. I was installing an extension and I noticed the "themes" folder and decided to check it out. Currently using the...
After using Fusion for many years I just discovered this even exists. When I loaded it I LOL'd IRL. Anybody use it for real?
+1 for Mac Mini, however they were updated about a year ago and it's totally possible that Apple refreshes them before the end of the year with Skylake or perhaps Broadwell CPU's.
Note that you'll...
Fusion 2.5 is itself a 32-bit application. I'm surprised your assets aren't making the IDE itself run out of memory. Regardless, a re-engineering of the runtime would be a huge undertaking. Rather...
Zonacas I get the same error and I've made no changes to my system (using the non-Steam version).
Could you build two different versions of the game? One with AA on and one with it off. Then on your Menu screen, shell to the appropriate version and quit the one you're in (you can use command-line...
Fusion was not designed for High DPI displays. I'm about to move to a dual-4K setup and am dreading this issue across a wide variety of software programs. You can tweak the compatibility settings to...
Would love to see this built into an extension for Android and iOS. Would happily buy it.
You could create an invisible active object and always set its position to the average of all 4 players, then set the camera to follow that. The formula may need some tweaking though, depending on...
Open beta! Download the APK or IPA at http://beta.prodcastsoftware.com/2015/09/timecalculator-beta.html
Please let me know if you encounter any issues or bugs.
Hi everyone,
I use some quick backdrop objects (Line type) in my frame that render fine on Windows and Android, but are not present on iOS.
In the attached photo, you can see the iOS app on the...