Hi, Aikiro
how can I show the leaderboard data if my json file like this :
{"-Aspo":10,"-Jingh":7,"-Lapo":13,"-Dino":1,"-Edgar":6,"-Eddie":0}
Aspo is a name, and 10 is Score
greay game.
I hope you can share how to make it
thx
Develop games in your browser. Powerful, performant & highly capable.
can you make ads id controller?
for example, we can switch admob to starapp ads without update the apk. We just update it via json/web.
Just do the HTML5 export.
always showing black screen when previwed on Tizen Studio
Hi, there is no option to export Tizen in Construct 3, unlike in Construct 2.
please make this option appear again. I really need it for tizen platform.
Thank you
You do not have permission to view this post
Hi, im trying to make web whatsapp webview on contruct 3.
can you helpme to show full page of web.whatsapp.com using contruct 3.
I need to modify user agent so the page will be desktop mode.
Hi, I've tried to load sprite from url but its doesn't work in construct 3.
but when I try it on Construct 2 its work!
is this bug?
Hi, I just finsished my game, and I want to build my game in Android studio so I export it to Android Studio Project. But the problem is my 3rd party plugin must be add manually.
Can you tell me how to add plugin manually when my project was exported to Android studio project?
I've tried to add on config.xml but still not working
Hi, anyone can help me?
So, my project is like "cool text generator", user will write some text on textbox, and then the result is text will be change to be different font in every text. The text is same object
After that user can copy thet text to clipboard by clicking icon. I used Copytoclipboard plugin from rex.ranbow.
this is the UI:
This is the event:
The problem is: when I click copy icon, user just copy text with instance variable id : 1
What I want :
this is the sample capx (with plugin included)
drive.google.com/file/d/1M3smRSCwYF3M50yoPfD3nMX9gmw938HT/view
(repost)
Create two variables with both alphabet strings, then replace each letter: > Variable alphabet1 = ABCDEFGHIJKLMNOPQRSTUVWXYZ Variable alphabet2 = ₳....(funky letters) Repeat len(alphabet1) times Set text to Replace(text, mid(alphabet1, loopindex, 1), mid(alphabet2, loopindex, 1))
Create two variables with both alphabet strings, then replace each letter:
> Variable alphabet1 = ABCDEFGHIJKLMNOPQRSTUVWXYZ Variable alphabet2 = ₳....(funky letters) Repeat len(alphabet1) times Set text to Replace(text, mid(alphabet1, loopindex, 1), mid(alphabet2, loopindex, 1))
Its work! thank you,
you saved my life :)