Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Feedback

A topic by Thomashawn1 created 11 days ago Views: 19 Replies: 2
Viewing posts 1 to 2
(+1)

Hi! Thank you so much for your powerpoint game maker! I do have a feedback for you on the last version. If this is not the right place to do so, I'm sorry. There is actually no many ways to implement the game into an actual presentation. Like I wanted to make an introduction to my game but 1) My mouse clics were doing nothing, I have to parameter everything with a timer 2) When I arrive on the game section and I want to launch it, when I approach the cursor close to "start" I get a black screen. I did it another way that I do my intro on one PPT and I put an hyperlink to the game PPT when I need it. The game is then working. However, any music on the background will be cut off, unfortunately. Are all of these normal ? In any case, I wish you a really nice day. 


¡Hola! ¡Muchas gracias por tu creador de juegos en PowerPoint! Tengo un comentario sobre la última versión. Si este no es el lugar adecuado para hacerlo, lo siento.En realidad, no hay muchas formas de implementar el juego en una presentación real. Quería hacer una introducción a mi juego, pero1) Los clics del ratón no hacían nada, tengo que parametrizarlo todo con un temporizador2) Cuando llego a la sección del juego y quiero iniciarlo, al acercar el cursor a «start» aparece una pantalla negra.Lo hice de otra manera: hice mi introducción en un PPT y puse un hipervínculo al PPT del juego cuando lo necesité.Entonces el juego funciona. Sin embargo, cualquier música de fondo se corta, por desgracia.¿Todo esto es normal?En cualquier caso, te deseo un muy buen día.

Developer

Hi! Thanks for your comment — and yes, this is the right place to ask.

In the current version, I didn’t plan for using cinematics between gameplay. Right now, you can only make an intro and then play, since the mouse is hidden when the movement starts.

As a workaround, you can stop the player loop with Exit Sub during cinematic slides, and reactivate it by moving the mouse over the activator again.

I’ll add an easier way to disable movement on specific slides in future versions. Thanks for commenting and supporting the add-in.


¡Hola! Gracias por tu comentario, y sí, este es el lugar correcto para preguntar.

En la versión actual no estaba pensado usar cinemáticas entre partes jugables. Por ahora solo puedes hacer una introducción y luego jugar, ya que el mouse se oculta cuando se activa el movimiento.

Como solución temporal, puedes detener el bucle del jugador con Exit Sub durante las diapositivas con cinemáticas y reactivarlo pasando el mouse por el activador otra vez.

En futuras versiones agregaré una forma más fácil de desactivar el movimiento en diapositivas específicas. Gracias por comentar y apoyar el complemento.

Thank you for your answer. Could you tell me exactly where to put the Exit Sub ? Directly in the code, right?