IGDev's Forum Posts

  • bump

  • i think you can put adsense into your web html, not your game

    anytips where start and how do this?

  • like in this example

    but in 2D of course?

  • 100$ per year? (C3 should be perfect then. Without any bugfixes patches etc )great reason to piracy

  • i find adsense tutorial but i dont have any proof if this working

    im trying do all steps but not visible result

  • IGDev Your image shows you want to check if "tree" is entered then you want to change the "tree" word to whatever you want.

    Ok, try this. Ive added a dictionary object that contains all the words to match as well as what to replace it with in the result string: https://drive.google.com/file/d/0B56h97 ... sp=sharing

    That works great, i tested few times

    thank you very much !

  • Please take look at image

    in my intel XDK project settings i set full screen

    https://www.dropbox.com/s/ru7kxvtk67c1x ... 5.png?dl=0

    As you see my system buttons takes lot of layout

    its possible somehow to fix that?

    i try uncheck fullscreen but on start app textboxes are random placed

  • IGDev how do you want to 'edit' the highlighted word?

    In event sheet

    displayed and changed word example "TREE"

    i need to have posibility to modify what text otuput (after finding right word ) show me when i type 'tree'

    because now i cant display 'Flower' when i type in textbox 'tree'

    Remember 'Flower' or 'TREE' its only example

    finding word 'tree' and displayed word "xxx " should be different

    in your last capx

    You change only letters for BIGGER LETTERS

    i really dont know how do i explain better

    https://www.dropbox.com/s/8c7fj3mfhdinu ... 1.png?dl=0

  • IGDev Try this: https://drive.google.com/file/d/0B56h97 ... sp=sharing

    Checks a string for specific words. When it finds one it executes a specific function for that word.

    ok!

    so first thing

    all typed characters should be displayed on output text

    when function is called 'fn-tree'

    output text should change this word to something else for example lets change to "TREE" in this function

    something like that

    https://www.dropbox.com/s/yysfg5jblcfjm ... 5.png?dl=0

  • Yeas lets forget about '()'

    i need to have posibility like in your previous example

    i type in local variable 'banned words 'my own words

    but in this case i need posibility to decide what action typed word do next

  • IGDev if you want a specific string to replace a specific word you could use a dictionary to store and check against the words you want to replace.

    Do you really want specific strings returned? Or just a random string of characters at any length? It seems a little odd to me to replace 'tree' with '()'...

    Well im not familiar with functions and dictionaires (and arrays too) this is black magic for me.

    Its just a simple example when i type 'tree' events change tre to '()' or 'wood' or something else

    "Do you really want specific strings returned?"

    yes

    because when system find needed word like tree or beans, for each word action should do something else in event sheet

    thats why i put in post few examples

    Previously all words you change to **** now i want decide what happened when textbox find that word

    my english is not clean prabably you see that

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • hi again, im still looking solution i have some clue

    i found visit counters

    http://www.reliablecounter.com/

    (currently im using html div pode to display visit counter

    maybe i should use other plugin? )

    This counters show only page visit

    but its working

    I search for online users counter i have many generated code but codes dont work

    For example i have that code for online users

    <script type="text/javascript" src="//www.licznikonline.pl/cnt/start.php?key=582936461"></script>

    or from other site

    <div><script charset="UTF-8" src="http://edodatki.pl/code/osoby-online?data%5BWidget%5D%5Bdescription%5D=Os%C3%B3b+online%3A&data%5BWidget%5D%5Burl%5D=czatujemy.pl&data%5BWidget%5D%5Bwidth%5D=120&data%5BWidget%5D%5Bcss%5D=white&data%5BWidget%5D%5Bcolor%5D=%23336699&data%5BWidget%5D%5Bstyle%5D=style_1" type="text/javascript"></script><a href="" title=""></a><a href="http://edodatki.pl/widget/osoby-online" title="Osoby online na stronÄ™">Osoby online na stronÄ™</a></div>

    other example

    <a href='http://www.counterliczniki.com'>liczniki odwiedzin</a> <script type='text/javascript' src='https://www.counterliczniki.com/auth.php?id=7818c660419c851f4a5e1e914ca5b41211828f72'></script>

    <script type="text/javascript" src="https://www.counterliczniki.com/pl/home/counter/255495/t/10"></script>

    MAybe its possible to change code type and modify for C2?

    maybe you know site with friendly code for C2?

    THIS IS WORKING CODE !!!

    "<a href='http://www.reliablecounter.com' target='_blank'><img src='http://www.reliablecounter.com/count.php?page=https://igamedeveloper.github.io/chat/&digit=style/plain/30/&reloads=0' alt='' title='' border='0'></a><br /><a href='http://www.fabbly.com' target='_blank' style='font-family: Geneva, Arial; font-size: 11px; color: #330010; text-decoration: none;'></a>"

  • how do i make something like that:

    when i type ' beans' i will receive *****

    but when i type 'bucket' i receive something other like '#@$@$'

    but when i type' tree' for example i receive '()'

    So

    each word is other condition and do other action

    but still system should change one word in whole sentence

    can you help?