Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / Archived Projects / Re: Psycho Engine on: 2010-01-24 21:59:04
pretty good
2  Games Center / Showcase / Re: Albion on: 2010-01-24 21:41:53
the applet loaded in about 2 seconds, how did you do that?

seems like a good game so far,
very smooth, but needs to have 'party mode' as others have mentioned
3  Java Game APIs & Engines / JavaFX / Re: How do you play a f**king sound? on: 2010-01-23 16:32:35
it seems you have to load a sound from a remote URl instead of locally,
images can be loaded locally however which confuses the issue,
 Huh

thanks for the help
4  Java Game APIs & Engines / JavaFX / Re: Crayon Physics on: 2010-01-20 21:22:20
tried it on opera and firefox, the logo just appeared for 5 minutes then I closed the tab
5  Java Game APIs & Engines / JavaFX / Re: How do you play a f**king sound? on: 2010-01-20 21:04:04
if this line is left out the sound doesnt play:
 repeatCount: MediaPlayer.REPEAT_FOREVER

but when it is included it  causes a heap error and crashes the program
6  Java Game APIs & Engines / JavaFX / Re: How do you play a f**king sound? on: 2010-01-20 05:47:19
still doesnt work
7  Java Game APIs & Engines / JavaFX / Re: How do you play a f**king sound? on: 2010-01-19 00:59:14
no didnt work
8  Java Game APIs & Engines / JavaFX / How do you play a f**king sound? on: 2010-01-18 22:29:20
Ive been trying for hours to play a WAV file but it always stays silent

heres my code
package soundboardfx;
import javafx.scene.media.MediaPlayer;
import javafx.scene.media.Media;
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.layout.HBox;
import javafx.ext.swing.SwingButton;




var player: MediaPlayer =  MediaPlayer {
    autoPlay: true
    //repeatCount: MediaPlayer.REPEAT_FOREVER
    volume: 1.0
    mute: false
    stopTime: 0s
    media: Media {
        source: "{__DIR__}areyouracist.wav"
    }
};

Stage {
    title: "meu barulhinho - MIDI file"
    width: 250
    height: 80
    scene: Scene {
        content: HBox{
            spacing: 10
            content: [
                SwingButton {
                    text: "play"
                    action: function() {
                        player.play();
                    },
                },
                SwingButton {
                    text: "pause"
                    action: function() {
                        player.pause();
                    }
                }]
        }
    }
};
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
hobbles (8 views)
2013-05-22 00:54:55

cubemaster21 (75 views)
2013-05-17 21:29:12

alaslipknot (87 views)
2013-05-16 21:24:48

gouessej (116 views)
2013-05-16 00:53:38

gouessej (111 views)
2013-05-16 00:17:58

theagentd (122 views)
2013-05-15 15:01:13

theagentd (111 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (178 views)
2013-05-12 17:10:36

kutucuk (176 views)
2013-05-12 15:36:09
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.068 seconds with 21 queries.