Joannesalfa's Forum Posts

  • ThunderZ, not really, it's simple HTML5 application. It doesn't output files.

  • Didn't you try this expression before:

    (ViewportLeft("Layer") + ViewportRight("Layer")) / 2

    and

    (ViewportTop("Layer") + ViewportBottom("Layer")) / 2.

    ?

  • Tokinsom, It actually exports to Windows but I couldn't run it. They will release windows version for next year.

  • Pros:

    -It can hide source code, it outputs one .exe, if you open it with notepad, you can't see HTML tags, it's totally binary.

    -You can use Application Information.

    -You can use Application Properties such as Icon. (Resource Hacker not needed).

    -You can edit windows size and position.

    -Offers API like shaking window, advanced file system, screen capture, Network like IP address, Access Hard Drive, Prompt restart computer, etc.

    Cons:

    -It only works in Mac computer.

    -Fails to run on Windows OS.

    -Not free (It's expensive).

    -No Linux support.

    Comments:

    Same FPS like Chrome does. I haven't tested with WebGL effects.

  • Actually, it's not free, I have a mac I would like to try this trial. Using space blaster game.

    http://www.multidmedia.com/software/xenon/

  • California Yes actually my .capx has more than 700 events including the event sheets:

    -Sound Control

    -Player Control

    -Map Control

    -Items Control

    -Store Control

    -Skills Control

    -AI Control

    -Levels Control

    The biggest event sheet is AI control, sometimes we drag and drop events and we do Ctrl+Z but rarely it caused to crash. I believe locking events are more secure to keep expected results.

  • "Set as wallpaper" it's not possible because HTML5 doesn't access to other OS, otherwise it can save pictures if android supports file manager.

  • Kyatric Yes, I mean lock events, it's similiar to locking layers.

    Locking events would help us to mark the event when it's done after of testing, it should not change, especially for team collaboration.

    Sometimes we accidentally change events, serious bugs difficult to detect.

  • Hi, Is possible to block events? sometimes when he have a huge list of events, we inadvertently changed them and frustration begins, we will take to discover the problem.

    Blocking events would help to secure events to keep the wanted results and don't change until is the selected events are unblocked.

    What do you think?

  • blackhornet brillant.... It seems a trick, anyways thanks! :)

  • shaircast would you mind to report austin?

  • spongehammer Guizmus

    I'm sorry I missed this thread. I was very busy, now I really appreciate your help!

    I tried to implement with your method and it worked like a charm :D

    Besides, there another little help, I implemented another method which uses touch, not bullet. I'm having this problem too... "on touched" input can destroy a group of instances togheter with global variable as boolean, I couldn't figure out.

    Here is .capx contains 2 layouts

    One is working, it uses bullets and another layout, it uses touch.

    https://dl.dropboxusercontent.com/u/76227787/TouchInstancesProblem.capx

    Would you take your time to see this problem?

    Thanks in advance.

  • Ashley, yeah I knew, ludei his communication is pretty confused. Is that reason they never used Cosntruct 2 software?

  • Ashley Ludei wanted to convince you to stop choosing between Canvas and WebGL in CocoonJS, it could avoid the problems. I'm not sure when C2 engine has fallback to canvas when webgl is not supported, maybe you should add option "canvas" or "webGL" when you export to CocoonJS.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This is event what you are looking...

    <img src="http://i.imgur.com/gm1pEgO.png" border="0" />

    Maybe you think Pick Highest/Lowest is still useless... but it may be useful to arrange all instances in order to delete

    <img src="http://i.imgur.com/vKrhvYw.png" border="0" />