imothep85's Forum Posts

  • do you have a capx example please?

  • can someone help?

  • Hi someone know how to do a url redirection with the iframe object or other plugin?

    i want for example if the actual "url" is "www.typedurl.com" then redirect to "www.anotherurl".

    im trying but i can"t acheve this :s

    i tried with HTML iframe object, iFrameInsertHTML but it's not working :s

    when i try the option "the url to compare" i give the actual url, and i set the url to another.

  • it's something wrong with Iframe object, i did this example:

    at start of layout iframe set url to "https://www.scirra.com/"

    iframe url is "https://www.scirra.com/" redirect to "https://www.facebook.com/Construct2/?fref=ts"

    i also tried the iframeinsertHTML and tried to compare two urls...

    but it doesn't recognise the url....... i want to do a redirection to another site if the typed url inside the iframe is allready present

  • can someone help please?

    first time i posted the same question i never got any respons.

  • Hi in my game i would liek to create a map where i show the levels like in candy crush

    my game has a resolution of 1080x1920 and window size is 1080x1920 .

    how can i make that kind f map it is going to be huge in memory.

    the game is for Android devices.

    thanks

  • im trying to achive this effect

  • what i want to do is just falling coins from the top screen during 2/3 seconds and thats all

  • so how can i correct that?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • can someone help with this?

  • i use the particle object and a sprite, the sprite is used by the particle object, what i created is falling coins.

    so when i run my app, everything works ok BUT after xminutes the app start to LAG more and more!!!

    how to correct that problem??

    here its my code:

  • solved, in fact whe can use multiples sprites with particle object i found this tutorial it works perfectly

    And here its my construct 2 particles with animated sprites

  • for now i duplicated the particle object 4 times and each one has a different picture of the coins...it works but it's not really pro.

  • actually i have the falling coins, but its just one picture, thats the problem i need to have differents views of the falling coin

  • i rendered 100 frames in 3ds max, of my falling coins in 1920x1080 (game resolution), so for a sprite its too huge to load, the game is for android.

    so i have to make the falling coins working but not so heavy.

    so now i rendered 3d coins in different angles, but i need inside construct 2 making them falling from the top screen