First GS Game!

DevilsDevils Member Posts: 561
edited November -1 in Working with GS (Mac)
Well my first GS game is almost complete just something that I started to work on while I was reading Photics book which I highly recommend. The reason for this post is because I would like to know where I could get some free music and sound effects so I could try out something simple and easy I just want to test out my App and see how it's coming along. By the way the images where made by me in PS which by the way are not that great since I am not an expert artist. After I get some of these sounds in the App I will post more on it.

Comments

  • VoidedSkyVoidedSky Member Posts: 1,095
  • DevilsDevils Member Posts: 561
    @CowTechMan how do I download the sounds? Also when I place the sound in GS do I have to place it in every scene or will placing in one scene be enough? On more thing can I place an action on top of another action? I haven't tried because I don't want to mess up what I already have.
  • VoidedSkyVoidedSky Member Posts: 1,095
    option+Click then save file as. That is how you save them. If you start a sound in one scene, it will continue throughout all of the other scenes. What do you mean by placing an action on top of another action?
    ~CTM
  • DevilsDevils Member Posts: 561
    Say I have an action when the player touches an image I want something to appear but then I want the player to touch the same place again can I have something else appear as well? Not sure if that explains it better but I hope so.
  • VoidedSkyVoidedSky Member Posts: 1,095
    I will work on a demo for you.
  • DevilsDevils Member Posts: 561
    I'm sorry CowTechMan I can't view demos don't know why but they won't load and I have the plug-in installed so not sure why they don't work.
  • chosenonestudioschosenonestudios Member Posts: 1,714
    Devils said:
    I'm sorry CowTechMan I can't view demos don't know why but they won't load and I have the plug-in installed so not sure why they don't work.

    It only works on Macs. BTW
  • VoidedSkyVoidedSky Member Posts: 1,095
    @devils, you want me to send it to you?
  • DevilsDevils Member Posts: 561
    @CowTechMan that would be awesome so I could check it out see if this App is going to work before I go to bed.
  • VoidedSkyVoidedSky Member Posts: 1,095
    whats ur email
  • DevilsDevils Member Posts: 561
    @CowTechMan my email is devilstestament360(at)Yahoo dot com I will check it out after work. Thanks a lot.
  • ThreepwoodThreepwood Member Posts: 30
    Devils, I don't know what browser you're using, but I noticed that the plug in doesn't work in Chrome. I always have to look at GameSalad demos in Safari.
  • DevilsDevils Member Posts: 561
    That's what I'm using safari and still nothing.
  • millerbrother1millerbrother1 Member Posts: 108
    Devils, I found great freeware music and sfx on FlashKit.com

    CJM
  • DevilsDevils Member Posts: 561
    @CowTechMan Thanks for the e-mail first off. Is there anyone that could help me out I need to know if I have a image and inside the image I want there to be text but when the player touches the image it needs to change to another text how can I achieve this?
  • DevilsDevils Member Posts: 561
    How do I add text? Does it have to be in a certain format?
  • DevilsDevils Member Posts: 561
    Well I got the text to show up. But they keep overlapping I want the text to show up as the image is touched.
  • VoidedSkyVoidedSky Member Posts: 1,095
    Global attributes needed: game.text_to_display

    on image:
    ---Rule when touch is pressed change attribute game.text_to_display to "Some text"

    on text actor:
    display text: game.text_to_display

    hope this helps. you can change game.text_to_display to anything, and the text actor will display it.

    ~CTM
Sign In or Register to comment.