Mipey's Recent Forum Activity

  • ClickTeam?

    Edit: curse you, Dreadeye! I shall defeat you one of those days!

  • I see, thanks. At first it didn't work within quotes, but I've must made a subtle typo then.

    Disregard this thread, I'm stupid.

  • Hmm, then what is the difference from System.CreateByName?

  • Hmm, alternatively I could use trigger events to alter Python variables and then check those in the script. That way I can preserve large blocks of script without breaking it up with events.

  • How would I check whether a trigger has been triggered or not using Python script exclusively?

    Such as OnAnyClick (MouseKeyboard object).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • While this remains unresolved, I've found an alternative:

    Using the Function Object, create a function "Create Object" with the following action:

    System > Create Object by Name (Function.Param(1)) on layer (Function.Param(2)) at X (Function.Param(3)) and Y (Function.Param(4))

    Then I use the following script to create the object:

    Function.AddParam("Text")
    Function.AddParam("Main")
    Function.AddParam(System.MouseX)
    Function.AddParam(System.MouseY)
    Function.Call("CreateObject",0)
    Function.ClearParams[/code:ey2068uy]
    
    However, I'd like to be able to create objects directly through Python script. This is bit of a roundabout solution...
  • I can't seem to create or spawn objects by using a script, say:

    System.Create(Sprite,1,100,100)[/code:j289hzd6]
    
    Doesn't seem to do anything. Am I doing something wrong?  
    
    [i]Edit: I'm stupid. Quotation marks![/i]
  • Which latest version do you mean? The stable or unstable one? It seems there is a major confusion regarding the "latest" version.

  • Looks like a corrupt .cap. Definitely post it on the tracker for devs to look at. They're dying to fix such bugs

  • This would be the best time to learn to backup your work. It is the universal skill in any industry

  • Hmm, could be the broken .persist file... delete the .persist file of that project and see if it loads.

    Also, I'd suggest grabbing the latest release (albeit marked as unstable) - 0.99.84, you can find it here. Try that.

  • Latest stable release (0.99.62) or latest unstable release (0.99.84)?

Mipey's avatar

Mipey

Member since 16 Jan, 2009

None one is following Mipey yet!

Trophy Case

  • 15-Year Club
  • Email Verified

Progress

16/44
How to earn trophies