Tekniko's Forum Posts

  • Thank you!!

  • Just figured it out. I added another condition to the OnTouch event. Durr, lol.

  • Could you post a link to your capx? Or a build?

  • It should be hidden once the game is compiled. Are you just using Preview over Wifi right now?

  • Use Platform instead of 8-Direction.

  • You could do something like this.

    Ball | OnCollision with Terrain

    Set Terrain to Frame 2

    Frame 2 would be your destroyed looking terrain and Frame 1 would be your normal terrain. This isn't very dynamic but its the only way I know of doing it.

  • Create a Variable that you can change when the level is completed.

    So

    If LevelFinished = 1

    Go to Layout (Layout2)

    Add 1 to CurrentLevel

    You kind of get what I am saying?

  • Hey everyone!

    So, I have created a pause menu that is visible when the pause button is pressed. And goes to invisible when the play button is pressed. My problem is the Restart, Stop and Play buttons are still able to be touched. Here's what I am using right now.

    <img src="http://img546.imageshack.us/img546/2442/support001.png" border="0" />

    Does anyone know how I would disable the touch commands for the pause menu, when it is not visible?

    Thanks,

    Tekniko

  • Hey everyone,

    I'm looking to add a "Like this game on Facebook" sort of button to my game. I searched the tutorials but came up empty handed. Anyone know how to do this or can share a link to a tutorial?

    Thanks,

    Tekniko

  • So, last night I was on the forums checking stuff out. I noticed I had hit the 700 rep point and thought that was pretty cool. Today when I logged in I am sitting at 200 and something... Did I do something wrong? Or is this a bug?

  • Exactly what the title says. I am looking for someone with a portfolio and a creative ambitious mind. For now I just need a pause menu, start menu texts or buttons, and a few other small things.

    Payment will be a percent of sales. If I like your work this could lead to a fulltime position.

    Contact me through private message.

    Thanks.

  • Bump. Still cant figure out this issue.

  • Did you set Fullscreen in browser to Letterbox Scale ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • get this events in a new event sheet.

    Include this event sheet in both, your StartMenue and the other Layouts.

    Do this by right clicking in your event sheets and select include event sheet.

    I'm actually use two different event sheets already. One for the start menu and one for the "Engine" sort-a-speak, and then an additional one for unique map requirements.

  • Yea, I thought going to a new layout would destroy everything naturally. But, when I do go to a new layout, random buffs are set to spawn after a brick has been destroyed. So, I would go back to the main menu and have hundreds of buffs falling down lol. The destroys I added, have fixed this issue.