littleredpanda's Recent Forum Activity

  • I don't think that links to what you think it does...

  • If you invert the bottom event, the one recalling if the sound is playing, and add the other events as a sub of that one, that should work. So:

    Audio is not playing
    --- arrow key pressed -> play audio
    
    [/code:18nn9oed]
  • For my main game, which is quite large, I have a layout called "Layout of Things" here I place all the things that spawn at some point in the game so that I can reference them. In smaller games I just place them in the layout but outside, on the grey area so that it's there but can't be seen.

  • You could use xml or csv documents (easy to make with Excel) to store the text for your game and have a different one for each language. Have a language option at the beginning, so if you pick French then it loads the French csv document into an array (which does require the csv to array plugin).

    Whenever text is used in the game it recalls it from a particular cell in the array, so it's always the same cell just a different language.

    That's what I'm planning to do anyway, and it seems like a very efficient way of doing it.

  • You've probably worked it out by now, but events 24 and 26 conflict with each other.

    scorebrain=10 -> set "scorebrain" to 10

    scorebrain?0 -> set "scorebrain" to 0

    I don't really understand your scoring system, either. Surely it's constantly resetting to 0 because of event 29?

  • My favourite way of doing this kind of thing is to make a top layer filled with black, you make sure it's visable and tick Force Own Texture. Then make a white coloured sprite to be the torch, set the blend mode to Destination Out.

    Go the events and make a new one, set it that every tick the torch sets its position to the character, then set the angle of the torch to the character angle.

    Here's an example using a character with 8 direction -> https://dl.dropboxusercontent.com/u/32661609/torch.capx

    You can change the layer opacity to make more or less of the level visable. Is that what you were trying to achieve?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you export to NW.js it will give you an OS version that will work on a Mac

  • There is a condition under the chosen object, Pick Nearest/Futhest. Can you utilise that?

  • Mine is my company logo

  • You can send a link by putting the folder in a public folder, right clicking and selecting Send Public Link. And I've tried replicating what you've done and I think I'm missing something, so I think you're going to have to post a link to the project

  • Ahh awesome, thanks very much! I knew it would be something ridiculously simple >.>

littleredpanda's avatar

littleredpanda

Member since 19 Jan, 2013

Twitter
littleredpanda has 6 followers

Connect with littleredpanda

Trophy Case

  • 11-Year Club
  • x2
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x5
    Coach One of your tutorials has over 1,000 readers

Progress

14/44
How to earn trophies