you can try: [PLUGIN] Listview
[quote:lbmm1y6d]setting trigger once mutes complete audio
because you put on top..
try:
or
[plugin] JSON (import/export/generate/edit/inspect/...)
Installing third party plugins
[quote:3an2e1p3]1. Close Construct 2
2. Copy the plugin's folder to <install path>\exporters\html5\plugins. You'll see each plugin has its own folder here, so to add a new plugin create a new folder and add the plugin's files inside it.
3. Launch Construct 2 and the plugin or behavior should be available from the editor.
connectorsJson.capx
randomCertainValue.capx
arrayLetters.capx
google is your friend
http://www.1freehosting.com/
https://www.freehosting.com/
https://byet.host/free-hosting
https://www.000webhost.com/
etc..
correct and working..
if you request from web ..check browser console for error...
I don't think you can..maybe you can use sprite as header
HeaderList.capx
or maybe i'm just wrong....
simplest way.... [Plugin] tag text
redTagText.capx
simple php script
<?php $user = $_GET['user']; $phone = $_GET['phone']; $pass = $_GET['pass']; echo $user." " .$phone. " " .$pass ; exit; ?>[/code:huh8bnrh] [url=https://app.box.com/s/0wqm2gyani2d74fl8fbfnwq6ewpk4fte]ajaxPostData.capx[/url] [img="http://lookpic.com/O/i2/387/eXpujvL9.png"] [img="https://media.giphy.com/media/3otOKTMlPNQsx7IvLO/giphy.gif"] php script [code:huh8bnrh]<?php $user = $_POST['user']; $phone = $_POST['phone']; $pass = $_POST['pass']; echo $user." " .$phone. " " .$pass ; exit; ?>[/code:huh8bnrh] [i][b]see the difference in PHP scripts $_GET['variable'] Vs $_POST['variable']........[/b][/i]
I am not sure if this a font, an engine or a browser related issue...
font+browser
IE9,Maxthon
Chrome,Firefox,Opera...
differentFontOK.capx
predictive aim
IPaddress.capx
just use text editor..
Find " Replace "" Replace All
OR
replace in C2
Develop games in your browser. Powerful, performant & highly capable.
System expressions [quote:22pzzeof]random(x) ...Use floor(random(3)) to generate just the whole numbers 0, 1, 2,
System expressions
[quote:22pzzeof]random(x)
...Use floor(random(3)) to generate just the whole numbers 0, 1, 2,