zsangerous's Forum Posts

  • o.o easy...

    https://dl.dropbox.com/u/67034121/scirra%20construct2/RPGTest.capx

    good luck in your game,keep the good work

  • ,

    ok, i think i found the problem i have tried in my game to delete objects but nathing happen even i tried to delete layouts and nathing happen so i tried to delete eventsheets and it worked fine o.o so after that i tried to delete fewer eventsheets and it keep getting close to the problem so when i saw those few eventsheets i found they all has (include eventsheet) on the sheet so i deleted all include eventsheet from all the sheets i have and it worked fine so i think the problem is in (include eventsheet)...

    hope you guys fix it as soon as you can ^^ good luck

  • i wish Ashley see it, i have tried some stuffs to check the problem , sometimes when i download some examples (capx) they work fine then i tought its only my game so i tried to do new project and previewed and its work just fine o.o

  • i don't know how to help you it seems you need alot of stuffs but here are some links you make use it and edit them :

    (from simpleex)

    http://www.scirra.com/forum/throw-an-object-with-touch_topic50074.html?KW=throw

    (from Nimtrix)

    http://www.scirra.com/forum/make-object-hover-after-throw_topic49167.html?KW=throw

  • today i have downloaded C96 and when i try to preview any file (capx) it doesn't work in chrome and IE i don't any technology about scripts blablabla.. but there is an error message come :

    <img src="http://i47.tinypic.com/e695r9.png" border="0" />

    so what the problem is it from me or from the new release?? because before i installed it was working very well.

  • i don't know if this could work with you or not but just check it :P

    http://www.scirra.com/forum/plugin-tiled-sprite_topic53015.html

    (from SirG)

  • can't we subscribe with forum like in (the ugly) google forum XD in google forum we have 3 ways to subscribe with the forum :

    1) subscribe everything posted in the forum , topics,posts,games (if scirra made this) and blogs, tutorails ....

    2) subscribe for the posts,topics we made like the scirra using it now but they don't send emails for that just notification in the forum...

    3)title of topics only

  • o.o people use flickr for construct2 0.0 keep going people nice idea :P

  • hmm you can put 8 direction on all the enemies and on the start of layout set 8 direction to disable in all of them except the player and when player collision with enemy destroy player and enable the 8 direction on that enemy , this even work in the platform if you want

  • click outside the layout you will get layout properties there is a tab called : "margins" make it 0,0 instead of 500,500

  • hmmm you have player1, player2 (2 objects) do this in event:

    event1

    condition1:player1 collision with (box) (the box is anything you want)

    action1:player1:spawn another object --> player2 and put the layer..

    action2:player1:destroy.

  • is it me only or everyone has this? at the beginning in c88-93 i was receiving emails for each new release but when i didn't see c94 i said maybe its from my email or something like that.. even in c95 and now in 96 o.o if we all didn't receive emails what should i do to get news from scirra forum??

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jogosgratispro at least you used the search not like some others :P good luck with your game

  • o.o you can't save on mobile , these data saved with webstorage (like cookies on browsers) so it will be saved there , he want to tell you if the game is having waves every wave getting more harder than the older one you should use global variable but if not waves use sprite.variables

    for example you have sprite called ship and has (8 frames = 8 kinds of ships) and you made sprite variables so now you have variables like this (speed attack,speed move,hurt,life,...)

    so in event sheet you will do this:

    event1

    condition:sprite:compare frame = 0

    action: put speedmove = 10 , put lifes = 2, put hurt = 1 , put.....

    event2

    condition:sprite:compare frame = 1

    action: put speedmove = 50, .....

    and so on in all frames so in this way you just put ships and they will have thier own powers they will not get stronger anymore (this way for no waves games)

  • this doesn't need a tutorial because its easy to do it...here you can download it : https://dl.dropbox.com/u/67034121/scirra%20construct2/groundtests.capx

    (all copyrights from [Where's my water] and [http://www.spriters-resource.com/])