Urled's Forum Posts

  • <img src="http://uploadpic.org/storage/2011/MyRpCtwbfNhO0oeHXADjLpNj.png" border="0" />

    Inventory:

    Very easy to use!

    mediafire.com

    Dialog (Like in Cave Story, sort of):

    Very easy to use!

    mediafire.com

    Physics platformer (uses physics behavior) Animation codeis sh*t.

    dl.dropbox.com/u/36415207/Physics%20platformer.rar

    Hinge and unhinge physics objects

    dl.dropbox.com/u/36415207/Hinge%20objects.rar

    Pool

    dl.dropbox.com/u/36415207/Pool.rar

    Shake without behaviour(reduces filesize)

    dl.dropbox.com/u/36415207/Shake.rar

    Level editor/loader/saver

    dl.dropbox.com/u/36415207/Led.rar

    Simple airplane shoot/fly (request)

    dl.dropbox.com/u/36415207/asf.rar

  • Python always checks for escape sequences, which start with a backslash (e.g. \n for newline). To be able to use the backslash as a char just double it (e.g. "myfolder" + "\\", becomes "myfolder\"). <img src="smileys/smiley4.gif" border="0" align="middle" /> It works perfectly. I thank you for that.

    But now, when I add a 3D box to the canvas, i get this error:

    --

    File "<string>", line 739

    class 3DBoxInstance:

        ^

    SyntaxError: invalid Syntax.

    and

    --

    Trackeback (most recent call last):

    File "<string>", line 1, in <module>

    NameError: name 'System' is not defined

  • Check your keyboard and maybe clean it. Seriously. It might be the shift key getting stuck.

    I have already tried replacing keyboard and mouse.

    This NEVER happens in Construct2.

  • Sometimes everything gets selected and I cannot unselect anything in the Event editor. This is a huge problem! <img src="smileys/smiley19.gif" border="0" align="middle" /> How can I fix it?

  • I need an external python file because I'm making a leveleditor where people can change things.

    I use CreateByName to load objects and substrings for their position, layer etc.

    I have a few questions:

    1. Why can I not use \ on the end but I have to load it in "textman" wich is a rename from Textmanipulator? (EOL error)

    2. Why can't I insert the 3d box object in my application if this script is executed? (EOL error) <img src="smileys/smiley7.gif" border="0" align="middle" /> <img src="smileys/smiley3.gif" border="0" align="middle" />

    I don't know much about python.

    <img src="smileys/smiley19.gif" border="0" align="middle" />

    ---

    path = System.apppath+"Data\Levels";

    file = "level1"

    ext = "txt"

    if ListBox.GetCount == 0:

    textman.SetString("\ ")

    ListBox.Load(path+textman.GetLeft(1)+file+"."+ext)

    l = 1

    for i in range(0, ListBox.GetCount+1):

    if i <= ListBox.GetCount+1:

    if l == 1:

       textman.SetString(ListBox.LineText(i))

       # sub string 1 to 4 (name, layer, xPos, yPos)

       System.CreateByName(textman.GetSubstring("'",1),textman.GetSubstring("'",2),textman.GetSubstring("'",3),textman.GetSubstring("'",4))

    if i == ListBox.GetCount:

    if l == 1:

       msgbox.SetIcon(1)

       textman.SetString(file)

       textman.Uppercase()

       msgbox.MessageBoxID("File Loaded",textman.GetString+" Sucessfully Loaded", 1)

       l = 0

       break

  • This is what I did:

    I opened cmd and got my ip, pasted it in the ip editbox and entered a name, and hosted the game.

    Then i started a second instance of the application and pressed join after having inserted a ip adress and a name and it does not work.

  • A Drifting car engine using the physics behavior only. Much better than the Car behavior.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This game takes place in the year 2059.

    You play as a soldier who fights the government!

    The objective is to gather points and to kill Hover drones.

    There are lots of '!' icons on this level. You should pick them up for help.

    <img src="http://uploadpic.org/storage/2011/iNoB2VNYQKMiiWjEhftxuPvIo.png">

    Download:

    http://www38.zippyshare.com/v/34954412/file.html

    Inlcudes:

    Realistic lightning effects and the default physics engine.