05-06-2018, 05:55 PM
I am interested in writing a very simple 2D game with a mouse-controlled player sprite. Are there any game-specific tutorials or guides for YAB for this purpose?
Game programming in YAB
|
05-06-2018, 05:55 PM
I am interested in writing a very simple 2D game with a mouse-controlled player sprite. Are there any game-specific tutorials or guides for YAB for this purpose?
05-07-2018, 07:46 AM
I think what you are looking for is partly shown in Walk.yab and Ping.yab in /boot/home/yab_work/Programs/Examples
05-07-2018, 12:08 PM
I think the way to do this (based on what I've read from the "Programming YAB" e-book), would be to pull up the location of the mouse pointer (cursor) and then position the desired graphic in the exact position, hiding the mouse (which is "under" it). But the edges of the graphic have to be collision-detecting, not the mouse pointer. Hmm...
05-20-2018, 12:27 PM
you can also directly query the position of the mouse, but you can not create a mousepointer, if then just put a graphic to this point
05-29-2020, 05:44 AM
https://github.com/lelldorin/yab-experimental?files=1
I have Upload my experimental game test with yab on git |
« Next Oldest | Next Newest »
|