A Flash Developer Resource Site

Search:

Type: Posts; User: RaynbowzRule

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    2,062

    Flash8 Question about bitmap image?

    Im working on a game in flash and today I noticed one of my images was red. Before it was just a regular school background, but now its just completely red. I didn't turn it red or mess with it at...
  2. Replies
    1
    Views
    950

    Flash8 Is it possible to create this clock?

    Hello. For my next Flash project I want to have a digital clock that displays 1 hour for each of our 3 minutes. So say it is 11:00. The clock in flash will display 11:00. Then it becomes 11:03 in...
  3. Replies
    6
    Views
    2,285

    Flash8 Thanks again!

    Thanks again!
  4. Replies
    6
    Views
    2,285

    Flash8 I used the longer version. Could you explain how...

    I used the longer version. Could you explain how the Jump coding works please? That way in the future I can edit/make my own codes and better understand them.
  5. Replies
    6
    Views
    2,285

    Flash8 Thank you so much! It works, but when I tested my...

    Thank you so much! It works, but when I tested my movie the output box displayed the number of the frame I went to. Will this affect my game when I publish it?
  6. Replies
    6
    Views
    2,285

    Flash8 [RESOLVED] Can my code work?

    So here is my code:

    on (release) {
    if (laserdate == 0) {
    laserdate += 1;
    gotoAndPlay("laserchat1")or ("laserchat2") or ("laserchat3") or ("laserchat4") or ("laserchat5");
    } else if...
  7. Flash8 Good/Free music loops for flash? Besides the loops here?

    I'm not sure if someone has asked this already or if there is a link somewhere on this site, but does anyone know a good website that has free music/sound loops for flash? I have browsed the loops...
  8. Flash8 I figured out what was wrong :)

    I figured out what was wrong :)
  9. Flash8 [RESOLVED] Can someone please look at my .fla file and tell me what's wrong?

    Here's the link:

    http://s000.tinyupload.com/index.php?file_id=74091712704442521459
    I'm can't figure out what is wrong with my code. When I test the file and press chat, the conversation goes...
  10. Flash8 Never mind, I figured out what was wrong. Thanks...

    Never mind, I figured out what was wrong. Thanks for helping!
  11. Flash8 Yes my variable is inside my movie clip. The file...

    Yes my variable is inside my movie clip. The file is too big for me to attach it.
  12. Replies
    2
    Views
    10,923

    Thank you :D

    Thank you :D
  13. Flash8 What does NaN mean? How do you fix this?

    Hello, I'm having trouble with my coding. Upon clicking on a button I would like my movie clip to appear and subtract 1 from my variable. My variable is called 'woo'. My movie clip is called...
  14. Replies
    2
    Views
    10,923

    Point and Click Adventure game help?

    Hi, do you know how to make a point and click adventure game/ escape game? I'm still having trouble. If someone could point me to a tutorial that would be nice. I use Flash 8 and AS2.
  15. Flash8 Is there an As3 to As2 converter? Can you convert As3 to As2?

    Hello, I just found this GREAT tutorial. Problem is, all the codes are in as3. I use as2. Is there an As3 converter that converts As3 to As2? Is this even possible?
    Heres the tutorial: ...
  16. Replies
    6
    Views
    2,069

    Flash8 I'm sorry, I do not understand the code. Could...

    I'm sorry, I do not understand the code. Could you maybe explain? I am not referring to real time, my game has a var called day that goes up to 30 days.
  17. Replies
    3
    Views
    1,480

    Flash8 Hi, thank you for responding. The code sadly...

    Hi, thank you for responding. The code sadly didn't work. It did add 10 points to my variable but instead of the number becoming 20 it became 1010.
    And the variable also still reset itself......
  18. Replies
    6
    Views
    2,069

    Flash8 How do you trace inside a movieclip?

    Hi, so I created my movieclip and gave it this code:

    onClipEvent (load) {
    if (day < 15) {
    this.gotoAndStop(1);
    } else if (day >= 15) {
    this.gotoAndStop(2);
    }
    }
  19. Replies
    3
    Views
    1,480

    Flash8 What's wrong with my code?

    Hi, I am having issues with my code:

    on (release) {
    _root.gotoAndPlay("styxgood1");
    }
    on (release) {
    exp = + 10;
    this. mymc. Styxexp = +10 ;
    }
    The problem I'm having is that 10 points...
  20. Flash8 Oh sorry :) For example: Jack has 60 convos, if...

    Oh sorry :)
    For example: Jack has 60 convos, if the player clicks on chat those convos will appear in order. If the player leaves and comes back those convos will be mixed up so the first convo may...
  21. I have Flash 8, as2

    I have Flash 8, as2
  22. Replies
    1
    Views
    882

    Flash8 How would I code this......

    Ok in my game there are 4 buttons. The player has to click the buttons in a certain order to win.
    For instance: The player has to click Button 1----> Button 3------> Button 1-------> Button...
  23. alright, i ran into a problem with the first...

    alright, i ran into a problem with the first code: After I get the key and click on the door, I cant go to level 2. Also what if my door doesnt have an animation? would I change the code?
  24. Flash8 Actually I do have another question: How do I...

    Actually I do have another question: How do I code a button to randomize conversation?
    Like how could I code Joe's chat button (from the .fla I uploaded) to mix up the conversation?
  25. Replies
    5
    Views
    2,232

    Flash8 I think I understand now, but if you could show...

    I think I understand now, but if you could show me that would be great! :)
    http://s000.tinyupload.com/index.php?file_id=01602980421989489501
    I just uploaded the menu, also my menu is 3 layers....
Results 1 to 25 of 71
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center