7Soul's Recent Forum Activity

  • I would like help encrypting an array (too bad there is no md5 or sha1 function )

  • I had this problem, so I created an event so my objects were only checking their path every 150ms (not all at the same time, that caused lag, I gave it a variable to countdown for the next "move to")

  • WhiteShade

    The grid-snap bug... maybe your object's hot-spot isn't on the 0,0 position?

    <img src="http://img411.imageshack.us/img411/3203/hotspotv.jpg">

  • I've recently studied a little Phyton, and there's something called "init" for objects. It's a place of the code where you put any code an object will run right after it's created. Maybe it's possible to use this kind of phyton code with construct, I dont know, and maybe on a new update a "object is initialized" condiction could be added

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can just put the action right after the creation of the object, like:

    +Create object "enemy"

    set "enemy" position to 0,0

    It will select only the recently created object

  • Maybe the possibility to import custom fonts into the Text Object, and use text commands like "\c[#FF0000]" this would change the next words to red or "\b" this would set the next words to bold

  • You should use it like:

    AppPath + "folder\file.txt[/code:e7as03pc]
    So this will get the folder where the game is, then go inside the "folder" folder, and find the file "file.txt". You can have as many folders as you want, and any kind of file you need
    
    Btw you can set the file to a variable, eg:
    [code:e7as03pc]AppPath + "save\" + global('player_name') + ".sav"[/code:e7as03pc]
  • Why would someone make a game that is bigger than 1024x768 by default? That's a major design mistake since most people's screen are 1024x768. The game should start as 1024 or smaller and allow for different screen sizes, as i'm doing on mine

  • LoopIndex if for when you use a "loop", use it instead of "Repeat"

  • Why there is no "Set X", "Set Y" and "Set X,Y" position?

  • You can copy + right click > paste clone. Its a whole new object, but with the exactly same properties of the first one at the moment of the copy.

  • On the Runtime Properties, try changing 'Sampling' to 'Point'

7Soul's avatar

7Soul

Member since 15 Dec, 2010

Twitter
7Soul has 2 followers

Connect with 7Soul

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

17/44
How to earn trophies