Message 1 of 2
How to suppress camera movement when using 2D Scaleform Buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
I created some simple buttons with scaleform and want to click them to change a color of an object.
I started with the basic template. To reveal my mouse cursor I entered the following in the player_hud.lua:
if stingray.Window then
stingray.Window.set_show_cursor(true)
stingray.Window.set_mouse_focus(true)
stingray.Window.set_focus(true)
end
Now I can see my mouse cursor but the camera is still moving when using the mouse. How can I change it?
You can see the problem here in this video at 21:31 min : https://www.youtube.com/watch?v=vHyoLSQ9jCk
Reply
Reply