sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Varying With Key?

    Scheduled Pinned Locked Moved SketchyPhysics
    4 Posts 3 Posters 411 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      MrPlanet
      last edited by

      Can a thruster be set to start at 1500 and with key("up") change to 500 and -500 from key("down") ❓

      I reject your reality and substitute my own.

      1 Reply Last reply Reply Quote 0
      • S Offline
        Sgt.A.Johnson
        last edited by

        @unknownuser said:

        Can a thruster be set to start at 1500 and with key("up") change to 500 and -500 from key("down") ❓

        probably. im not sure how. some kinda long code i wont understand πŸ˜„

        1 Reply Last reply Reply Quote 0
        • M Offline
          MrPlanet
          last edited by

          Nevermind, i found it anyway.

          if key("up")==0 && key("down")==0 then setVar("thrust",1500);elsif key("up")==1 then setVar("thrust",500);elsif key ("down")==1 then setVar("thrust",-500);end;
          

          I reject your reality and substitute my own.

          1 Reply Last reply Reply Quote 0
          • B Offline
            BTM
            last edited by

            my switch code, which I posted back in the toggle script discussion:

            if frame==1 then setVar("1",0);elsif key("up")==1 then getSetVar("1",1);elsif key("down")==getVar("1") then getSetVar("1",0);end;
            

            ...just posted it here because it might be useful, isn't really what you're looking for though.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Buy SketchPlus
            Buy SUbD
            Buy WrapR
            Buy eBook
            Buy Modelur
            Buy Vertex Tools
            Buy SketchCuisine
            Buy FormFonts

            Advertisement