Hola, soy yo otra vez,
necesito saber si los sonidos del proyecto necesitan estar en cierto formato para poder sonar en gamemaker, pues tengo un sonido en WAV pero lo pongo para que suene cada vez que el mouse entra a un boton pero este no suena :( , no se qué estaré haciendo mal.
Gracias de antemano ya me han ayudado un montón en la comunidad de gamemaker :)
lamento ser tan preguntón xD,este es la info del objeto:
Information about object: iniciar_obj
Sprite: iniciar
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent:
Children:
Mask:
No Physics Object
Create Event:
set the sprite to iniciar with subimage 0 and speed 0
Mouse Event for Left Button:
Go to room Lv1
Mouse Event for Mouse Enter:
play sound sound1; looping: false
set the sprite to iniciar with subimage 1 and speed 0
Mouse Event for Mouse Leave:
set the sprite to iniciar with subimage 0 and speed 0
¿Qué código usas?