A Flash Developer Resource Site

Search:

Type: Posts; User: ferrari24

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thanks. Forgot to look in such an obvious place :)

    Thanks. Forgot to look in such an obvious place :)
  2. If any body could help me with this I'd really...

    If any body could help me with this I'd really appreciate it.
  3. Replies
    3
    Views
    542

    What image? What puzzle? You need to post code...

    What image? What puzzle?

    You need to post code and/or the movie itself. Please read the rules.
  4. Custom Context Menu for specific movie clips

    I am able to create a custom context menu for an entire movie, but how would I go about having a custom right click menu for individual movie clips?

    Right now the code I have is
    ...
  5. Well it reads the _rotation thing, which if...

    Well it reads the _rotation thing, which if >180° is negative, and multiplying that by -1 doesn't do anything. I guess I should try using a variable for the rotation and having a conversion to have...
  6. Problems with rotation and negative numbers

    I am working on a game where the user navigates a MC around with the arrow keys and rotates towards the direction that the user is going. There is a problem with negative degrees for _rotation of the...
  7. Thread: Poised.com

    by ferrari24
    Replies
    6
    Views
    852

    That's a really good flash website. Good job.

    That's a really good flash website. Good job.
  8. Replies
    5
    Views
    687

    Thanks for that, but I know I can't get it to...

    Thanks for that, but I know I can't get it to work. I'm questioning whether or not freewebs will even let me. But how do they do the image counters?

    I should have mentioned that I was hosting this...
  9. Replies
    5
    Views
    687

    Ok, that would help, if I knew anything about...

    Ok, that would help, if I knew anything about PHP. I have never used it in my life, so some help with that would be appreciated.

    All I want to do is make a counter that just adds 1 to whatever...
  10. Replies
    7
    Views
    787

    Can you say YTMND? And preloader? ...

    Can you say YTMND? And preloader?

    http://blueballfixed.ytmnd.com/

    Nice anyways.
  11. Replies
    0
    Views
    280

    My new baseline flash website

    I haven't spent a great deal of time on this, I just got the basic stuff down. I will add a color scheme and add all of the pages not in it right now later. I will also incorporate my flash game that...
  12. I say you try making images and actions using...

    I say you try making images and actions using motion tweens. Once you get the basics down for that, try some action script that does the motion tweening for you. Then... try using actionscript for...
  13. Um... What are you asking for exactly?

    Um... What are you asking for exactly?
  14. Replies
    5
    Views
    687

    [F8] Saving data to a website

    I am wondering how I would save data to a website, like a counter. If someone could help me by explaining how to append data to a .php or .txt file online that would be of great help. Thank you.
  15. Replies
    3
    Views
    450

    [F8] Collision Detection Problems

    I am trying to make a game that detects collision on a key press. The movie clip that I am checking for collision is a circle, and I have multiple circles that it also checks for collision. I can't...
  16. Replies
    1
    Views
    342

    Maybe if you posted your code of the source fla...

    Maybe if you posted your code of the source fla we could.

    Otherwise, do something like this:
    if(_x>=boundary){
    _x=boundary;
    }
  17. I came up with a formula to move it. I don't...

    I came up with a formula to move it. I don't understand those 1337 flash movies enough to be able to use them for my use.

    I used this for doing something like this:
  18. [F8] Move an object in a circle with action script

    How would I move a movie clip in a circle around a central point using actionscript without using rotation, by adding or subtracting from the MC's _x and _y?

    And how would I do that for an elipse?
  19. Yeah, easy. Here:

    Yeah, easy. Here:
  20. Replies
    2
    Views
    376

    [F8] Clearing Variables...

    I am working on a complex flash game with code everywhere that is un-organized, and same with all of the movie clips.

    I was wondering if there was a way to clear all of the variables and movie...
  21. Simple, here: P.S. 100x100 is very small.

    Simple, here:

    P.S. 100x100 is very small.
  22. Replies
    1
    Views
    924

    For the fading out part, just do a timer...

    For the fading out part, just do a timer function.

    In the movie clip that you are drawing, add some code like this:

    onClipEvent(load){
    timer = 0;
    }
    onClipEvent(EnterFrame){
    timer++;...
  23. Replies
    2
    Views
    400

    That means declaring them as numbers like so:...

    That means declaring them as numbers like so:
    Number([variable]);
  24. Could someone please help me with this?

    Could someone please help me with this?
  25. [F8] Prevent certain button instances from messing up a movie

    I am making a flash platform game, and I was wondering if there is a way to disable Enter from going to the next frame and Right Click from doing anything.

    I have already tried ...
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center