brent_hamel's Forum Posts

  • I've tried using the keycode and extra expressions plugins but haven't been able to get anything to work, is there really no way to do this?

  • Try having something like...

    If Player.Animation = "Punch" Then

    If Player.Collision with Enemy.Collision = "True" Then

        Enemy.Hp = Enemy.Hp - Player.Attack

        Enemy.Animation = "Damage"

    End If

    End If

    sorry for my crappy suedo-code, I'm a terrible programmer but I can't think of how else to simply explain it lol

  • it's really just the ability to tell the system a keyboard key has been pressed without the user actually needing to press the key

  • Is there anyway to have an object being touched simulate a keyboard key being pressed/down. I'm not using behaviours for this at all. There must be someway to have something like...

    If object.InTouch = True Then

    KeyboardKey.Down = True

    End If

    Is there anyway to accomplish this without behaviours through purely the event sheet?

  • It's the graphical representation that I'm looking to emulate for than anything, and I'm imagining a system of doing it that is very convoluted, so are there any ideas for a simple way of achieving this look?

  • Rad Racer was a third person Racing game on the original NES, here's a YouTube video that shows the kind of gameplay I'm interested in mimicking.

    youtube.com/watch

  • This is more just a brainstorm post, but I'm wondering, how might everyone go about making a Rad Racer clone, any thoughts? I have a rough idea but it seems needlessly complicated and convoluted, so please forgive my crowd sourcing here lol

  • Hmm, thanks for the speedy reply, I'm going to have some learning to do I think :S

  • Sorry if this is posted on the wrong place, but I'm seriously curious about what sort of Online Multiplayer capabilities Construct 2 has, if any.

    I'd like to make a browser application that allows people logged into the website to have an in-game avatar that can run around and will also show other people's avatars and what they're doing when they are logged in.

    The only interactivity I desire between players is basic chat stuff. Initially just dialogue balloons above the character that speaks. Is this possible using Construct 2 alone (along with any plugins that may exist)?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ahhh, the popup window shows them all in caps, thank you again sir!!!

  • Worked like a charm!

    gah, why can't I get this --^ to be my signature...

  • haha that's an awesome trick lol

  • Kyatric I did a bit of reading and it appears that the iFrame element isn't built to be able to scale its content, so the iFrame needs to the sized to what its displaying, as it can't be the other way around. Perhaps there is some more information I haven't come across yet, but that seems to be the info floating around out there about it :(

  • and how about a way to disable the damned scrollbars lol

  • or how about someway to disable the scroll bars in the browser?