delgado's Forum Posts

  • Im wondering ho can i add code in to Ebay, Allegro to display game window in item description?

    i try use iframe but iframe is blocked

    so i read about this i try make on my own

    but im not programmer so i need tips where i should fix code

    <SCRIPT LANGUAGE="JavaScript">
    <!--
    document.write('<' + 'I' + 'FR' + 'AM' + 'E ' + 'SRC' + '="' + 'https://igamedeveloper.github.io/allegro/" style="border:0px #FFFFFF none;" name="a" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="60px" width="468px"' +'<' + '/' + 'i' +'fr'+ 'am'+ 'e'>')
    //-->
    </SCRIPT>[/code:165e4mwo]
  • [quote:14l0a4w4]Oh well that is totally different than what we thought you were asking.

    So you created an animation on C2 and you want to use it as an image on Ebay.

    How are you going to capture it- as a still picture, animated gif or video?

    You have a license so as far as I am aware whatever you produce using C2 is your property and you can use it any way you want.

    No need to capture or making gif.

    Just export as html5 project upload on server copy url of project and paste modified code to item description in html section in ebay

    Similiar to iframe

    i think its possible

    im not programmer but im trying do something like that:

    <SCRIPT LANGUAGE="JavaScript">

    <!--

    document.write('<' + 'I' + 'FR' + 'AM' + 'E ' + 'SRC' + '="' + 'https://igamedeveloper.github.io/allegro/" style="border:0px #FFFFFF none;" name="a" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="60px" width="468px"' +'<' + '/' + 'i' +'fr'+ 'am'+ 'e'>')

    //-->

    </SCRIPT>

    i think code have errors

    SO if that code will work

    you will be able to play in game on ebay items

  • But to be honest I don't see why you'd WANT to sell on ebay when you have Gamejolt, Itch, Kongregate, NG..

    I dont want sell on Ebay Construct 2 projects, just want to add animation created in c2 to Item description

    Very similiar to adding iframe code to site (iframe dont work for me on ebay )

  • Its possible to add something created with Construct 2 and add that project ito Ebay auction?

  • Weird, i installed newest version of plugin and after opening capx example i have warning (installed plugin is version 4) ?

  • Also take look at best Bundle

    https://www.scirra.com/store/bundles/ig ... ction-3937

  • Browser / mobile CHAT template — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/browser-mobile-chat-template-3195

    <p>Working and ready to upload on your hosting Chat template</p><p>Working on browsers and mobiles</p><p>In chat user can:</p>

    • type own channel / room
    • send emoticons by choosing from label
    • send emoticons usinh keyboard ':P"

    <p>No need to create accounts on servers!</p><p>Export, upload, and chat</p><p>Plugins copy to plugins folder in construct 2 directory. Textbox addon drag & drop to opened layout in c2 then run chat capx</p><p>All plugins description you find under this URL's</p><p>Advanced textbox: scirra.com/forum/viewtopic.php plugins(firebase authentication, simple message, wilddog, date) you find here c2rexplugins.weebly.com Also you can download Rex repository to find more plugins</p><p>html Div pode to display hit counter:</p><p>https://www.scirra.com/forum/viewtopic.php?f=153&t=69356&p=1080535&hilit=html+div+pode</h3><div class="deshr"></div>p1080535</p><p>ALL PLUGINS ARE IN ARCHIVE</p>

    Use this topic to leave comments, ask questions and talk about Browser / mobile CHAT template

  • easy leaderboards Back4app Parse — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/easy-leaderboards-back4app-parse-3187

    <p>FIRST SIGN UP ON www.back4app.com</p><p>Back4app server is 'old' good parse</p><p>You can migrate Your Parse servers to Back4app</p><p>You buy two capx examples (plugins included):</p><p>submit always score that creates ranking and add all scores</p><p>second example submit only best score /update last score if greather</p>

    Use this topic to leave comments, ask questions and talk about easy leaderboards Back4app Parse

  • he means if system find word 'tree' this text word are changed to "()"

    but after" and before " you can type anything in event sheet

    '()' its example like '**' when you cover bad word

    confusing i must say

  • You can either duplicate the play sound action to every place you set the text:

    every 1 second

    --- set text

    --- play sound

    or you could make a function to set the text and only use that:

    every 1 second

    --- function call "set text" ("foo")

    on function "set text"

    --- set text to function.param(0)

    --- play sound

    Rojo I appreciate you try to help but i need to see this on capx example

    but before you decide to do that

    this is better example

    i make two way to change text but only one works

    https://dl.dropboxusercontent.com/u/447 ... xtbox.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok thanks, i trying 1 hour change all events from text to global variable but no good result

  • You can't, not with the textbox object. You could search for a plugin that might be able to do it.

    ok but no idea which other plugin?

  • As per the manual:

    "On text changed

    Triggered whenever the text in the field is modified, by typing, backspace/delete, cut/paste etc."

    You have to manually change it by adding input, like R0J0hound said. It's not intended to work if you are simply setting text via events.

    You can probably get around that by updating a variable along with setting the textbox text, and then play the sound when the variable changes.

    Thats easy to say when you see simple capx example

    hard to implement in ready project

    If you know how do it without manually typing im rescued

  • Ashley i think its not possible to repair this via events. Can you look at this issue and fix this? Will be great because this bug is blocking my path to develop further

    thanks