nickkname's Forum Posts

  • Thanks, it works :)

  • I have a wall on the foreground layer and wallbox on the main layer, and I've set it up like the player and enemy movement according to the platformer tutorial.

    But the wall doesn't move, it just flickers when the player touches it.

    Wall set position to wallbox

    Wallbox has the added variable to move right

    Simulating platform movement

    What am I doing wrong?

  • How do I make an advancing wall of doom?

    Ex: youtube.com/watch

    Ex: static.tvtropes.org/pmwiki/pub/images/Kid_Chameleon.gif

  • Thank you, its working now :)

  • Thanks everyone!

    I used the scrollto and boundto behaviors and added:

    Event: every tick

    Action: player >set position to playerbox (image point 0)

    Action: system > set scrollx to scrollx + 10 * dt

    But the screen isn't auto scrolling, so I am very confused.

  • I tried scirra.com/forum/auto-scrolling_topic61635_post378313.html but nothing happened.

    I have a left-to-right horizontal level.

    Also, editing my post since it turned out blank when I posted it. Bugs, I guess.

  • 1. Add a Text Box

    2. Put in "Mary had a little lamb" without quote marks

    3. Go to Event Sheet

    • Event: System
    • Action: Wait
    • Put in 1 second
    • Event: Text Box
    • Action: Set Text
    • Put in "Its fleece was white as snow" with quote marks

    And there you go.

  • TIP

    The Resources are free to use, but the References are protected under copyright law.

    RESOURCES

    Freelance artists: game-artist.net/forums

    Public domain music: pdinfo.com

    Public domain sounds: pdsounds.org/tagadelic/taxonomy/1

    Public domain images: publicdomainpictures.net

    Public domain characters: pdsh.wikia.com

    REFERENCES

    Game musicians: en.wikipedia.org/wiki/List_of_video_game_musicians

    Game music: vgmusic.com

    Remixed music: ocremix.org

    Game manuals: replacementdocs.com/news.php

    Game maps: vgmaps.com

    Sprite sheets: spriters-resource.com

    MISCELLANEOUS

    Super Mario World camera: youtube.com/watch?v=TCIMPYM0AQg

    Legend of Zelda comparison: youtube.com/watch?v=jyIGhXNlF34

    Donkey Kong Country 2 Game Over: youtube.com/watch?v=qAPxbnL4a7E

    Link to the Past interview: glitterberri.com/a-link-to-the-past/development-interview

    Crash Bandicoot interview: postdesk.com/crash-bandicoot-creator-andy-gavin-interview

    Development of Doom: en.wikipedia.org/wiki/Development_of_Doom

    These links won't last forever, so generously accept multiple sites and videos for each game topic that you enjoy, and generously share what you love with others. Be prudent, temperate, just and brave and do unto others as you would want others to do unto you.

  • its just like you said it

    add an event:

    system/on start of layout

    and an action

    audio/play

    if you won't do a 'stop audio' action, it will continue throughout the layouts.

    Music won't play no matter what I do. I tried:

    on start of layout >play music

    on start of layout >preload >play music

    on any click >play music

    on any click >preload >play music

    on object clicked >play music

    on object clicked >preload >play music

    cursor is over object >play music

    cursor is over object >preload >play music

    My music files are OGG, less than 10 minutes long, and I tried both the Sound folder and the Music folder. What am I doing wrong?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any help is appreciated :)

  • Is there a way to do the following?

    on start of layout >play music

    And is there a way to make music play across all the layouts, not just for one layout?

    I looked at tutorials and the manual, but no dice.

  • Add variable monstersSlain.

    Everytime you kill a monster add 1 to that variable.

    When monstersSlain equals 12, go to layout 2 and setmonstersSlain back to 0.

    Thanks!

  • Is there a way when, after destroying X amount of monsters, the layout can change to a new layout? Such as if the player killed 12 monsters, the layout would swap for another layout?

  • There isn't any explosion spawning associated with player destroyed in your event sheet, only with bullet or monster destroyed. Duplicate of objects should only appear when you hit "clone" or sthg like that, could you detail a little more ?

    Thank you! I don't know what "clone" or sthg are, but, when I start the game, the player automatically starts spinning whenever I move in any direction. The same goes for the monsters.

  • My player won't stop spinning.

    When player hits monster, player vanishes - no explosion.

    When I create a new object, a second object appears in the layout, for example, text2 or monster2.

    Help? Thank you in advance for any help!

    Game screen: farm9.staticflickr.com/8466/8431716839_e292a8be3f_o.jpg

    Event sheet: farm9.staticflickr.com/8375/8432801812_6eaa236ced_o.jpg

    Edit: fixed score, working on other problems too.