avinashizhere's Forum Posts

  • just help to create an event that will create N number of objects in a single go, i'm not able to figure it out :(

  • How to create N number of objects in a single event?

  • I'm making bb game, i'm using browser plugin and when it fires suspend event, it pauses the game, but user can still destroy things but tapping on the objects, i want to block during pause screen, all i'm doing is placing a pause sprite when event is fired, so user can tap on the pause sprite and start the game again.....but i don't want user to hack my game but pausing the game and destroy objects? How to work out that?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to implement that when a user touches the object it starts accelerating but when TOUCH END is fired it should start decelerating and when it reaches zero it should stop. how to implement it?

  • I'm trying to use new blackberry plugin for scirra but it isn't working for me what can i do?

  • I'm trying to prevent device from going to sleep mode, as i'm using gamma and beta orientation, user doesn't interact with the device at all he uses device movement to use it as of which my device after some time goes to sleep mode. I'm making a plain html game and then converting it into a blackberry game.

  • I've four objects and i want to generate random one at a time in my game, how to do that, i'm unable to think of a logic for it :(. Should be like this

    objects

    obj1, obj2, obj3, obj4

    System on every 2 tick generate random(obj1,obj2,obj3,obj4)

  • Problem solved I forgot to add the property bound to layout and I thought i've added it already...silly mistakes...

  • I'm developing this game, i'm using gamma to move left and right plus i've added a behavior bound to layout but when i tilt my device, my object does work but doesn't stop at the end of layout.....it goes off the screen. Here is what i'm doing with gamma

    Touch->Gamma orientation < 0 = player Move 300 * dt pixel at angle angle(Self.X,Self.Y,Self.Y-10,Self.Y)

    Touch->Gamma orientation > 0 = player Move 300 * dt pixel at angle angle(Self.X,Self.Y,Self.Y+10,Self.Y)

  • I'm making a game for mobile phone, i've used the on suspended with browser plugin but when i go back to that previous game layout, everything starts from the beginning which is annoying and i don't know how to solve it. Please help me

  • Yesterday I was fiddling with construct's Ajax pluigin, I figured get method to send data but I was wondering how i'm suppose to post data so that a hacker cannot mess with my code? What if I use get method only is there anyway hacker can mess the code if I convert that game into a mobile html5 game? Please help me with code and can you help me out with second question!!!!

  • I've made a game, now under development mode i want that my game can be paused with unfocus set to true. But I want to display Pause screen when user comes back and give him some time to start the game rather than starting without hinting him. How to achieve this in constuct. I'm going to export in plain html 5 website no nothing like blackberry export or other platform.

  • I don't know two days back my construct was working perfectly fine, then i updated it with 139 i guess, it was working very well, but now when i run project the browser shows total black screen, i've tried saving project in xampp server, and locally too, is it a bug or i'm doing something wrong. I've tried every single browser but nothing is working for me :'(

  • hey thanks for the logic but i figured that my values are only 90 and 270, i've to toggle gravity to 90 or 270 when the space bar is hit. can you help me with code where space bar is hit and gravity toggles with 90 or 270?

  • can you make me a small example file for it?