trainstation's Recent Forum Activity

  • Hi! I want to create an attendance report thing for work.

    I dont know exactly how i should start it. The point is a "+"-button that adds names and the names should be able to be "checked". After you added a name and checked it you should be able to send the checked names to a mail.

    Is there anyone out here who can/want to help me in the right direction?

  • Thank you for your inputs. Ofc i should record the taps. i didnt think logic ^^

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello!

    I´ve made a simple game that plays sounds when i push buttons. Like a "drummachine"-thing.

    Now i want to add two buttons; one who records and one who plays. and i should also have on who reset it i guess. so Three buttons.

    The record button should have the function like: i hold the button and while i do that i can push other buttons and make a song of them, when i release the button its saved.

    Then i got the other button i can play the tune i created when recorded. And the last should reset it. I know how to do a reset button and i guess i figure out how to do a play-up button... But does anyone got any idea of how i could make the "record"-button?

  • Hello!

    Im experimenting on something.

    I made a list that should include names.

    The names should be added by the user when clicking a button like "add name".

    Like: "hey whats your name?" -"john" -"ok ill add it to the list"

    So ive made a text for title that says "names" and under it i should add something of an input field that C3 has.

    But where can i learn about how i let the user click "add name" and the name comes up under the title, and if i add another one.. that ones comes after it?

    I then want to make the program send the name to maybe an emailadress or something.

    Is this the right place to ask about this? im not sure where to look and learn about this.

    Cheer!

  • > first thing to do is to add 2 buttons, 2 texts and the mouse object.

    > give one text object the following instance variable(you can add these in the properties menu on the left of the screen). Call the variable Score, this will be a number starting from 0.

    > Give the other text object the variable UpgradeCost also starting from 1

    >

    > in the event do the follow thing:

    >

    Mouse > On object clicked > left clicked on "first button"[/code:364xe2xl]
    > This will perform an action when a user clicked on the button
    > 
    > The action will be:
    > [code:364xe2xl]"text with the score variable" > add to > 1 to Score.
    > "text with the score variable" > set text > "Score: " &[name of the button].Score [/code:364xe2xl]
    > This will add 1 to score every time the button is pressed.
    > 
    > The other button will upgrade the automatic scoring. The event will be:
    > [code:364xe2xl]Mouse > On object clicked > left clicked on "second button".
    > "text with the upgrade variable" > Compare instance variable > Upgrade equal or larget then "int(self.Upgrade^1.5+1)"[/code:364xe2xl]
    > The action will be:
    > [code:364xe2xl]"text with the upgrade variable" > add to > 1 to upgrade.
    > "text with the upgrade variable" > set text > "Upgrade cost: " & int([name of the 2nd button].Upgrade^1.5 + 1) [/code:364xe2xl]
    > This will add 1 to upgrade every time Upgrade has been "upgraded". The price of the upgrade will be raise with the formula 'Upgrade ^ 1,5 + 1'
    > 
    > Thats it. Try change the formula to your own to make the game interesting
    > 
    
    how do you add offline earning?
    

    so the first part in C3 is "Score: " & score

    How do you solve the: "Upgrade cost: " & int([name of the 2nd button].Upgrade^1.5 + 1) -thing?

    Cause C3 does not recognize this way.

  • Hi! Im new to Construct but have been working with some tutorials thru February and forward. Now im stuck on this issue, the gif issue. So when i read around on the web and here on Scirra forums i understand this; You cant add an animated gif as a running character for example? Or do you who master it mean that you have to work with it in another way?

    I dont know how to do it, do i use Gimp and import an animated character from there? does that work?

    Or can i make the animation right in Construct? with less details then ofc.

    The other post above said something about making the work in C2 and just import the settings in C3? did i get that right? How exactly is the point by point in that progress?

    Thanks.

trainstation's avatar

trainstation

Member since 4 Apr, 2018

None one is following trainstation yet!

Trophy Case

  • 6-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

8/44
How to earn trophies