MaxWissmann's Forum Posts

  • Thank you mate

  • I have this White Thing, which lay over me Wood BG and the White gradient how can I remove that?

    This is a new layout with only the gradient and the Wood BG in there!

    Thx for helping

  • I have this White Thing, which lay over me Wood BG and the White gradient how can I remove that? Its like the normal layers background.

    This is a new layout with only the gradient and the Wood BG in there!

    I already have BG Trasperent on YES

    Thx for helping

  • Go to Layer 0's Properties and set Transparent to Yes.

    Hmmmmm good idea xD

    But its on YES

  • I have this White Thing, which lay over me Wood BG and the White gradient how can I remove that?

    This is a new layout with only the gradient and the Wood BG in there!

    Thx for helping

  • Splitting them into two animations would seem to be the simplest solution.

    Thank you but can you explain me that Im dumb

    I want to play frame 0-3 if left arrow is klickedand if up arrow is klicked I want to play frame

    Both the same sprite

  • Hey I want that the game only plays the animation from 0-3 or 4-8 How do I do that?

  • Hey I want to transform my game into an mobile game and want to know how to make a touchPad. Are there any tutorials?

  • Hey I wanted to make a touchPad for my game.

    But the ship only go UP and I have no idea why

    Here is a picture of the commands

  • You are not exactly giving us much info here

    What error? Spam box? Not enough space? Blue screen of death?

    Please be specific and supply images when asking your questions

    They send me some link like that

    You can download your application Zip file with this secure link

    But when I click on it a window opens with a message like this

    http Error:Proxy4534533674=324}3243

    Thank you for the support <3

  • I think that clicking in "Android" option will prompt Crosswalk and Cordova.

    Thank you but I have an other question! They send me an Email with the Links but want I want to download the files there is an Error

  • Hey Guys

    I want to make an app. I created an "App" on Construct 2 and imported it in Intel XDK. But I cant choose Android Crosswalk as Build there are just Android, iOS, Windows 8....

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Floor(number) rounds down (1321.34 or 1321.94 = 1321)

    Round(number) rounds to nearest (1321.34 = 1321 and 1321.94 = 1322)

    Ceil(number) rounds up (1321.34 or 1321.94 = 1322)

    Where should i put this? And whats missing here "with around" str(CPNumber.Zubat*int (CPBox.Text)) "CP" I cant write that

  • If you gooing to make an instance variable for each multiplicator for each character, thats gonna be a lot of events.

    Suggestion, make a second list holding all the multiplicators in the same order as the characters.

    If you name that second list 'Mult', then the calculation =

    int(CPBox.Text) * int(Mult.ItemTextAt(List.SelectedIndex))

    One line of code for any selection and any value input.

    Do you know as well how I can round up the number? 1321.34 to 1321

  • Thx for the quick support!