zorida's Forum Posts

  • Yes that's what i meant. You made it work for simple board games like chess, but if you want a bigger playing field you have alot of tiles that you may not always need. A virtual board grid would be pretty useful. With a virtual board you can have a single background image and still use the grid.

    But i understand this is probably hard to do.

    Your plugins are very helpful!

    rexrainbow,

    first of all, thank you very much for all your incredible work. Thanks to your extensions too, I'm managing to publish a puzzle game on the market, and that was quite hard, but so easier than how it would have been without your efforts.

    I write here just to stress how important it is the question asked by sami1337

    Some mobiles are not yet supporting webgl. From a 'cosmetic' point of view, you can make a tile transparent. My grid is just a bit larger than the chess game (8x10), but since transparent sprites are as heavy as the opaque ones in rendering, they have already shown some significant detrimental effect on performance (80 tiles are 'drawn' on the screen, above a background and below the chess-behaving sprites) on Windows Phone 8 and other canvas2d devices. It is to say I've already made a lot of performance improvements such as deleting unnecessary sprites and drawings, removing text objects, disabling all collisions checks and so on... but I can't go further.

    It would be great if chesses could be set as moving within logical grid but ignoring tiles below (or whatever is not at the same logical 'z' level), or tiles could be something less renderer-demanding than sprites. Thank you again, however.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Rapzuz

    Yes it was as you said for me too, thank you. WebGL seems the cause of blank screen both on debug version of the app and preview over Wifi.

    Note: I am using VMware free version with BlackBerry simulator mounted on. Apparently, no errors come out when using web inspector, except for a "viewport-ui" which is said to be ignored and, if I am not wrong, it shouldn't be related to the issue.

  • It is similar to those 'master pages' you find in rapid website development. You can create a sort of template - including topmenu, header, etc. - and 'apply' it to the pages you want (not necessarily to all the website). Since C2 is strictly related to website creation now with html5, the Browser object ecc., it could be a great improvement.

    I don't know if this can help. My solution would be to create gameplay layouts with an 'empty' upper layer (so you don't have to modify it later once per game level), then you create an event sheet (you call it 'UI sheet' for instance) where you create the GUI objects by actions and place them on the empty layer. You can include this event sheet in all the levels sheets, so you just develop once. Not sure about what may happen? Create an unaccessible layout where you play with the user interface objects on the screen so you can get an idea of what you will see (you can track down the object 'desired' positions and then create the GUI objects and place them at the same positions with sheet actions).

    Sounds like a workaround, but at least you don't have to make the same change on a hundred levels <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Thank you all very much for your suggestions, I will let you know soon

  • WaterlooErik

    Hi Erik,

    thanks a lot for helping us.

    Your tutorial on the BB developer portal is great and very useful.

    Could you please help me setting up the testing environment?

    I've followed all the tutorial steps until the 'webworks run' command. I've installed BB Webworks SDK 2.0.0.54 and the BlackBerry simulator installed on WMware and running. I've added the device by command line as described in setting_up_test_targets page and it is now in the target list ('webworks target' command). The simulator is running but I don't know how to make the execution program 'aware' of the simulated device: I keep on getting the "No connected Blackberry 10 device found" message on command prompt.

    UPDATES:

    With the command webworks emulate, followed by --devicepassword <password> and --target <target name>, the app was passed to the simulator and executed, but just to show a blank screen. A 'mail' inside the simulator reminds that I must verify the blackberry ID. Now I've verified it, but still get blank screen when app is launched on simulator (app is in alpha phase, but perfectly working on android). What could make this happen?

    Thanks in advance

    Best

  • Are you running the steam version?

    I am having a similar problem, after a while alt+tabbing out of construct 2, checking steam, opening the animation editor in construct will start to slowly slow down the editor a lot, till its at the point you need to quit it and reload ( using beta 117 )

    My guess is something isnt quite right with the steam intigration, my graphics drivers are up to date, pc is up to date etc etc

    I use Steam version and I'm experiencing the same, I think you're right. Tried on 3 PC's, drivers up-to-date, RAM from 4 ddr2 to 6 GB ddr3, graphics RAM from from 1 to 2 GB ddr3 to 5, 32 to 64 bit architecture, computer and registry quite clean or very few applications running at the same time if not only system services.

    Wherever I looked for info, the only ones blaming have the Steam version. It seems quite a cyclic phenomenon, apparently not dealing with autosaving or backing up the project (but I cannot tell for sure, perhaps with some configuration set it happens fewer times). C2 becomes slower and slower or gets temporarily stuck (especially - but not only - when the prog window is open and you haven't worked on it for some time), and that sometimes forced me to restart the program (or both the program and the Steam client).

    It is to say: C2 does not shorten the hardware resources that much (except for Ram) and if you reduce the program to icon one or several times, its normal speed may get restored. Saving the project doesn't improve the situation but seems to slightly help. If there wasn't this lag, not many times I had issues with this fantastic piece of software. Anyway, hope it can be useful.

  • Ok, glad to know it, I'm sorry for bothering. In this case, given the ease of the process, since maybe there isn't much more I could show (at runtime webGL fx's are applied correctly so it was just a 'cosmetic' problem on my device), I will also check it on other devices and let you know if this problem should come out again.

  • link updated (dots missing). Thanks for replying.

  • Link to .capx file (required!):

    https://

    www dropbox com/s/p2bnlvopvmfxg03/spritefont.capx

    Steps to reproduce:

    1. Right-click instance of SpriteFont already put on Layout 1 and choose "Effects"

    2. Apply any WebGL fx

    Observed result:

    text from Spritefont instance in project layout view disappears and is shown aside, blurred and upside-down. Tried with other sprite image than the prebuilt, too.

    Expected result:

    text should be the same

    Browsers affected:

    Chrome: /

    Firefox: /

    Internet Explorer: /

    Operating system & service pack:

    Windows 8.1 64bit on any graphic card

    Construct 2 version:

    r154 Personal, bought via Steam