And to add to that if it remembered for each export type :
Cocoonjs - Path/cocoonjs/
Html5 - Path/html5/
Chrome - Path/Chrome/
While we're waiting for this documentation, is it something I haven't configured on the cocoonJS side after getting the compiled project from you? I.e. Xcode build settings.
Well, this is their first response :
"As far as we know, Construct doesn't have any integration with CocoonJS's IAP system.
Right now we think you'd have to program that integration as a JS extension to Construct."
Oh sorry, the first section is under a "On Start of Layout" (was tiered while writing the first post).
As for the function call I have that attached to several On object touch events, I know for certain that the Premium Function is being called.
I'll try sifting through ludei's forums and failing that I'll contact them directly then.
<font size="3">EDIT:
<font color="orange">IT'S ALIVE!</font>... Below is the list of things you'll need to do to get IAP working on iOS CocoonJS (I only assume this works for Android too). Will wrap this all up into a nicer tutorial when I have some spare time. But for the moment for anyone else tring to get IAP use this checklist as a starting point</font>
Still trying to work out Restoring Purchases as this doesn't seem to work (call it on load to update assets).
I'm also having troubles removing/resetting the IAP. Tried to remove the purchase from the Purchased Transaction on CocoonJS cloud settings but the system still think's the IAP is purchased (also tried rebuilding after removing transaction). Might have to make another test account.
You can set the hotspot to 'Center' in the Object Type Properties window
Why don't you convert the number to string and use mid(Text, Index, Length) to pull the current value.
Example:
Number = 657
mid(str(Number), 0, 1) would give you 6
mid(str(Number), 1, 1) would give you 5
mid(str(Number), 2, 1) would give you 7
Here's my WIP game for the comp (no graphics yet)
MeteoDice
Stop the Meteors before the hit the bottom, use Wheel Mouse to zoom in/out and zooming in slows down time.
Quick question : is it better to pause or mute music in terms of performance (especially mobile)?
I would think pause would be the best but not 100% sure.
Also can I use this opportunity to request fade in/out of music. I currently use a custom function but would be nice to get that as a built-in expression.
You only really need to use the cloud compile for final ( or IAP test) builds. I just use the cocoonJS export option and upload the zip to my server (or dropbox) and use the CocoonJS launcher to preview it on device. I think the process is actually quiet slick.
I am currently trying to muddle through IAP in xcode using cocoonjs and c2, that's the realy nightmare. The provisioning, and deployment of a .ipa has been fairly easily (expect for i have two APP ID's which can't be deleted).
Maybe someone clever than me can make this better but I was thinking you could use the polygon plugin to draw the water and then animate the vertexes. I did look at using curved vertexes but couldn't see how or if possible.
Sure you could make this smooth with better use of lerp, functions, delays etc..
Demo
Capx
Develop games in your browser. Powerful, performant & highly capable.
Can you do curves, been playing with it and looked at your videos but i can't figure out if you can add curved vertexes? Or make vertex curved (bezier)
Downloaded game from other thread and after first level (collecting flag) I couldn't complete level 2 (was no flag).
The way I did it was to wrap all my trigger/mouse/touch events under a condition Menu = 0 (false). So they're not trigger when menu is active also put all my elements in a family and set timescale to 0.
PS love your game's paths and wall creation, very interested in how you did that :) Good Job.
<font size="5"><font color=#f28209>+8 for Scirra!</font></font>