The HTML5 Object allows you to call Javascript function.
Type: Posts; User: Olivier; Keyword(s):
The HTML5 Object allows you to call Javascript function.
Clickteam does not take donations. But there is a way to support us financially, become a patron: https://www.patreon.com/Clickteam
About calling Javascript functions, the HTML5 Object allows you...
Unfortunately the HTML5 runtime still doesn't support such a feature. Several users asked about it, in this thread among others: https://community.clickteam.com/threads/88958
The good news is that...
D'après ton image, j'ai l'impression que l'icône de ton app ne répond pas aux nouvelles spécifications de Google introduites le 24 Juin dernier. Pour y remédier il suffit de se rendre dans la Play...
It appears that there is an issue with the bouncing ball movement. I found out that you can't really set a deceleration of 0, doing this is equivalent to setting a deceleration of 1. It's easily...
I believe that this is because you're using the Active Picture object. There's more information in this thread:
https://community.clickteam.com/threads/98983
You'd have to select in the Application Properties > iOS Options tab > Display : Fit inside (black bars). There's some detailed information about the various display options in the Help >...
Glad you solved your issue. So my previous statement wasn't accurate enough, sorry for this.
Maybe you're missing something. Please check this official documentation from Apple: https://help.apple.com/app-store-connect/#/devb57be10e7
I really don't know what is going wrong. Here's what you could do. Please run your application from Xcode, make a purchase and post all of the output of the Xcode Console. Maybe this will help us...
To comply with this requirement from Apple you have to use Xcode 10.1.
To test in-app products on iOS, all you have to do is configure them in App Store Connect. You don't need to submit them along with your TestFlight builds.
Je ne suis pas certain de bien comprendre le résultat que tu souhaites obtenir, mais ce poste devrait sûrement t'apporter quelques éléments de réponse:...
Check the application property "Resize display to fill window size" (see App Properties > Window). Optionally also check "Fit inside (black bars)" and "Anti-aliasing when resizing".
For more...
To slove this issue you have to set the property Target Android version to 8.0 which matches API level 26.
From August 1, 2018, Google requires that every app targets at least API level 26:...
There's no need to use the qualifier nor an additional object for what you want to do.
Always
(red) : Set alterable value A to NObjects( "red" )
(green) : Set alterable value A to NObjects(...
Les applications HTML5 créées avec CF2.5 fonctionnent parfaitement avec tous les navigateurs modernes. Internet Explorer n'en fait pas partie. Il est par ailleurs remplacé par Edge sur Windows 10....
Les applications HTML5 créées avec CF2.5 fonctionnent parfaitement avec tous les navigateurs modernes. Internet Explorer n'en fait pas partie. Il est par ailleurs remplacé par Edge sur Windows 10....
Unfortunately there is no time estimate for when the bug tracker will be back online. Please post your bug report on the forums and we'll do our best to take note of it, and eventually correct the...
For the time being, you should post your bug report on the forums.
This excerpt from the Play Console Help confirms what was said above:
Making a backup copy of your keystore is extremely important. But you can completely avoid the hassle of managing keystores...
You can make as many frame jumps as you want. There must be something wrong with your events?
You should have at least one animation frame in the left direction (16) of the Stopped animation. According to the Help, the "Load frame" action actually replaces an existing frame.
There is another example file, a testbed application, in which all the actions / conditions / expressions of all the Google Play Games objects are used. There is a frame dedicated to each object,...
I was able to successfully test a multiplayer game with the BlueStacks App Player, which is an Android emulator for PC: https://www.bluestacks.com
I don't know why either, it's just the way object scoping works.
You'd probably have to use two events, like this:
Upon pressing "1"
- Group.Buttons: Set flag 0 off
Upon pressing "1"
- Active Object "button 1": Set flag 0 on
No I'm sorry, this isn't going to be implemented soon, as other features have higher priority.
According to my tests this rendering issue doesn't actually affect the HTML5 runtime, but only the Windows, macOS and iOS runtimes. I will open a bug report about this inconsistency. So for the best...
When rotating an object, the pixels are smoothed or anti-aliased. If you check the RGB channel of your image, you will notice that the bottle sprite is actually surrounded by black pixels. That's...
I cannot reproduce it. Please post a small test .mfa demonstrating the problem, thank you.
Unfortunately this property is not implemented for the HTML5 runtime to this day. We are aware of this lack as that feature has been requested in the bugbox. As a side note, here is another thread of...
You'd get the same behavior with any build of CF2.5. It's only a matter of how object selection (object scoping) generally works in CF2.5. Which admittedly isn't easy to grasp in some cases.
You can replace your events #3 and #4 by the single event below.
25608
I don't really have an explanation of why your events don't work, but it seems that in conjunction with an immediate...
I just tested again with all my devices / browsers, and actually the newly uploaded version of the HTML5 app loads every time I access the URL, even without hitting F5. Maybe this is a server...
I can't remember having such an issue. I've just tested here under Firefox, Chrome and Edge, and the HTML5 app refreshed to the newly uploaded version just by hitting F5. I've used all the defaults...
When I'm facing this kind a problem, I usually recreate the problematic part of the application from scratch. Doing this reveals almost every time the logic error I was doing.
If you can reproduce...
Unfortunately, fixing the bug tracker is taking more time than what we expected. We're sorry for the delay and for the inconvenience. Thank you for your understanding.
Objects that can't be removed from the Frame Editor is a known issue, sometimes called ghost objects or bad objects. Unfortunately we still didn't found a way to address it.
This happens to an...
Unfortunately having a responsive HTML5 app is still not possible. This feature has not been fully implemented and tested yet, as we have other tasks with higher priorities. Here are some more info...
Comparer la valeur de l'expression current time avec celle de l'expression total duration devrait fonctionner.
You can edit the icon for your Android application under the Application Properties > Android Options tab.
You can edit the icons for your iOS application under the Application Properties > iOS Options tab.
Non, pas à ma connaissance @haoujey. Merci de poster un rapport de bug détaillé en incluant le ou les messages d'erreur le cas échéant, dans notre bugbox: http://bugbox.clickteam.com
En effet, dans cet exemple plusieurs événements peuvent être exécutés simultanément.
Obtenir les effets de véritables conditions if et else est un petit peu plus complexe. On peut utiliser une...
Fusion ne dispose pas d'une condition else, et je ne suis pas certain que ce soit utile dans l'exemple que tu cites. Je pense qu'il suffit de faire comme dans l'exemple ci-dessous.
24859
@Lecherbault pourquoi est-ce que tu ne parviens pas à te connecter à http://bugbox.clickteam.com ? Si tu obtiens un message d'erreur, merci de m'en faire part dans cette discussion. Il faut utiliser...
butterfingers yes you are correct, the level data is still saved to/loaded from a file.
mobichan you can tell Fusion to exclude frames with the frame property "Don't include at build time".
The alternative to writing a custom level editor, it to use Fusion's frame editor as your level editor. I'm explaining this method in the second part of the ChocoBreak HD tutorial. It can be found in...
Clickteam continue à supporter Fusion 2.5. Il y a toujours des corrections de bugs ainsi que l'ajout de nouvelles fonctionalités. La dernière version officielle est la version 290.4.
Il est également possible de ne déclarer qu'un seul son, puis d'en modifier l'URL au moment de la lecture, en passant un identifiant comme argument de la fonction soundManager.play(). Exemple modifié...
1. Oui, d'après moi il faut déclarer chaque son individuellement. Je viens de relire succintement la documentation de SoundManager 2, et je ne pense pas qu'il existe une méthode plus simple....
Quel est le message d'erreur?
Did you check the Faulty Flap and ChocoBreak HD tutorials? They are available in Fusion, in the Menu Bar > Help > Tutorial or from the URLs below.
...
Welcome to our forums! This action is located under the object Ground.Breakable > Count > For each object. Please check the attached screenshot.
24289
You can embed external files to your application by adding them to the Binary Data in Fusion, from the menu bar > View > Data Elements > Binary Data tab. Then when you export your application,...
De quels produits s'agit-il exactement, et à quelle adresse ou depuis quel formulaire l'email a-t-il été envoyé? Sympa le titre du sujet.
To position the display window in the horizontal center and bottom of the frame, the easiest way is to position a dummy active object at the desired location in the frame, and then center the display...
I don't really understand how useful it is to know whether the player declined or failed to sign in, the end result being the same: no player is signed it. The important thing to know, in my opinion,...
As far as I know, no error message is displayed when the login dialog box is dismissed. But there is one when the login fails.
I don't know what you are doing in this frame, but maybe consider...
Just to make this clear, no condition is triggered when the login dialog box is closed. The condition mobichan and you refer to is called "On In-Box UI closed", and it is triggered when the...
Yes Perry, these two actions position the object called "entry.Active". This is a simple active object, all white and rectangle shaped, that serves as a billboard for each entry of the leaderboard.
...
There is an example of a custom leaderboard in the Google Play Games testbed application Jeff and I posted in the thread below, check the frame called "Leaderboard Current - Custom UI"...
The changelog for each build can be found in this thread: https://community.clickteam.com/threads/84521
This may sound like a stupid question, but did you add your testers email address in the list of testers? And did they opt-in to the test group?
If you didn't read it already, here is the Play...
If you own a Mac and set the build type to "Mac Xcode project", then you can add custom fonts to your macOS application via Xcode. The process is very similar and a tad easier compared to how you add...
Could you please elaborate? Signing the player in with the UI works according to my tests, when no player is already signed in. If a player is already signed in, the action has no effect. This is the...
There are 2 actions to sign the player in. I was never able to use the one called "Login with default account", it always fails for me. If you don't already, I suggest to use the action "Login with...
You can create multiplayer games with the Google Play Games suite of extensions. One of these extensions is dedicated to real-time multiplayer gaming....
All the beta downloads are in the Product Owner's Lounge, always in the same thread:
https://community.clickteam.com/threads/84521
As for the Steam version, the betas are deployed a few days...
From my understanding, this is because the Lacewing Relay Client extension links to libraries that are not part of the NDK API. With changes introduced in recent versions of Android, your app either...
Comme je le disais plus haut, il ne s'agit pas d'événements classiques mais d'événements spécfiques à l'objet Timer. Les actions et conditions nécessaires à la création de tels événements sont...
Le nom de l'événement, c'est la chaîne de caractère qui caractérise l'événement. Et ici il s'agit d'un événement de l'objet Timer. Exemple.
23767
C'est exact, l'aide n'a pas été mise à jour...
Vous pouvez poster un rapport de bug à l'adresse suivante: http://bugbox.clickteam.com/
Pour vous connecter, veuillez utiliser votre compte du forum, merci.
C'est difficile de vous venir en aide sans voir le .mfa. Cependant vous êtes sur la bonne piste, puisque vous dites qu'en partant d'une nouvelle application le mouvement fonctionne. Le problème se...
To retrieve the completion percentage of an achievement by its identifier, you must use the expression "Get achievement percentage" of the Game Center Achievements object, like you did. But prior to...
Works okay here. Maybe you have an event in which you multiply the object's alterable value A by 2.
You must be using the Steam version then. You have to check for updates via the Steam client.
You probably didn't check the "Libraries" option during the installation process.
Nico means that there is no runtime version of the extension, no file in Data\Runtime. This means that a built app won't be able take advantage of the extension. Just let us know if this is...
Il suffit d'éditer le fichier .html généré par Fusion pour "rayer les mentions inutiles". Et pour partager son jeu, il faut le charger sur un serveur.
Plus d'information à ce sujet dans l'Aide >...
Le texte dans ta capture d'écran dit que pour que l'application fonctionne il faut soit utiliser la commande Constuire et lancer (Ctrl+F8) ou charger l'application sur un serveur.
Vous pourriez tester si la sélection de la boîte combo a été modifiée.
• (Boîte Combo) : Sélection modifiée
(Boîte Combo) : Détruire
1. Je ne suis pas certain de comprendre ce que vous tentez de faire, un exemple serait le bienvenu.
2. Cette fonctionnalité n'est pas implémentée. Elle a déjà été demandée dans la bug box, mais il...
D'après ce qui est écrit ici, j'ai l'impression que e-monsite.com favorise l'hébergement de vidéos sur des plates-formes spécialisées. Il n'est donc peut-être pas possible d'y héberger et de lire une...
It's still stickied here https://community.clickteam.com/forums/331-Fusion-2-5
Check the Bluetooth Object that was recently released by Clickteam: http://clickstore.clickteam.com/bluetooth_object
There is no way to paste an action (or several actions) to multiple cells at once. What you can to speed up the process of copying/pasting is to use Ctrl + C and Ctrl + V. You can also speed up the...
Unfortunately no, qualifiers still can't be used in Global Events and Behavior Events. Fixing this in CF2.5 is close to impossible, because of the old legacy code we are using.
ClickConverse has been shutdown. However you can join us on Discord: https://discordapp.com/invite/cMFABud
The new "Add" command adds the action at the end of the list of actions, no matter where you right-click.
Thank you for your comment, much appreciated.
Mais quel est le résultat escompté exctement, tu n'es pas très explicite.
Je pars du principe que tu souhaites que l'animation de tir se répète tant que l'utilisateur maintient le bouton gauche de...
C'est difficile de dire ce qui ne va pas sans voir l'événement en question. Il semble que la condition que vous utilisez est "Répéter tant que le bouton gauche est pressé", mais quelle est l'action...
It's really hard for me to tell any difference. I've noticed that in the event at line #16 you don't set the elasticity of FlipR to 0.
For me the flippers react exactly the same in Fusion and in the browsers. I've tested with Firefox, Chrome and Edge. I'm using the latest beta build 288. Maybe you could update your version of Fusion...
Not so nice and stable is a little bit vague. Could you please elaborate on what is wrong exactly? If you could post an example that shows what's wrong, that would be even better. Thank you.
To achieve what you want to do, the width of the game taking the entire width of the browser, just check the 'Resize display to fill window size' option in the application properties. No scrollbars...
The game/tutorial doesn't save the player's score from one play session to another by design.
To save the score locally (on user's device) you could use the Ini object. In the tutorial at step...
The asset files for Faulty Flap are provided with any installation of any version of Clickteam Fusion 2.5 starting from the build 285.2. To get these files please update your version of Clickteam...
La barre d'objets de l'éditeur d'événements est bien visible sur votre capture d'écran, mais il manque quelques objets dont Contrôle du Storyboard. Contrairement à ce que je pensais, aucun objet...
Si un objet n'est pas visible dans la barre d'objets de l'éditeur d'événements c'est parce qu'il doit être caché. Faites un clic-droit sur la Barre d'objets > Insérer un objet caché puis choisissez...
The example that I have posted in this thread works fine for me, I have tested it on several devices. I'm able to save and load the gamesave flawlessly. I can also save the gamesave on one device and...
Unfortunately I couldn't find a way to do this. Maybe post a feature request?
Please follow the instructions posted in this thread to access to the Fusion betas on Steam: http://steamcommunity.com/app/248170/discussions/0/620695877224218221/
No you don't need to rewrite your current events related to the Ini object. You only need to add new events related to the GPG Saved Games object.
As far as I know, there is no way to backup at...
I'm sorry to hear that you're having trouble using the GPG Saved Games object. The test bed application I wrote is more for testing the object than for learning how to use it.
To answer your...
I'm posting this as a feature request in the bugbox, we never know: http://bugbox.clickteam.com/issues/3701
You need to open the Command Prompt to generate your SHA1 and then paste it in the field that can be seen on the screenshot you posted. The SHA1 field is prepopulated and you need to overwrite it...
You are in the process of authorizing your app in the Google Play Developer Console. You are following Google's documentation and you're stuck at Step 3c when it comes to generate a signing...
Yes I have a version of my app for the iOS platform that is available on the sore. For the tvOS platform no version was ever submitted. See for yourself that screenshot taken from my iTunes Connect...
Here I have an app with both platforms checked. The status of the app for iOS is "Ready for Sale" and for tvOS it is "Prepare for Submission".
Yes and no Outcast. :) You can submit a new version of your app independently for each platform. Take a look at your iTunes Connect account. You will notice that for the same app record you can...
When you want to add a new version of your app, you can choose for which platform (iOS, tvOS). So it doesn't really matter if you check both platforms or not at the stage of creating your app record....
You should use the "Fit Outside" display option, so that the application is scaled to use its entire width (since you use the Portrait orientation).
You can add the events using either the Event Editor (Ctrl + E) or the Event List Editor (Ctrl + L). In the turorial I mention the latter, because it allows to see the whole list of events at once,...
You only need to check "Resize display to fill window size" under Options.
That's weird. I suggest to reinstall the Fusion Build 285.2 or 285.3, doing this will also update all your installed exporters:
http://community.clickteam.com/threads/84521
You shouldn't need to...
I'm afraid that yes, you must be missing something Burfelt. I'm just rebuilt my game using the build 285.2 and the scaling whilst keeping the apect ratio worked great. I've also uploaded 2 test apps...
Please make sure that the Steam client is running before trying the examples.
Found this here: http://android-developers.blogspot.fr/2016/02/new-tools-for-ratings-reviews-on-google.html
Oui absolument.
Hello,
The build 285.2 (beta) is available in the Download Links post in the "Support Forums / Product Owner's Lounge / Fusion 2.5" forum.
The CF 2.5 patch updates all the installed exporters,...
Are both accounts enabled for testing?
According to my tests, the invitations appear on the recipient's device. I guess that you used the "Show invitations" action?
In the waiting room the connected participants wait for other...
By testing here I have noticed that sometimes the submitted score appears immediately, sometimes I have to refresh the leaderboard (finger-slide from top to bottom of the screen). Public or Social...
Are your accounts enabled for testing? https://developers.google.com/games/services/console/testpub#enabling_accounts_for_testing
Thanks to you for supporting us!
The number of object types is limited in Fusion Free. Out of the 8 physics objects, 3 are unavailable in Fusion Free: Ground, Joint and Treadmill.
Sorry for the lack of answer, the guys are still at the GDC.
CapitaineCaverne comme tu le sais Fernando n'est pas francophone, il utilise Google Tranlsation pour (tenter de) comprendre ce qui tu écris. Malheureusement cela ne fonctionne pas correctement car tu...
As a quick note. As long as a file is present in the Data Elements, at runtime you can just load it using its filename i.e. no path.
You would have to add the files into the application's Data Elements. Whatever the local path is for the files, at runtime only the filename is taken into account.
I've answered this in your bug report: After having built your HTML5 application you have to manually copy/paste the picture files into the root folder of your application, then they will show up....
Oui. Les événements globaux sont désactivés, ainsi que les comportements des objets. La liste complète des limitations est affichée par l'installeur juste avant la phase d'installation des fichiers.
The GPG Multiplayer extension allows you to design real-time multiplayer games, as opposed to turn-based multiplayer which will be released in the near future via an update. Multiplayer games are...
Googling for ""Unknown issue with Google Play services" error message", some people said that the measures below helped solving the issue:
- Clearing the cache of the Google Play Games app
-...
I didn't try to compile your project, but to set the leaderboard ID a simple event like below is enough:
• Start of frame
- GPG Leaderboard: Set leaderboard ID to "Cgk***************"
Also I...
Some other things that may cause an issue.
The GPG Connect object must be present in the frame so that the other Google Play Games objects operate.
Make sure that the Application ID property of...
You have to set the leaderboard ID before trying to show it. The ID of your leaderboard(s) can be found in the Google Developer Console.
Yes it's possible, you'd have to use an expression of the Easing object. They return a value that you can use to move, scale or rotate an Active object for example. Check the example provided with...
The unicode version of the Get object is under revision. It will be released via the extension manager soon.
Le processus de vérification des applications par Facebook se fait en anglais. Donc il faut renseigner chaque champ en anglais, et non en français.
Here is how to access the beta builds on Steam:
http://steamcommunity.com/app/248170/discussions/0/620695877224218221/
There is no built-in way I'm aware of. I would use a custom value for that purpose. Before running or building the app, just set that value appropriately.
What you want is rounding to the nearest hundred. Please check the attached file.
I'm afraid that this is not implemented yet. Actually we would need Portrait (automatic) and Landscape (automatic) as additional screen orientation options. Reported here:...
Ceci est un exemple commenté montrant comment programmer le mouvement des yeux dans leur orbite de la manière la plus simple possible, tout en laissant une certaine flexibilité. L'iris de chaque...
This is a commented example showing how to code rolling / orbiting eyes in the most simple way I could think of, whilst leaving some flexibility. The iris of each eyeball will look at the mouse...
Voici un exemple complet et commenté permettant de jouer des médias audio/vidéo, qu'ils soient empaquetés dans l'application APK, locaux sur l'appareil ou en ligne sur un serveur.
Weird that you can't install the update, we are looking into it and let you know. Upgrading to Windows 10 shouldn't be the cause. Also you can install (and run) both the standalone and Steam versions...
I didn't notice this Perry, can you reproduce it with a test app?
I am able to see FGL's sample ad after uploading the provided example to a server. When run locally the output string returns "Failed" though, I guess that this must be the expected behavior.
Pour empaqueter un fichier il faut renseigner son emplacement sur le disque dur dans les propriétés de l'objet Video Android. Exemple: C:\dossier\sous-dossier\video.mp4
Je viens de faire un test...
In your first example the Frame actually contains 4 instances of "Marker". So the loop "create" is launched 4 times, and on the 4th time the "Create object by name" action uses the name "Obj_4" which...
If you are talking about the sound files found in the Samples and MIDI folders, you can use them in your Fusion-made games and applications, even commercial ones.
I was finally able to play external audio files by using a JavaScript Sound API called SoundManager 2: http://www.schillmania.com/projects/soundmanager2/
Attached to this post is a basic...
You don't need an Apple Dev account anymore to compile and test your apps on your own device(s). IIRC this change was announced during the 2015 keynote.
Des textures aussi larges pourraient ne pas être supportées pas certaines cartes graphiques. Je recommande de ne pas dépasser 1024 ou 2048 pixels, et d'utiliser des images dont les dimensions sont...
Fusion utilise actuellement Adobe AIR 1.5.3. Les limitations concernant les dimensions des bitmap sont donc les suivantes:
Source: flash.display.BitmapData
Yves just confirmed that the FrameRate expression returns the average framerate of the last 10 Fusion loops.
To calculate DeltaTime I have switched to the method below.
• Always
- Set DeltaTime to 1 / ( FrameRate + 0.0 )
That way I avoid the problem of DeltaTime becoming too large, and also I only...
Cette extension n'est pas accompagnée d'un exemple, mais l'aide relative à l'extension contient suffisamment d'information pour pouvoir s'en servir. Voici un jeu commercial terminé qui utilise...
Depuis le build 284 le runtime n'est plus lié aux Services Google Play. Si l'on souhaite utiliser les fonctionnalités AdMob il faut le faire avec l'objet AdMob et non plus par les propriétés de...
Oui l'extension Advanced Game Board est compatible avec tous les runtimes, mais le runtime HTML5 Free comporte certaines limitations: http://community.clickteam.com/threads/9226
J'utilise cette formule:
-1 pow Random(2)
Voici un petit exemple très simple. Évidemment si les 2 objets on exactement les même propriétés (densité, échelle de gravité, taille) alors le système de poulie restera immobile.
It's not automatic, but there is the "Wrap around play area" action available for objects using the Bouncing Ball, Eight Directions or Race Car movement.
Your example loaded and played fine, both under http and https, with all my browsers including Chrome. So there really must be an issue with your Chrome.
Ton image me fait penser à un système de poulie. Si c'est bien cela alors il faut créer une "Articulation poulie". Il s'agit d'une action disponible sous l'objet Physique - Moteur. Plus d'info à ce...
À ce jour il n'existe malheureusement pas d'extension HTML5 permettant l'upload (ou la lecture) de fichiers. La solution est d'utiliser l'objet HTML5 et d'appeler une fonction Javascript contenue...
Il va y avoir une promo sur les exporteurs dans la Boutique Clickteam la semaine prochaine, juste après la période de soldes sur Steam.
This is very unlikely, I've just compiled an app with the Free Edition and uploaded it to my server. The app runs fine on http with all my browsers.
Malheureusement c'est impossible avec l'objet Chaîne, pas avant F3. Il me semble que les objets Fromatted Text et Rich Edit Object permettent de changer la couleur d'une partie du texte.
Chrome is supported, like any (modern) web browsers that supports HTML5. Does this game load fine for you?
http://oliverpearl.com/en/games/treasures-web.php
Le caractère en question est "newline$". Il s'agit d'une expression appartenant à l'objet Spécial. Pour connaître l'intégralité de ses expressions il faut consulter l'Aide > Les objets > Inventaire >...
Use the Extension Manager, you can open it via the View command from the menu bar.
Back on topic, Ekansgniklaw this thread describes various ways to achieve what you asked for: http://community.clickteam.com/threads/87346
Yes there is an issue, added to the bugbox: http://bugbox.clickteam.com/issues/3028
Yes there is an issue, added to the bugbox: http://bugbox.clickteam.com/issues/3028
Avec quelle version de Fusion et de Xcode a été compilée la version de votre app qui est actuellement disponible sur l'App Store?
Si ce n'est pas déjà fait, pourriez-vous poster un rapport de bug avec un exemple simple s'il vous plaît: http://bugbox.clickteam.com Cela nous aidera à régler le problème plus rapidement. Merci.
Très étrange, le fichier .plist ne contient même pas la clé UIRequiredDeviceCapabilities mentionnée dans le message d'erreur. D'après mes recherches je pencherai pour un bug du côté de Apple, mais je...
Il faudrait poster une capture d'écran du contenu du fichier .plist. Il serait également utile de nous donner la liste des objets spécifiques au runtime iOS utilisés dans l'application.
Pour afficher une valeur sous forme de texte il faut utiliser l'opérateur de conversion Str$. Exemple:
• Toujours
(Chaîne) : Fixer la chaîne modifiable à "Niveau: " + Str$( Valeur globale A )
Oui, sous les Propriétés de l'application > onglet Fenêtre vous pouvez utiliser les options "Changer la résolution" et/ou "Redimensionner l'affichage pour remplir le fenêtre".
Fusion 2.5 for Mac is still under beta testing. The home version should be released this summer, but schools should contact us via this page:
http://www.clickteam.com/fusion-in-education
The screenshot was taken from the browser.
About sitelocking HTML5 games, the HTML5 object has expressions returning the current URL and host.
Yes you are right, I can reproduce it now. The aliasing appears when the Active object has an angle different from 0, 90, 180 or 270. You will be able to fix the issue with a small trick, your sprite...
When the app window is displayed at its native resolution (i.e. no scaling) a single pixel line is displayed super crisp. When the app window is resized then some blurring can appear, but I think...
I am probably a little late, but yes, both String Parser and Advanced Direction Object are supported by the HTML5 runtime. We will add them to the list.
The HTML5 runtime is pretty much full-featured mobichan. Detailed info here: http://www.clickteam.com/html5-export-module-details
Maybe you should check twice. The vector movement isn't supported by the HTML5 limited runtime.
Not all movements are included with the HTML5 limited runtime. Is this what you are using?
AutoRun est un mécanisme permettant de lancer automatiquement des applications Windows EXE, cela n'a rien à voir avec des applications HTML5.
Je vais tenter d'être précis sur ce que peut faire...
If you want a real full screen application, i.e. where the monitor changes resolution, then you must leave the property "Resize Display To Fit Screen" unchecked and use the settings under Application...
I confirm that there is a problem. I am able to replace a color, but the color isn't the expected one. Reported in the bugbox: http://bugbox.clickteam.com/issues/2946
Il nous faut procéder à quelques tests avant de publier la nouvelle librairie. Impossible de dire exactement quand elle sera disponible.
Expliquer ici comment réaliser ce genre de fonctionnalités...
Si l'on tente de coller des événements comportant des Qualifiers, Fusion affiche un message d'erreur indiquant qu'il ne peut pas coller les événements en raison de la présence de Qualifiers.