Whiteclaws's Recent Forum Activity

  • In 6 month you should become pretty good at it just go on the pixeljoint section tutorial

  • No errors? Nothing?

  • You do not have permission to view this post

  • If Textbox.Text = "Bruce Wayne"

    Function "WhateverYouWantToClaim"

    mrtumbles , Why the heck would he write a hash function

    1) Making your own hash function is unpractical and will take you a lot of time to get right in a way that the user can't read easily, there are plugins for hash functions

    2) Why would he even need a hash function, he wants a password system like in the old NES games (I assume)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Actually,

    Var Timer = 60

    Var Switch = 0

    Every 1 Second

    If Switch = 0

    Substract ...

    If Switch = 1

    Add ...

    if Timer = 0 or if Timer = 60

    Set Switch to abs(Switch - 1)

    -- Sub-Event of Event

    This way. it will also switch from 60 to 0 to 60 accordingly, And will also substract or add before chaning switch and thus you won't need your good practice event

  • > Look at the code. If frame=0 -> set the frame to 1

    > Without the 'Else', event 5 will then checks if frame=1, which it does, because you just set it, so it sets it back to 0 again! 'Else' is critical to make sure only the one condition is checked at a time, and you don't flip-flop your values.

    >

    What about "trigger once"? We can use trigger once for both event 4 and 5.Then it changes the frame once.

    The events are already triggered once because you put trigger once in the top event, but C2 reads events from top to bottom so it'll check if = 0 then set to 1 then check = 1 and it is cause last event set to 1

  • Yea, sadly. JavaScript is very, VERY manipulable.

    gumshoe2029

    Any client application that depends on system time is manipulable

    I remember changing time in the BIOS to bypass parental control when I was a kid

  • Wouldn't be more than an HTML5 Games selling site with a lot of reskinned ghost shooter examples

    Steam has millions of users, curated lists, security, Greenlight and over 20 years of experience and recognition

    How are you gonna compwte with that

  • Maybe give us a little context on what the heck your game is?

  • Bazinga, Pew-Pew: The Movie, Shoot the Chickens, Shoot the Zombie Lite, Shoot the Zombie Premium ... all great suggestions in my opinion

  • The issue here is that the runtime code is made by a program, so it is basically unreadable and designed to be modular, I don't think that would work.

  • ngrok uses Https, only with their own certificates, if you want to launch your own app, you'll need your own certificate,

    use whatever works best for you, as long as it implements TLS/SSL, you'll be fine.

Whiteclaws's avatar

Whiteclaws

Member since 14 Feb, 2011

None one is following Whiteclaws yet!

Trophy Case

  • 13-Year Club
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies