LuckyRawat's Forum Posts

  • i will fix it today

  • 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

  • then any other option like on google drivevir one drive

    does they do this service??

  • but i have seen that some people share a link which we can open and play directly on desktop browser without any download

  • i have made game for gameJam

    i want to share it with people for testing

    how to upload preview on dropbox

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kyatric My Game is 90% complete

    now musical part remaining

    So I have some Questions is in my Mind

    1) I will submit this game in GameJam So can i put advertisements on this ?? I will make it for Desktop Version and Android Version, Desktop version for GameJam and Android Version for my Google Play Store. I will definitely put advertisements on Android Version But May I put Advts it on Desktop version too ??

    2) Suppose I won then What GameJam will do with my Game

    a) They will promote my game ?

    b) They will do nothing

    3) i want to test my game on this forum.

    is this a good idea?

  • Thanks to all people for their kind information

    I have idea and I have started working on it

    mostly 70% mechanism complete

    working on graphics and sounds