I'm guessing you want to make everything smaller in your layout, like a zoom-out effect?
Look for the action "Set layout scale".
If you're using the default progress bar, you don't have to do anything. The first layout will load automatically.
If you're using a custom loader layout with a progress bar, then use the On loader layout complete > Go to layout event/action.
There is already a bug report submitted for it here.
Ashley says that it is fixed for next release. 😉
Contact Google. You can now reset your key without having to re-sign your apk.
support.google.com/googleplay/android-developer/answer/7384423
Most C2 tutorials can also be used for C3, as long as it doesn't require any C2-only plugins.
Events and actions are pretty much the same. 😉
What OddConfection said should absolutely work. Are you sure you're previewing your project correctly? Simply hitting the preview button [▶] only plays the layout that is currently highlighted in the main view.
You should either select the first layout and hit preview or select from the dropdown Preview project to play from the beginning.
Hi Bracara
Android Developers has a detailed guide on the requirements and how to accomplish this...
developer.android.com/google/play/publishing/multiple-apks
Hope that helps. ;)
In the meantime, the url you're looking for is...
construct.net/en/profile/edit/social
But I need Woff/Woff2 for Construct?
You have two choices...
1. Convert it. There are many free ttf-to-woff converters on the web. Search for one.
2. Snag the woff file from Google. Just go to the stylesheet being linked to in the embed code and get it from there.
Hey there! That option isnt there in C2.
It wouldn't have been suggested if you had posted in the C2 section. ;)
You can try rexrainbow's plugin, rex_audio_helper.
construct.net/en/forum/extending-construct-2/work-in-progress-addons-30/plugin-fade-in-fade-out-audio-96730
Why can't you use lerp? Please provide more information. Saying "it wont work" tells us nothing.
Don't be scared to use an online translator if you don't know English. ;)
Develop games in your browser. Powerful, performant & highly capable.
As mentioned in the C2 manual,
Form controls are actual HTML elements floating above the game canvas in the HTML page. Therefore, nothing can be displayed on top of a form control, apart from other form controls.
Ref: scirra.com/manual/117/textbox
It's not a bug.
Go to Menu > View > Bars > Layers Bar.
Yes. Take a look at the Rotating Platformer example in C3.
Add Keyboard plugin.
Add browser plugin.
In event sheet, add event On key pressed (Escape) and the action Browser > Close.