Guyon's Forum Posts

  • On Layout sheet 2 block 8 and 9 should be my win lose depending on if you beat the Global Best Time. Block 9 has the else

    The You lost test (Block 9) seems to pop up before the end of the race anyway. Not sure why.

    Note you can can manually set the Best Tim ein Blck 7 for resting purposes.

    http://www.box.net/shared/qvs2elabkc

    Thanks for the help

  • ta the end of my game I want a branch if they made high score you get an input and it saves or if not it shows you what the high score is.

    My issue is I am having a problem with the else. It is a new event or sub event of a block?

    Any examples?

  • Fast update to new build. Nice

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • After reviewing the changes I see that you added:

    Always (every tick) INI.ItemValue("TimeTrial", "Time") & " by " & INI.ItemString("TimeTrial", "Name")

    to my first layout page. So that is what I was missing?

    I am confused why you need an always here. I can see Always point my gun at the mouse but why for data?

    It was suggested that I have an Include Event Sheet: Layout 1 events on my layout 2, it now seem that I can remove that with no problem at all. Your fix still works.

    So:

    1. Why do I need the Always on layout 1

    2. Is there a good write up some where about Always

    3. When do you use "Include Event Sheet" this example doe not seem to need it

    4. Is there a good tutorial on "Include Event Sheet" how and when to use them

    5. Thanks to every for for helping me with this confusing issue.

  • No... Just look at my example, it is all in the math

    EarnedLives:

    int(global('EarnedExp') / 20000)+1

  • Hope this helps.

    I mis-read your post and gave a life at 2000 exp not 20,000. Just change my 2000 to 20000 in the code

    http://www.box.net/shared/5r3090p9yl

  • Woot! Minor! Now going to look at exactly where I went wrong.

    As a thank you please use my spiffy car graphic in your games (wiht credit).

    Note to Minor and deadeye: if you ever need graphics just ask.

  • noob LOL

    Here is the cap file

    http://www.box.net/shared/jajt30bpkr

  • Great to see constant updates. No rush on 1.0. I prefers to have things done right the first time.

    Thanks for the great efforts!

  • OK tried the include and it still does not work. I just am missing 1 little piece. Can anyone correct my mistake? The fist page can write the ini fine the second (race) page does not automatically write the 5000 score at the end.

    (file below)

    Note: start sounds removed for file size so there is a pause ay the beginning.

    Thank you all for being so patience on this.

  • How do you include sheet 1 into sheet 2 please.

  • OK this worked fine on my Layout 1 sheet, but does not on my lay out 2 sheet. Are there special rules?

  • Your the MAN Minor!

    I was so close! I didn't know you needed an & to make that work. Not sure if that fact is covered anywhere either.

    Thanks

  • Adobie Audition is the Photoshoph of sound. I can not tell you all the features but a few that I use a lot are: removing background noise, Speeding up and slowing down music with out changing pitch, the editor is an easy cut and paste, and the mulit tracking is amazing, it has a many built in plugins.

    It used to be called Cool Edit pro before adobe bought it and I kind ok liked Col Edit better but I was unsed to it.

    http://www.adobe.com/products/audition/

  • I ma just6 missing something with the ini I tired this but get an error:

    INI.ItemValue("PlayerName", "PName", "High Score", "Score")

    ShadeKirby500: I can't get the simple .ini, so I have no clue what do you with your GetToken tip. Sorry. (Perls before swine and all.)

    Can anyone mod my posed code? I think it just needs 2 lines,