A Flash Developer Resource Site

Search:

Type: Posts; User: Steve_w_V

Page 1 of 20 1 2 3 4

Search: Search took 0.35 seconds.

  1. Replies
    2
    Views
    433

    Angle of reflection

    Hey everyone! Been a long time since I've been here, sheesh, maybe a few years.

    Anyway, since my days of flash I've moved to PHP and Pool/billiards. Since this isn't possible in PHP, wondering...
  2. Nope.

    Nope.
  3. Replies
    6
    Views
    677

    LMAO "flash is stupid" :D:D Sorry, couldn't...

    LMAO "flash is stupid" :D:D

    Sorry, couldn't help it..
  4. Click once, do something, click again, do another

    if (_global.step == "level1") {
    _root["subB"+gh].onRelease = function() {
    for (var i = 0; i<6; i++) {
    _root["text"+i].html = true;
    _root["text"+i].htmlText =...
  5. Thread: Coordinates

    by Steve_w_V
    Replies
    2
    Views
    417

    Thanks for the reply. I think that's gonna...

    Thanks for the reply.

    I think that's gonna take a bit more time than I have, but still, it's helpful. Thanks!
  6. Thread: Coordinates

    by Steve_w_V
    Replies
    2
    Views
    417

    Coordinates

    Can any of you think of a way of simulating latitude/longitude? I need to have movieclips placed on a map within MX based on an XML file. Getting the value out of the file isn't a problem, but...
  7. Replies
    1
    Views
    408

    bizump

    bizump
  8. Replies
    1
    Views
    408

    Change background color on RollOver

    Having some probs with what I thought was going to be an easy task. I have some buttons given names like bN0, bN1, etc and textfields cN0, cN1, etc. When I roll over the buttons, I'd like to change...
  9. Replies
    0
    Views
    746

    Simple XML not working...

    I'm just gettin back into Flash and into XML, so I'm a but rusty... :D

    Anyway, here's the XML code:

    <CONTINENT name="North America">
    <COUNTRY name="Canada" />
    <COUNTRY name="USA" />
    ...
  10. Replies
    17
    Views
    976

    For sure... ninja style...

    For sure... ninja style...
  11. Thread: FK Jeopardy

    by Steve_w_V
    Replies
    735
    Views
    37,964

    A studio run by snitches and/or narcotics...

    A studio run by snitches and/or narcotics officers.

    Flip
  12. Yah. I remember seeing that on TV once. :yikes:

    Yah. I remember seeing that on TV once. :yikes:
  13. Replies
    18
    Views
    1,077

    ...was something supposed to happen?

    ...was something supposed to happen?
  14. Replies
    3
    Views
    381

    There's only one textfield right? Or do you need...

    There's only one textfield right? Or do you need to have it for all the "test"+a mc's?
  15. Replies
    3
    Views
    440

    Are they in the same Flash object? Only reason I...

    Are they in the same Flash object? Only reason I could see using JS is if they are on the same webpage, and therefore, two completely different movies. If that is the case, you have to use...
  16. Replies
    2
    Views
    377

    Try checking it after is has been loaded. ...

    Try checking it after is has been loaded.

    onEnterFrame=function(){
    bytesTot = _root.jpg.getBytesTotal()
    bytesLoad = _root.jpg.getBytesLoaded()
    if(bytesLoad == bytesTot){
    trace(jpg._width)
    }
    }
  17. Replies
    3
    Views
    578

    Maybe put the txt=new LoadVars() outside the if...

    Maybe put the txt=new LoadVars() outside the if statement...?

    on (release) {
    txt = new LoadVars();
    if (lastName != "") {
    txt.firstName = firstName;
    txt.lastName = lastName;
    txt.onLoad...
  18. Replies
    2
    Views
    848

    Dang. Ok, thanks for the info.

    Dang.

    Ok, thanks for the info.
  19. Replies
    52
    Views
    2,460

    4qas67y Hmm... harder than it looks..

    4qas67y

    Hmm... harder than it looks..
  20. Replies
    2
    Views
    848

    Flash education edition?

    Not sure if this is the right place... been a while since I've posted here. Anyway, I'm lookin to buy Flash again and I am curious to know what the difference is between buying the education version...
  21. Replies
    2
    Views
    617

    What your icons do when you sleep....

    http://www.xs4all.nl/~jvdkuyp/flash/see.htm
  22. Replies
    21
    Views
    1,246

    Ahh lomo.. been a while since I've heard that. ...

    Ahh lomo.. been a while since I've heard that.

    I've been in it for a good chunk of my life. Canon EOS-3 is my baby, 2 lenses now, more to follow. Few bells and whistles to go along with it. ...
  23. Replies
    19
    Views
    1,151

    The funnier ones are in the pizza guy and...

    The funnier ones are in the pizza guy and drivers.

    I think they went around and got a list of stupid things people have done while driving and wrote em there. Seems like I've seen a vast...
  24. Replies
    67
    Views
    3,049

    For some it is a hyperactive thyroid gland...

    For some it is a hyperactive thyroid gland but for the vast majority of the population, it is laziness/stress/lack of physical activity. I don't see how someone can't see these things as child...
  25. Replies
    9
    Views
    1,175

    Noticed that too. Isn't the tag also...

    Noticed that too.

    Isn't the <font> tag also deprecated? People still use that :ick:




    Your avatars should have a battle... pooon vs. argonauta.... :D
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center