GuitarStuffz's Forum Posts

  • 11 posts
  • Doesn't seem to work with the latest updates

  • You do not have permission to view this post

  • Everytime I attempt to add any new plugins to construct 2 it gives me the following error everytime

    all files are in correct folders and nothing is corrupted or anything please help its really delaying my games development!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well i'm sorry can't help

  • As far as I know you can't play webgl in an app but you can enable it on the chrome browser

    Just search how to enable it on chrome!

  • Can you delete both the threads for me

  • I moved the thread here

  • Today i'm going to show you how to create a username system for your game!

    Tutorial Difficulty:Beginner-Anyone can do it

    _______________________________________________________________________________________________________________

    Step 1:

    So first of all you want to create a textbox or something where the player can put in the username of choice (if you know how to add some styling to the text box you can do it)

    _______________________________________________________________________________________________________________

    Step 2:

    Now create a global variable and call it something you can remember for later!

    Set the variable settings to the following:

    Name:(Choose your own)

    Type:Text

    Inital Value:(Leave Blank)

    Description:Used for username storage

    ________________________________________________________________________________________________________________

    Step 3:

    Now you have that done if you have a save and load system the variable will save and load all you have to do is if you want to display the username anywhere in your game just do the following:

    Create an condition\System\On start of layout\(Text that you want)\set text\"Welcome "& SC_Account &" To the Space Connect screen"

    Although you would change SC_Account to the name of the variable you created and change the text to your own!

    _________________________________________________________________________________________________________________

    Of course you can do so much more than just set the text to display the username but that's for another tutorial.Anyways if you found this helpful then please share the post with the community and your freinds Peace Out!!

  • Please share your CAPX file or at least a screenshot of your events sheet.

    How do I share my CAPX

  • Have you tried to see if you can make a seperate event for the android volume other than that I have no clue sorry

  • Today i'm going to show you how to create a username system for your game!

    Tutorial Difficulty:Beginner-Anyone can do it

    _______________________________________________________________________________________________________________

    Step 1:

    So first of all you want to create a textbox or something where the player can put in the username of choice (if you know how to add some styling to the text box you can do it)

    _______________________________________________________________________________________________________________

    Step 2:

    Now create a global variable and call it something you can remember for later!

    Set the variable settings to the following:

    Name:(Choose your own)

    Type:Text

    Inital Value:(Leave Blank)

    Description:Used for username storage

    ________________________________________________________________________________________________________________

    Step 3:

    Now you have that done if you have a save and load system the variable will save and load all you have to do is if you want to display the username anywhere in your game just do the following:

    Create an condition\System\On start of layout\(Text that you want)\set text\"Welcome "& SC_Account &" To the Space Connect screen"

    Although you would change SC_Account to the name of the variable you created and change the text to your own!

    _________________________________________________________________________________________________________________

    Of course you can do so much more than just set the text to display the username but that's for another tutorial.Anyways if you found this helpful then please share the post with the community and your freinds Peace Out!!

  • So i'm working on a game and i'm making it so when you defeat the enemy in the tutorial a bit of dialogue pops up but there is more than one parts to it but it only does the first few parts then the rest doesn't happen anyone please help!

  • 11 posts