A Flash Developer Resource Site

Search:

Type: Posts; User: dmc99

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    1,077

    Wait! I've been testing the game several times...

    Wait! I've been testing the game several times and sometimes the audio stops, sometimes it doesn't. In the game.fla I had put your code in frame 3 main timeline (where the game actually starts). The...
  2. Replies
    7
    Views
    1,077

    Thank you so much. That did the trick - stops...

    Thank you so much. That did the trick - stops exactly where I want. I've always wondered how to do that!

    dmc
  3. Replies
    7
    Views
    1,077

    The set up in my audio swf, is it's a mc sitting...

    The set up in my audio swf, is it's a mc sitting in frame one on main timeline. Inside the mc is the audio in frame 2 set at "event, repeat 1". At the end of the audio timeline that spreads across...
  4. Replies
    7
    Views
    1,077

    Stopping audio when it loads externally (F6)

    Hi,

    I have a game with the audio script in frame 1 streaming in as follows:
    loadMovieNum("http://www.mywebsite.com/audio_assets/audio_intro_game.swf", 2);
    which loads/plays perfectly. The...
  5. Replies
    3
    Views
    493

    Hi again, I tried what you said but perhaps I...

    Hi again,

    I tried what you said but perhaps I put it in the wrong spot, and it didn't make a difference. I've pasted the code below for the movie clip. Any chance you can show me- I don't want the...
  6. Replies
    3
    Views
    493

    Thanks very much, I will try that and let you...

    Thanks very much, I will try that and let you know later if it worked!

    dmc99
  7. Replies
    3
    Views
    493

    F8 - code needed re mc in game

    Hi,

    I have a game with a stage size 600x350. I have the mc moving randomly left to right off the stage then right to left but the problem is it flies too high that the graphic is cut off at times....
  8. Replies
    3
    Views
    1,403

    Thks very much, but I'm ok with changing colors,...

    Thks very much, but I'm ok with changing colors, what I'm looking for is a game tutorial that explains the following:
    http://www.entheosweb.com/flash_games/coloring.asp

    How to make a game like...
  9. Replies
    7
    Views
    1,183

    It's ok, disregard my question above, I opened...

    It's ok, disregard my question above, I opened your file again and saw the site and codes explaining it all. Thks very much.

    dmc99
  10. Replies
    3
    Views
    1,403

    Paint Colors Game (F8)

    Does anyone know of a good tutorial or a file I can see for setting up a game
    where the user is allowed to paint objects different colors on the stage, like a drag and drop where they choose the...
  11. Replies
    7
    Views
    1,183

    Thank you, that's exactly the kind of game I'm...

    Thank you, that's exactly the kind of game I'm working on. Yours looks & works great.

    I obviously have a different list of words, in your code when you put for example:
    words[0] = ["ANAGRAM", 11,...
  12. Replies
    7
    Views
    1,183

    Word Search Games (F8)

    Does anyone know of a tutorial or some good tips as to how to go about making a word game similar to this example? http://www.thekidzpage.com/learninggames/searchword/dogsgame.html

    I already...
  13. Thank you very much, it works perfect now. By...

    Thank you very much, it works perfect now.
    By the way, your website is very impressive!
    I look forward to learning more from your expertise.

    thanks.
    dmc99
  14. I actually have that tutorial open that you...

    I actually have that tutorial open that you previously sent & have been trying to go by the steps. It is somewhat confusing for me - it does not say where to put the code whether it goes on main...
  15. Adding Sound to Drag & Drop MC with button inside (Flash8)

    Hi,

    I have a movie clip of a bell called "bell", containing a button inside of a bell called "bell_button" (with an instance name of "bell") that drags & drops on the stage upon press with the...
  16. Replies
    15
    Views
    8,501

    Thanks very much, it looks like a very good...

    Thanks very much, it looks like a very good tutorial.
    dmc
  17. Replies
    15
    Views
    8,501

    Both of your styles are completely different,...

    Both of your styles are completely different, unique and beneficial I will likely use them both for different games. I still would like to know how to load a sound file using your style Ms Paris as...
  18. Replies
    15
    Views
    8,501

    thks very much, I appreciate your hard work as...

    thks very much, I appreciate your hard work as well.
    I'll give yours a look shortly too.
    dmc
  19. Replies
    15
    Views
    8,501

    that's soo great. Thank you, it works perfectly! ...

    that's soo great. Thank you, it works perfectly!
    If you have another moment, I now want to add sound to certain objects that the car will bump into. Would I make a mc and would the code to load the...
  20. Replies
    15
    Views
    8,501

    I've uploaded it for you to review as I believe I...

    I've uploaded it for you to review as I believe I have everything how you've suggested except upper/lower text as the car moves fine with present script but just doesn't bounce off "land". Still...
  21. Replies
    15
    Views
    8,501

    Hi I tried what you said GParis, and my car still...

    Hi I tried what you said GParis, and my car still drives through the boundaries, do I leave the name "parent" or put "Player" as my movie clip is called. Have I missed something here? I have all the...
  22. Replies
    15
    Views
    8,501

    Thanks, I will try it and let you know if it...

    Thanks, I will try it and let you know if it works!

    dmc
  23. Replies
    15
    Views
    8,501

    Actionscript for making boundaries in car game

    Hello,

    I've just made a car (named "Player") as a movie clip in Flash 8, using the following code to make it move in dif directions:
    onClipEvent (load) {
    speed = 2;
    }
    onClipEvent (enterFrame)...
  24. Replies
    1
    Views
    1,427

    How to make buttons work with arrow keys

    I've made a game in Flash 8, and the player moves using the arrow keys. I'd now like to add some invisible buttons so when the player moves over them they pop out but notice that the buttons won't...
  25. Replies
    1
    Views
    372

    Buttons - sound off - actionscripting

    Hello,

    I have a button with a bit of music playing as you roll over it in the over state.
    What actionscript or behavior do I put on the button to make all sounds stop (for this button only) as...
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center