LuckyRawat's Forum Posts

  • second option

    what i did is

    i copied same frame

    positioned different origin to each

  • I am already doing this method

    But image is bigger and duplicating them consuming lots of memory

  • generally we can set any image position to its origin but if i add another image point and want to set that as its position

    Is it possible to do this?

    or can we change origin position through events?

  • Problem Description

    ____I found this error while I try to Export Construct 2 Template Flappy Bird, No Third Party plugin used

    Just open New File > Select Flappy Bird Template, I give description ad ID and export So I am getting this error ____

    Attach a Capx

    Flapping Bird Template

    Description of Capx

    Official Template

    Steps to Reproduce Bug

    • Press Ctrl + N
    • Select Flapping Bird Template
    • Give it description & ID
    • Export to Cordoa

    Observed Result

    Error During Export: cannot open file 'config.xml

    Expected Result

    Export properly

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    r246

  • I don't know right place to post this

    but can we have one feature like export android studio project like in Construct 3

  • same thing happening with me

    While doing export Error is coming up

  • yes cranberry plugin works well

    i use this on my game and it works fine

    but i don't know how to use it without intel xdk

  • in this video i have shown

    Subscribe to Construct videos now

    . I have convert Photo Slide Puzzle project from C3 to C2 within few minutes.

    Another thing

    I have uploaded my all tutorial capx on Scirra Store,

    If you buy any of my capx their It will really encourage me to make more and more tutorial like this in the future.

    So if you guys like my works then please subscribe my Youtube Channel so that you don't miss any of my upcoming video

    I will back next week with new tutorial

    till then you can watch my other tutorials

    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now

    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
  • The google secret do exist, just go into the API-console.

    I just created a test game just now with like 10 events.

    Log into GooglePlay.

    Fetch player data.

    Fetch leaderboard

    display ledaerboard data.

    display player data.

    submit score.

    worked fine. (tested on C3 online though... but I think it is the same plugin)

    Does this works on Mobile ?

    Can you throw a capx file ?

  • I am working on Google Play Service / Admob / IAP

    When i success I will definitely make tutorial on this

    till than you can watch my other tutorials

  • Photo Slider Puzzle Capx — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/photo-slider-puzzle-capx-3780

    <p>I have uploaded Capx file of my tutorial Photo Slider Puzzle Extended</p><p>You can download it from here and support me So I can make more tutorials like this in future</p>

    Use this topic to leave comments, ask questions and talk about Photo Slider Puzzle Capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I will make lots of more tutorials in future So Don't Forget to subscribe my Youtube channel youtube.com/luckyrawatlucky

  • Post the file.

    I tried to recreate in new file then its fine, NOT REPEATING

    but in my original file ITS REPEATING

    1 thing more to note

    i have used smart random on 2 different variable

    I think that's y i am getting this problem

    another variable is "FRAME"

    condition is

    when Index is > 7 set frame to BHTSmartRandom.next

    is this causing problem ?

    then what should i do ?

    **update**

    How can i use this plugin more than 2 times with different values

  • No, when index is 2,3,4,5,6, set variable to 'smart random', when index=7, set variable to 7. In otherwords index >=2 AND index <=6...

    I am getting repeated number using smart random

    what i did is >

    make 2 variable Index & Appear

    each click add 1 to index

    Smart random values

    Start = 2

    End = 6

    Repeat Threshold

    when Index = 1 >>>> set appear to 1

    when Index > 1 & index < 7 >>>> set appear to BHTSmartRandom.Next

    when Index = 7 >>>> set appear to 7

    I am getting repeated numbers between 2-6

  • No i am not complaining

    i am already following 99instance2go method

    but i just want to see your capx for review