luckyrawatlucky's Forum Posts

  • can anybody convert litetween behavior for C3

    and only developers can convert behaviors and plugins ? or can others convert it ??

  • in both case

    PhoneGap & Monaca

    their is no option for adding Third parties plugins like Appodeal, Cranberry plugin etc

  • is this paid or free??

    and is it codeless??

  • I have made game 1 year back now its time to update something new

    even its ready to upload from 2 months

    but Intel not doing this service Now

    I have no option to build apk and I have to forget my all games as they are in play store

    Intel was giving free service but i did not found any other software that can do the same thing freely without any coding like intel, Yes, Construct 3 can do this but currently it does not supporting old third parties behaviors and plugins until authors of behavior and plugins make the same plugins for Construct 3.

    I will not purchase construct 3 because i buy C2 just 1 year back. Now again!!!! ohh Noo!! I can't

    Atleast Ashley should provide us something alternative or include app build service in C2.

    My Game are totally dying without update and I have made new game and wants to upload it on lay store but we don't have option.

    Where should we go ???

  • Sebastien

    Problem Fixed

    Kindly Test it again

    and if found any problem please tell me

  • i will fix it today

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • my game "TRIO" is still under judgement

  • I have just submitted my game "TRIO" for GameJam and my game is under judgement.

    Take a look

    LOGO

  • Starting value of Step is 1

    I have changed 3 with 1 and 1 with 3

    now same problem coming for left click

  • OddConfection

    I am getting 1 problem here

    on startup i click right button then Step become 3 and doesn't rotate sprite

    but after 1 click everything works fine

    Now how we can fix this problem??

  • thank you so much

    this is exactly what i want

  • I want to make this

    I want 1 sprite having 10 copies like image below

    and want to do something like this

    one click go left second click return to right same way

    I am unable to find out any working idea

    if anyone have then please suggest

  • is their any other way of doing it

    because it seems very difficult for me to understand the logic

    I never use symbols like you used and i did not understand what they belongs here

    like "?" , " : " , " > "

    last one i know its grater than symbol but how to use it here

    [quote:10ylja1q]Self.Angle > 120 ? clamp(Self.Angle - 60*dt, 120, Self.Angle) : clamp(Self.Angle + 60*dt, Self.Angle, 120)

    i never did these type of calculations

    and until i didn't understand anything, I didn't apply it on my project. because want learning but keep things simple

    like my example

    my example is working very fine but problem comes when sprite cross 360

    and when reverse rotation.

  • too much calculations here

    not easy to understand for me

    I don't know about "clamp", "?" what does actually

    and How can i speedup the rotation

    its slow rotation

    and what if i want to do double click

    it should rotate 240 instead of 120

  • I have sprite and I want to rotate it 360 degree in three steps smoothly

    I have 2 variables "Step" & "Rotate"

    on left click Add 1 to "Step"

    when "Step" > 3 set "Step" to 0

    When "Step" =1

    every tick add 1 to "rotate" variable

    when "rotate" > 120 then set rotate to 120

    When "Step" =2

    every tick add 1 to "rotate" variable

    when "rotate" > 240 then set rotate to 240

    When "Step" =3

    every tick add 1 to "rotate" variable

    when "rotate" > 360 then set rotate to 0

    Problem Comes when we click very fast like double click

    and the same thing i want to do with right click for subtract