mindfaQ's Recent Forum Activity

  • And your problem is?

    Do some research on formulas to detect speed and acceleration in relation to transmission, then adjust your formulas for each gear.

  • s000.tinyupload.com/index.php

    not sure how to proceed to get the string into the variable though.

    Working with the string is not that hard though.

    Go comma by comma: add x coordinate to y=0, add y to y=1, after that remove the contents you just added from the string and go to the next x of the array (increase the array size). Probably could work with pop and push, but haven't used that yet.

  • If you mean rescaling in the game: nope, has no effects on memory efficiency with which the sprite is stored, rescaling just costs some computational power, not memory if I am not mistaken.

    Second question: don't know.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • use tags for the timer instead of the empty tag ""

  • There is a plugin for that iirc, so look in the plugins forum.

    Or take the approach:

    localvar = ""

    localvar2 = ""

    • : localvar = str(number)

    -- while

    len(str(var))>3 : set localvar2 = "."&right(localvar,3)&localvar2

    set localvar = left(localvar,len(localvar)-3)

    • : set localvar2 = localvar&localvar2

    localvar 2 contains your separated number

  • Well because your "on timer"-event is empty and the start of your timer is deactivated. Also you try to run "every tick" in a function, which is run only when called (so if you call it once, the stuff in "every tick" will only run once).

    You try to deactivate the group "timer" which doesn't exist in your project. If think you need to clean up some stuff there ^^.

  • Luckily no steam problems here, but it really sucks if it doesn't work and there aren't even decent reasons for it. Really wonderous since Steam normally works fine and is a great platform imo.

  • add the timer behaviour

    goon on path found: play sound

    start timer "goonsound" for 4 seconds (regular)

    goon on timer "goonsound": play sound

  • player on collision powerup:

    [add powerup effects (like activating your group)]

    [start timer "powerup" for 5 seconds once]

    player on timer "powerup"

    [remove powerup effects (like deactivating your group)]

  • If it just for displaying long information once, this would work:

    s000.tinyupload.com/index.php

    if the same text is supposed to be repeating, you'd need to detect the text length in pixels somehow to properly loop it (len(x) could give a hint, but as long as you don't use a fixed-width font like Courier New, this won't lead to much) OR not make it fluid, but instead go letter by letter.

  • Any picture editing/ drawing program. Preferably one with transparency (alpha-channel) support. Popular choices would be:

    Raster graphics:

    Photoshop (expensive, okay price if you are a student)

    Gimp (free)

    Vector graphics (if you like working with those or aim for a "clean" style):

    Illustrator (expensive)

    Inkscape (free)

    Some popular drawing programs with more artsy options are:

    Painter

    Paint Tool SAI

  • set val default value to 0 instead of 14. You select by IID with sprite(x), not UID

mindfaQ's avatar

mindfaQ

Member since 12 Oct, 2013

None one is following mindfaQ yet!

Trophy Case

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

Progress

13/44
How to earn trophies