dop2000's Recent Forum Activity

  • Probably, but you need to test.

    And also it's possible that the folder may be different on different phones, Android versions etc.

  • Oh, wait, you want to add 8 random letters to the array? (I thought you are picking letters from the array)

    You can first add the entire alphabet to the array and then delete 18 random elements:

    Array Load from JSON "{""c2array"":true,""size"":[26,1,1],""data"":[[[""a""]],[[""b""]],[[""c""]], .... }"

    System Repeat 18 times -> Array Delete index (int(random(array.width)))

  • You can delete elements from the array.

    Pick random letter, then remove it from the array.

  • Oh, you meant "dictionary" type app, not the Dictionary data object in Construct 2!

    Check out the CSV plugin:

  • Did you read my answer? On my Android phone the image is saved in Download folder.

    I still don't understand why can't you just test this yourself.

  • I've seen this in some games - you agree to watch a video ad and in return get some coins or addition lives etc.

    Which ad networks support this feature?

    Is there a C2 plugin for this?

  • You need to post all events where you set different animations depending on platform states.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • And, what's the problem? You don't have an android phone?

    I tried it on my phone in preview mode, the image is saved to Download folder.

    By the way, you should use "System->On canvas snapshot" event before you can invoke download.

  • EskilPotet,

    Do you mirror your character when it's moving to the left?

    If yes, then you should add another sub-event after you spawn your bullet:

    Character is mirrored -> Set bullet angle of motion to 180

    So when not mirrored, the angle will be 0, when mirrored the angle will be 180.

  • This is a very broad question and you didn't provide much information about your game.

    You can keep three copies of each key with language suffix, for example:

    Key="book_en"

    Key="book_fr"

    Key="book_it"

    Or you can store all three values in one key:

    Key="book"

    Data="en:book,fr:livre,it:libro"

    Then you'll need a function that will parse this string and return the right value for each language.

    As for the second question, it's better to use smaller sprites, tiled backgrounds and text objects for text. If you make each page as a big sprite, it will use a lot of memory!

    See this blog post from Scirra:

    https://www.construct.net/au/blogs/cons ... memory-796

  • Add an event:

    Wait 3 seconds

    Move HUD_sprite to layer 0

    If it becomes visible after 3 seconds, you will know that the issue is with your HUD layer. If the sprite is still invisible, the problem must be with the sprite itself.

    And I agree with zenox98 - it would be so much easier if you could just share your capx.

  • Put a second tilemap (light mask) on top of your main tilemap. With tiles ranging from transparent to 100% black.

    For better results you can add some blending effect to it, for example "Multiply".

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 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