shukra's Recent Forum Activity

  • Problem Description

    My bug - in group "perehod4" with comment ( one) - many creation of some object. I try varibal and trigger once while... nothing helped me.

    Attach a Capx

    https://www.dropbox.com/s/r87fn2dkes5hv ... .capx?dl=0

    Description of Capx

    Click on the squares. In the first group - on any word. in the latter group contains a bug. Capx shows colored squares. They disappear when you click.

    Steps to Reproduce Bug

    • Click on orange square. And then - on any word.
    • wait. Click on yellow square. wait. Click on green square.
    • Here the bug. With object "zastavka"-many creation.

    Observed Result

    In last group "perehod4" - when it is play - show the bug - the many creation of object "zastavka". Instead the only one creation of object "zastavka".

    Expected Result

    Only one creation of object "zastavka" in last group "perehod4"

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)

    Operating System and Service Pack

    Windows 7

    Construct 2 Version ID

    178 r

  • shukra: Normally they should work. If they don't, get in touch directly with rexrainbow in the thread of the non-working addon so that he can fix it.

    Thank you for answer. I meant some plugins it can not be install in actual C2. C2 give errors.

  • Some plugins by rexrainboy will not work in actual v. C2, right?

  • OddConfection

    May be you can help me in this tema -

    How to make display on the device is not screen off

  • yes..

    Browser -> on back bottom pressed = Browser -> close window ( Go to...)

    cool

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I make a such game.

    I need when you press a button 'back' on the device then user will go to the previous scene , and if it is the first page (level or Layout),user would be exiting of the game ('exit').

    in principle at tizen sdk it's done in folder js - main.js and it

    var init = function () {
        // TODO:: Do your initialization job
        console.log("init() called");
    
        // add eventListener for tizenhwkey
        document.addEventListener('tizenhwkey', function(e) {
            if(e.keyName == "back")
                tizen.application.getCurrentApplication().exit();
        });
    };[/code:27lcux2t]
    
    [img="http://c2community.ru/imagehosting/images/2014/Jul/04/1.jpg"]
    
    However,C2  ignores it somehow (main.js) , namely probably as follows:
      file index:
    
    [code:27lcux2t]// Pause and resume on page becoming visible/invisible
    		function onVisibilityChanged() {
    			if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden)
    				cr_setSuspended(true);
    			else
    				cr_setSuspended(false);
    		};
    		
    		document.addEventListener("visibilitychange", onVisibilityChanged, false);
    		document.addEventListener("mozvisibilitychange", onVisibilityChanged, false);
    		document.addEventListener("webkitvisibilitychange", onVisibilityChanged, false);
    		document.addEventListener("msvisibilitychange", onVisibilityChanged, false);
    		
        </script>[/code:27lcux2t]
    [img="http://c2community.ru/imagehosting/images/2014/Jul/04/2.jpg"]
    Question - How to make exit of the game on the first page of the game by clicking the back button device, and in other cases would go to the previous page game (Layout)?
  • i HAVE SOLVED MY PROBLEM. Thank you. It was my mistake. Thise nice tutorial-Scene Transition with Shaders-

    give everything right!

  • There's currently a bug with the scirra website it seems, I can't seem to open any scirra link referring to the manual.

    Now it is all right.

  • After r 171 C2 is very often unexpectedly close. Sometimes without autosave. I do not think only i'm have such problem.

    The problem arises when it is necessary click to open Layout.

  • Very nice tutotial Scene Transition with Shaders

    But link with Result are not more available

    I cannot get same effect on second Layout. I don now why.

  • Can anybody give an example of THIS production code, or project with comment

    I have got privileges/power already. Or have any idea about it?

    https://developer.tizen.org/dev-guide/2 ... ridp155688

    Screen on

    https://developer.tizen.org/dev-guide/2 ... nidp189624

    Throw it off here, please.

    this exemple NOT WORK http://forums.gamesalad.com/discussion/ ... ep-the-d...

    Preferences there is no entry with the name force-screen-on.

    I have got http://tizen.org/privileges/power already.

    Thanks

  • Shukra, you should compare the same game or very similar games from both Tizen SDK and C2 if you want to analyze further. Taking game A and B which differ greatly and trying to draw conclusions is difficult.

    Yes, you are right. They both are not very similar, even in grafic.

shukra's avatar

shukra

Member since 25 Mar, 2014

None one is following shukra yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies