Skip to main content

All Questions

0 votes
0 answers
125 views

How to move Modular Assets in game?

I'm not a newbie to BGE, but not an expert... heck not even intermediate. I started making Modular Assets for a game, but kind of got a little lost when it came to making them movable in game by the ...
Wufooed's user avatar
0 votes
1 answer
1k views

How to change object scale in bge via the arrow keys?

So I'm trying to scale up and down a cube using the arrow keys. I've tried with this code (I'm not too good in Python so I used a template, and I'm not pretty sure if it's the correct one): ...
uri677's user avatar
  • 1
2 votes
1 answer
573 views

How to apply rotations for seperate object's axis?

I have recently stuck up on problem where I have to set object's x and y rotation to 0.0, but keep z rotation equal to the current one (best way- don't affect at all). How to do that? I was thinking ...
Adrians Netlis's user avatar
3 votes
1 answer
776 views

Setting A Circle's Rotation From A Changing Number in the BGE

I have a timer that counts from 82 to -82 and back. And I have a circle that should rotate (x rotation) from 82 to -82 and back. How can I assign the timer number to the x rotation number of the ...
Sputi's user avatar
  • 451
7 votes
1 answer
2k views

Python: Convert a point into camera-space (BGE)

For a particular object and a particular camera, I wish to convert each vertex into camera space, perform some maths on it and convert it back. Specifically I need to convert the vertex first into ...
P i's user avatar
  • 3,961