Search the Community
Showing results for tags 'Mouse'.
-
Hi, there was once a script for moving the character to mouse position: Does anyone know where to find it - i get an error when i want to get/download/test it? Thanks, Richard
-
Hi, i have a simple question: I want to move a model (with GoToPoint) if i press the left mouse button, and play an animation while the model moves. I did: if (window:MouseHit(Key.LButton)) then -- Target position (in place ATM) local targetpos = Vec3(0,0,17) -- Move model player:GoToPoint(targetpos.x,targetpos.y,targetpos.z,1.1,1) -- Animate model local t = Time:GetCurrent() player:SetAnimationFrame(t/100.0,1,1) local playerpos = player:GetPosition(true) end My results moves the object, but the animation isn´t played well (only if i press the mouse button again), and any correction did not work.
-
I want to make a Game like shown in the screenshot. The Ship that needs to fly around obstacles, part of them rotating, Is controlled by the mouse. How do I start making one like those ? what functions of the ducomentation are useful ?
-
drag & drop from scene tree view to entity property (locked textbox...) show wrong icon. the drop icon is also wrong over ROOT.
-
Linux : Mouse buttons wrongly addressed
randomkeyhits posted a topic in Leadwerks Engine Bug Reports
I've added right button functionality to the rpg template I'm working on and found an error Key.MButton maps to the right mouse button, Key.RButton maps to the scroll wheel when clicked. -
Hi, really weird but I came home from vacation and suddenly I can not pan, change camera direction, WASD keys not responding, holding middle mouse button and right mouse button not responding. I can not debug in editor. It opens the window but nothing happens. Tried to delete leadwerks and reinstall, same problem. I am kinda lost on this.