delgado's Recent Forum Activity

  • oosyrag

    First set CounterVariable to 0.

    you mean global variable ? or instance variable ?

  • Waypoints for point&click game — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/waypoints-for-pointclick-game-3273

    <p>in this template you receive two examples with</p>

    • depth of field
    • automatic mirror sprite
    • tow waypoints options

    Use this topic to leave comments, ask questions and talk about Waypoints for point&click game

  • Summation Label for Level End — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/summation-label-for-level-end-3416

    <p>In this template you receive mini game with summation labels</p><p>To main score goes:</p>

    • score received in game
    • score from bonuses
    • score from time
    • score from stars
    • score from killed enemies

    Use this topic to leave comments, ask questions and talk about Summation Label for Level End

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Slice Slash Cut Fruit Ninja Type — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/slice-slash-cut-fruit-ninja-type-3414

    <p>Simple and easy to make game using examples</p>

    Use this topic to leave comments, ask questions and talk about Slice Slash Cut Fruit Ninja Type

  • Monster in my pocket- throw — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/monster-in-my-pocket-throw-2289

    <p>Remember NES game Monster in my pocket?</p><p>In this platform template you learn how grab item and throw in to enemy</p>

    Use this topic to leave comments, ask questions and talk about Monster in my pocket- throw

  • android?

    works perfectly on mobiles

  • Touch drag and throw object — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/touch-drag-and-throw-object-3405

    <p>In this template tou receive 2 similiar examples</p>

    Use this topic to leave comments, ask questions and talk about Touch drag and throw object

  • like this and waiting

  • Hello, its possible to make GPS module and track signal?

  • > That doesn't seem like a large-scale solution. You could get it to "work," but what if other people view the site? You can't force everyone else to also use an apache proxy... I'm sure there's some detail I'm missing here, but if you can't get the standard ebay.com to do it, how does it help?

    >

    Proxying in general is a very large-scale solution, and it is the only secure solution to this guy's problem. Proxying it through his own site will place the remote site "in domain" under his domain and make the iFrame fall naturally under the "ORIGIN" access control which most browsers (and Scirra's export) operate on.

    You don't need to 'force' anyone to use a proxy. You set it up for yourself and it simply funnels traffic through your domain to another site and back. Think of it like a tunnel from your server to the site of interest.

    I actually use this exactly to get our blog site to run in an iFrame on our website.

    > interesting, can you show example?

    >

    Look at our website and blog. Or do you mean a Construct example?

    I do like 's solution too.

    i mean example of fixed my code or new code example, ready to paste in my ebay description

    in code should be included this url: https://igamedeveloper.github.io/balon/

  • > That doesn't seem like a large-scale solution. You could get it to "work," but what if other people view the site? You can't force everyone else to also use an apache proxy... I'm sure there's some detail I'm missing here, but if you can't get the standard ebay.com to do it, how does it help?

    >

    Proxying in general is a very large-scale solution, and it is the only secure solution to this guy's problem. Proxying it through his own site will place the remote site "in domain" under his domain and make the iFrame fall naturally under the "ORIGIN" access control which most browsers (and Scirra's export) operate on.

    You don't need to 'force' anyone to use a proxy. You set it up for yourself and it simply funnels traffic through your domain to another site and back. Think of it like a tunnel from your server to the site of interest.

    I actually use this exactly to get our blog site to run in an iFrame on our website.

    > interesting, can you show example?

    >

    Look at our website and blog. Or do you mean a Construct example?

    I do like 's solution too.

    i mean example of fixed my code or new code example, ready to paste in my ebay description

    in code should be included this url: https://igamedeveloper.github.io/balon/

  • dont use iframe... use <object> </object> or <embed></embed>

    see blog post about this

    however iframe will work on a personal website just fine. but is blocked by amazon or ebay... so you should look what they allow to embed on their websites.

    try this code for iframe on personal website or even on ebay see if works.

    <iframe class="someclass" src="yourlinktofolderofgame can be /game" frameborder="0" allowtransparency="true" backgroundcolor="transparent" ;="" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px; z-index:1; " height="100%" width="100%" allowfullscreen="true" msallowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>[/code:11z5aaoe]
    

    Interesting i must say, Your proposition dont work but i use code from blog

    <div">  
      <object data="[insert resource]" type="[insert MIME type]" style="height: 840px; width: 650px;">
        <embed src="[insert resource]" type="[insert MIME type]">
      <p>It appears you don't have a the proper plugin to load this in your browser. You can <a href="[insert resource link]">click here to access the resource.</a></p>
      </object>
    </div>  [/code:11z5aaoe]
    
    and i modify to:
    [code:11z5aaoe]<div">  
      <object data="https://igamedeveloper.github.io/balon/" type="application/html" style="height: 840px; width: 650px;">
        <embed src="https://igamedeveloper.github.io/balon/" type="application/html">
      <p>It appears you don't have a the proper plugin to load this in your browser. You can <a href="[insert resource link]">click here to access the resource.</a></p>
      </object>
    </div>  [/code:11z5aaoe]
    
    finally in description i have that error
    [img="https://dl.dropboxusercontent.com/u/44710358/ebay.png"]
    
    PS
    
    i dont know what i should type in "[insert MIME type]"
delgado's avatar

delgado

Member since 20 Sep, 2011

Twitter
delgado has 16 followers

Connect with delgado

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x8
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies