dop2000's Recent Forum Activity

  • You do not have permission to view this post

  • Open _Gameplay.xml with Notepad.

    Search for "RewardedVideoLoaded", it should be at line 6965. Replace this block:

    <conditions>
     <condition id="19" name="RewardedVideoLoaded" sid="961265260840662" type="AppodealPlugin" />
    </conditions>
    

    With this line:

    <conditions />
    

    .

    Try to open the project. If you are able to open it, find action "Set AdsRewardLoaded to 1", review and change the event if needed, because without that condition it may not work correctly.

  • Are we not allowed to have "Else" condition without another condition unless its a Boolean to the first condition then?

    On your screenshot the "Else" event was simply empty, it had no sub-events or actions, that's why it did nothing. The next condition after it was not a sub-event under Else, that's why a new item in a new slot was always created.

    .

    Else with boolean conditions works the same way as in many other languages.

    But when you use Else with events that pick instances, Else means "if previous event picked nothing". Actually, you don't need to pick all inside of Else block in this case.

  • You can try removing the condition with id=19 from the event sheet by manually editing the project file.

    Unzip the capx file into a folder. Search all xml files in the "Event sheets" folder for a string plugin="Appodeal" id="19" (or something similar). Remove the entire <condtition> block. After that try to open the project.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Containers only link objects logically, you will need to re-create offsets with code. An easy way to do this is with image points on the biggest "parent" sprite. For example, if you are making a human body, define image points for arms/legs/head.

  • Do you mean when controlling with the virtual joystick? Or with keyboard keys?

    When using virtual joystick, you should move the tank with 8-direction actions like "Simulate control" or "Set vector", not with "Move at angle" action.

    Also, your joystick doesn't work very well, you need at least put it on a layer without parallax. Please see a few better examples of the virtual joystick in this post:

    construct.net/en/forum/construct-3/general-discussion-7/collection-demo-projects-149701

  • Easy - use Timer behavior. When an enemy is created, start a timer with random time for it. On timer event, enable shooting for this enemy instance.

    Try not to use "Wait" action when programming enemy AI.

  • You can't write to JSON files in runtime, if this is what you are asking. You can only manually edit data in editor.

    7500 records should be fine, I remember Ashley mentioning that JSON parsing works really fast.

  • What exactly doesn't work?

    Check out the JSON template, it shows how to parse a similar data.

  • There is a lot of content, many character animations, a lot of logic to program. So while it's possible, this will not be an easy or fast job.

    In Russian:

    C3 подходит для этой игры, сделать ее однозначно можно. Но объем работы может быть большой - много анимаций, графики, много программирования.

  • The Object TextBox does not exist anymore in Construct 3.

    Do you need Text object or Text Input object? Both exist in C3.

    For Text you can set object width and wrapping in properties, and the text will automatically wrap to a new line.

    If you need to adjust the size of the green sprite to the text size, see this demo:

    dropbox.com/s/f789oo50lr7bvy7/SpeechBubble.capx

  • When you are picking by UIDs in sub-events, you need to add "For each Buildings" loop to the parent "is overlapping" event. Otherwise your code will only work for the first building/player instance.

    I have two very simple demos for z-sorting, check them out:

    dropbox.com/s/lbewjvv6rekd2na/IsometricForest.capx

    dropbox.com/s/6num28c6nf9qhfb/ZOrderBuilding.capx

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 262 followers

Connect with dop2000

Trophy Case

  • 8-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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    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
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies