Guyon's Forum Posts

  • Anytime.

    Happy Programming

  • This may help UnknownPwny

    construct.net/en

    It's an artical written by Ashley

    Supporting multiple screen sizes

  • Fun example Nimtrix.

  • Really depends on what you want want, and where you want to display it. PC, Web, Facebook, Phone for example.

    For your first few endeavor I would just concentrate on learning the program and soon you will figure out what size you want.

    Welcome to Construct BTW

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I tried the Radio Button Plugin:

    construct.net/en

    but seem to be missing something. I made an Easy/Hard Radio Button but can not figure out how to make an assignment to a global variable. Such as Easy would assign a zero, and Hard would assign a 10 to the global Variable Difficulty.

    Thanks for any help

  • here you go

    construct.net/en

  • Kyatric got me covered for my room change needs but, your plugin may work great for the rest of the dungeon text and stats. Thanks rexrainbow.

  • Your the man Kyatric (Tips his hat).

    I thought I was doing that with my instance variables. I see my mistake.

  • I want a way to changes layouts (rooms) in my game with some sort of index that can be used lineally or jump to a specific room.

    I thought an array would be a good way to do that but seem toi be missing something. Any ideas with examples?

    dropbox.com/s/zh76w5mxcl75nnx/RoomSwitch.capx

    Thank you

  • Rotten MS keyboard. LOL

    Thanks for the plausible explanation.

  • I got my radio buttons showing in my Layout: Easy//Hard.

    But how do you assign your selection to put a number into a Global Variable in the event sheet? Say Easy selection assigns a 0 and Hard assigns a 10 to the GlobalVar Diff?

  • I can't reproduce neither in FF or Chrome.

    In both browsers it works as expected for me.

    That odd Kyatric, because it fails every time for me.

    Are you pressing all for keys the W&D at the same time pressing UP&Left Arrow (this works)

    Then all four W&A and the UP&RIGHT arrow simultaneously (this fails)

    I am using a Microsoft keyboard but will try this with another one tomorrow to see if it is my keyboard.

  • Thank you both. I may give the one event sheet a go then since all sheet will have nothing special. You just need to get through all of them to win.

  • A little off topic but... Why not load from the hard drive or have the pics pre loaded? Loading from url seems like it would really slow you game down.

    Though these links may help you:

    construct.net/en

    construct.net/en

  • I am converting an old game I made with Game Maker so I can turn it into an HTML5 version.

    I have A Splash Screen, Directions Screen, 8 Room Screens (all with the same button controls only the layout with the background picture changes, and the End screen. (All screen have a different 1024x768 picture on them.)

    My question is about Event sheet and the best way to handle them. Here is my plan:

    Splash Screen with its one event sheet for the next button

    Directions Screen its one event sheet which will also pick Normal or Hard mode.

    8 Room Screens (with 8 different layouts and pictures on each) which will share 1 event sheet containing 10 choice buttons and game code. The object will be able to solve puzzles to make it to the final screen.

    End Screen with its own event sheet for score board and exit

    Is this the best way to do the game, or should each 8 rooms (layouts) have their own event sheet?

    Thanks