amkp's Forum Posts

  • Hi, same request

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi

    SuperRex add a Stroke parameter in his plugin TagText but not the possibility to modify Stroke width.

    Do you think it would be possible you send me your custom text plugin with stroke width, just to understand how you made the change ?

  • Thanks for your great work rexrainbow !

    Is it possible to add Width parameter for Stroke ?

    I tried to add some new css style with "Set custom property" but no result..

    What is the role of "Set custom property" ?

  • Hello,

    I integrate a video rewarded with Appodeal in my full game MyJukeboxSlot https://www.scirra.com/store/games-with-source/my-jukebox-slot-machine-3196

    There is a free APK file to download in Demo section where you can test it.

  • Hello!

    Do you think there is a way to add a style CSS on a text object when we load a WebFont into ?

    The Form objects have an optional ID but the text object no...

  • My jukebox slot machine — Now for sale in the Scirra Store!

    https://www.scirra.com/store/games-with-source/my-jukebox-slot-machine-3196

    <p>My Jukebox Slot is a "home made" slot machine with a jukebox graphic theme. The slot machine is the star of casino games !</p><h3>Game main features</h3><div class="deshr"></div>

    • Video rewarded for mobile
    • Youtube rewarded for non-mobile
    • Daily bonus
    • Unlimited slots
    • Compatible desktop tablet mobile

    <h3>Developer main functions</h3><div class="deshr"></div>

    • Monetisation with videos rewarded
    • Easy add a new slot
    • Easy to param, custom and reskin
    • Global event sheet to configure the game
    • Well commented and organised events
    • Debug function
    • Dynamic paytable
    • Orientation: portrait
    • Resolution: 640x960

    <h3>Videos rewarded</h3><div class="deshr"></div><p>There are two ways to use videos rewarded in this game.</p>

    • Appodeal (mobile app version only)

    <p>Use the ads platform Appodeal with their Construct2 plugin to monetize your game.</p>

    • Youtube

    <p>You can offer some coins after the user has displayed a youtube video of your choice.</p><p>For more infos see the FAQ.</p><h3>Add a new slot</h3><div class="deshr"></div><p>See the FAQ "How to add a new slot ?"</p><h3>3rd party plugins(3)</h3><div class="deshr"></div><p>Spritefont+, Appodeal, RexYoutubePlayer</p><p>All 3rd plugin are include in project.</p><p>For more infos see the FAQ.</p><h3>Graphics</h3><div class="deshr"></div><p>All graphics made by myself except photos into the slots, they come from:</p><p>http://www.freeimages.com/</p><p>http://www.freepik.com/</p><h3>Sounds</h3><div class="deshr"></div><p>Sounds are made with:</p><p>http://www.bfxr.net/</p><h3>Naming policy</h3><div class="deshr"></div><p>Naming of Layout and Group in event sheet is important.</p><p>They have a role in the program.</p><p>Be careful with rename them, you could encounter somes bugs.</p><h3>Requirements</h3><div class="deshr"></div><p>Needs a personal license: +200 events and uses families.</p><p>Plugins</p>

    • SpriteFont+
    • Appodeal
    • Youtubeplayer from Rex

    <p>For more infos see the FAQ.</p><h3>Pre-sale questions</h3><div class="deshr"></div><p>Leave a comment.</p><p>For more infos see the FAQ.</p><h3>Support</h3><div class="deshr"></div><p>Leave a comment.</p><p>For more infos see the FAQ.</p><h3>Updates</h3><div class="deshr"></div><p>Buyers will receive all updates for free.</p><p>Scirra notifies you on new version.</p>

    Use this topic to leave comments, ask questions and talk about My jukebox slot machine

  • Thanks for your work !

  • Problem Description

    Localstorage crash with firefox NO HISTORY

    Attach a Capx

    https://dl.dropboxusercontent.com/u/157 ... refox.capx

    Description of Capx

    The capx just chek if local variable exist

    Steps to Reproduce Bug

    Open the preview

    Observed Result

    Error message javascript

    https://dl.dropboxusercontent.com/u/157 ... _error.JPG

    Expected Result

    No error message javascript

    Affected Browsers

    Firefox 50.1.0

    OPTIONS

    https://dl.dropboxusercontent.com/u/157 ... ptions.JPG

    Operating System and Service Pack

    Windows 7 32bits

    Construct 2 Version ID

    Construct 2 r239

  • Can you give a link to demo please ?

  • Sorry for reopen this old post

    I need to make the same action:

    -> call a function C2 on a button placed out the project

    I tried to call "c2_callFunction()" from js code placed in index.html C2 but i had always error 'c2_callFunction is not defined'

    Is it really possible to use this function from external code or it is only a function to develop C2 plugin ?

  • Hi rexrainbow ,

    Is it possible to get the imageurl base64 in jpg ?

    I searched in the plugin source, I found the function:

    runtime.js

    -> ret.set_string(this.inst.curFrame.getDataUri())

    But I don't understand, where is definite this function getDataUri() ?

    Is it a "native" function of C2 ?

    Thanks

  • Ok, I understand.

    It's possible you take a look on ?

    Thanks Ashley

  • Hi,

    C2 > Export project > Cordova

    We get config.xml in folder export.

    Cordova CLI > cordova create idproject

    We get config.xml at root folder.

    cordova folder project

    -- hooks

    -- platforms

    -- plugins

    -- www

    -- config.xml

    If we replace Cordova/config.xml by the C2/config.xml, when we build the android app, we have Error.

    I'm wondering if we must edit manually the config.xml each time, or it's possible to use the config.xml made by the export in C2 ?

  • Hi,

    Which is the plugin we need to use to activate IAP for Amazon in android app made with Cordova CLI or Intel XDK ?