Whiteclaws's Forum Posts

  • cheats ... >:3 , Now get all the babanas !

  • Here We Go !

    P.S: That's the first time I do something like this :) . Arrays , I'm starting to love-em !

  • There's where a variable enters , the loop will only be triggered if a variable is equal to 0 , and the variable will turn 1 when the item is added successfully !

  • Go check out the Arrays for beginners tutorial , making this wouldn't be too hard , you just need to check if there is a 0 in the array and remplace the zero by the ID of an item in a for every elements loop ...

    I'll make you an example when I get home

  • I told you that without some steel C2 knowledge , you'll never be able to get that one perfect and I can imagine that you are new to C2 ... Briefly , you won't get that with C2 easy-to-use interface , you'll need some mathematical algorithm and that's not for you ... ( Not even for me :( )

  • Well , A tip that a lot of beginners dismiss ; don't think too big , you are not gonna make the best MMO the day you got the software ...

  • This would be possible , but not for you for the moment ( I'm sure you don't want to enter a math conundrum just for lighting ) Better wait for a plugin ...

  • *Looks at his pocket*

    *Starts Crying Silently*

    Few hours later ...

    Gorgeous art ! I would love you hire you but ...

    As you would guess , There's nothing in the pockets ...

    Oh well ...

  • break FTW ! :3

    Break , Break , Break

    Criiik , Creek , Craak

    Does that make you feel better ?

    Nevermind , Nice but long tutorial !

  • Oh ... I'm sorry , I thought you wanted the paddle to go all the way to the left when you stop touching .. Misurstanding ...

  • And no , No MMORPGs not because there is no plugin , it's because they are impossible to do in the current state ...

  • System | Scroll to position ; Mouse.X , Mouse.Y

    Cheers...

  • Ciro , Well that's not bad :) , I would even hire you as my artist if I could !

  • Okay , It's not to be rude , but you need to do some tutorials

    So , re-cap ...

    You see the paddle ? , place it where you want it to snap

    Then , click on it 1 time ... You'll see that a lot of stuff appeared on the left ...

    The position tab , you see it ? at your left , It should be two numbers separated by a , ... The first value ... Write it down

    Now ... the last action you added as a screenshot , The "on any touch ended" , Click on it and change "Touch.X" by the value we wrote down earlier ...

    That's it !

    Cheers...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't know if this one will work so I'm giving you an alternative

    Solution 1 ;

    *ONLY THE FIRST* Set the first gun "Every 0.3 seconds" to 0.6 seconds

    Solution 2 ;

    Remove the "Every 0.3 seconds" from the two events and add a "wait 0.3 seconds" action on the start of gun 0 events and another one at the end of gun 1 events

    Cheers ...