LuckyRawat's Recent Forum Activity

  • I have 4 players and each player will choose color for him.

    If first player choose "red" then i want to show remaining colors to other player, if third player choose blue and i want to remove blues from other 3 players same with all. and if any player again deselect color then other player will get that color option again. (See image below). I want to do this without using Array.

    anyone can explain me logic on how can i do this?

    Thanks in Advance.

  • Yes i got it

    LiteTween C3runtime

  • This is not an issue anymore because C3 Pin behavior can now pin objects to imagepoints.

    btw i was doing it by first move object to spriter image's image point 1 and then pin.

    you can check this file

    You can now remove Pin and set options from Spriter Plugin because official Pin behavior has lots of new feature. you should check those.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm a desktop user, and I just tried to switch to the new method described in the first post (latest nwjs plus construct package). It loads OK, but after around 30 seconds the application just closes with no warning. Anyone got any ideas what could be causing this? Thanks.

    me also facing this issue. I also just tried this new method and application just closes with no warning.

  • still need help on this

  • hi

    I am noCoder and I want to disable F1 to F12 keys. I found code for this but don't know how to implement it. I tried by pasting code but not worked. So please help.

    "shortcut.add("F1", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F2", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F3", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F4", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F5", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F6", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F7", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F8", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F9", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F10", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F11", function(e) {
    	e.preventDefault();
    
    });
    
    shortcut.add("F12", function(e) {
    	e.preventDefault();
     
    });"

    Tagged:

  • bump post

  • I am making kids games which i will upload on Website So I want to disable F1 to F12 keys.

    anybody can help How can i do this?

    Tagged:

  • show paths for only selected object(s)

  • Note: This is not bug report post neither Suggestion. Just want to show how messy layout looks after so animations on single screen.

    I was working on Animation and there were 20 objects in my screen which i have to animate. When i have done animation i just realized my layout become so messy with so many keyframes.

  • i have no coding knowledge.

  • I mean is their any official way of doing this. like by using any construct 3 plugin or something.

LuckyRawat's avatar

LuckyRawat

Member since 27 Aug, 2015

Twitter
LuckyRawat has 11 followers

Connect with LuckyRawat

Trophy Case

  • 11-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • x2
    Popular Game One of your games has over 1,000 players
  • x43
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

26/44
How to earn trophies