A Flash Developer Resource Site

Search:

Type: Posts; User: flashtrickster

Page 1 of 14 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,087

    THANK YOU! haha that was so simple and dumb :P

    THANK YOU! haha that was so simple and dumb :P
  2. Replies
    2
    Views
    1,087

    Why no full width!?!

    Okay, this craps been annoying me for the past whole hour. -______-

    I want the header and footer to fully expand to page width, not that extra white space at left side. Why does it keep doing...
  3. Replies
    2
    Views
    1,785

    Haha. I had wrote that post off of my ipod,...

    Haha. I had wrote that post off of my ipod, here's the example:

    Javascript:


    var map = new google.maps.Map(document.getElementById("map_canvas")],
    myOptions);

    HTML
  4. Replies
    2
    Views
    1,785

    getElementbyId inside other div?

    Im using google maps api, and need to reference a map canvas div. However in my layout, the maps div is inside content div, qnd the getelementsbyid doesnt work. How do i properly reference it???? I...
  5. Replies
    0
    Views
    1,083

    POSITIONING will not WORK!!!

    I've been aggravated with this problem for the past 2 hours. Its unbelieavable.

    I am creating a simple left column with three components, header background, middle repeating white background, and...
  6. Replies
    1
    Views
    1,110

    Thanks to 5tonsofflax for helping me out, turns...

    Thanks to 5tonsofflax for helping me out, turns out I wasnt using Flash Player 10 (thats why z wasnt working). And the rotation equation is just object.x= centerX + radiusX*Math.cos(angle)...
  7. Replies
    1
    Views
    1,110

    3d z axis not working?!!?

    Hey everyone, this is the strangest and most annoying problem ever.

    I am trying to create a 3d carousel, and so far I have managed to create a horizontal one like this:...
  8. Replies
    14
    Views
    1,972

    Okay I figured it out, just add t.i= i; That was...

    Okay I figured it out, just add t.i= i;
    That was simple.
  9. Replies
    14
    Views
    1,972

    I need to access this variable that I created in...

    I need to access this variable that I created in the for loop: var linkName = xmlData.link[i]. @ name;

    Only way I can use this variable is if I have the i, basically when the user rollsOut, a...
  10. Replies
    14
    Views
    1,972

    So should I create a seperate for loop that...

    So should I create a seperate for loop that constantly checks each xScale and sets public variables, and in my first for loop it should just adjust the depth according to the public variables?
    ...
  11. Replies
    14
    Views
    1,972

    Oh okay thanks, I'll read up more on...

    Oh okay thanks, I'll read up more on casting/classes.

    Yeah, thats exactly what I thought, what would be the best way to sort via xscale? Because I need to update the MC's index while this loop is...
  12. Replies
    14
    Views
    1,972

    Oh okay, but what is the use of doing that? ...

    Oh okay, but what is the use of doing that?

    Also, I have one more quick question. How do I convert the following line to AS3?

    this.swapDepths(Math.round(this._xscale) + 100);

    I changed it...
  13. Replies
    14
    Views
    1,972

    Whoah! Thanks a bunch, it finally works! I was...

    Whoah! Thanks a bunch, it finally works! I was trying to figure that crap out for sooo long :/ I am quite a experienced AS2 user, but when it comes to AS3 I'm getting confused with the scope haha.
    ...
  14. Replies
    14
    Views
    1,972

    Hey everyone, so im following this carousel...

    Hey everyone, so im following this carousel tutorial, but in AS3 (so i have to change some things up). And ive been stumped with a AS3 problem for way over 1 hour and 30 minutes. Basically I have a...
  15. Replies
    14
    Views
    1,972

    thanks dude! I'm gonna start a basic carousel,...

    thanks dude! I'm gonna start a basic carousel, and then try to do the change of directions component.
  16. Replies
    14
    Views
    1,972

    Calling a function from a dynamically created movieclip?

    For a task at my internship, I have to recreate a similar animation to the one on this site (with all the links). http://www.dataart.com/

    Problem is, I am not sure what this type of animation is...
  17. CS3 Oh okay, I just noticed the major problem in that...

    Oh okay, I just noticed the major problem in that solution, like you mentioned (by I quickly read it).

    I am testing it out now again, and yeah the pop up doesnt appear.

    So I guess I have to...
  18. CS3 THANK YOU! So much!!! That was a beautifully...

    THANK YOU!
    So much!!!

    That was a beautifully explained and working response! I appreciate that you took time to help me out! :) I can't believe all I had to do was change the code to...
  19. Poll: CS3 It took 3 YEARS. Thank You. Musicman, gParis, and others.

    Hello everybody on Flashkit,

    It's been well over a couple of years since I joined this great forum. Well back in 2008, I started my first ever real "programming" with Flash. And I started the...
  20. CS3 Noo dude, you didnt hear what I said. I'm loading...

    Noo dude, you didnt hear what I said. I'm loading other MC's while the movie is playing. And they're loaded higher than than the depth of the layers that are present. And I want a pop up that is...
  21. CS3 Yeah, I know if I take out the depth code it will...

    Yeah, I know if I take out the depth code it will work. But that's defeating the purpose of the pop up. My pop up needs to be at level or 3 in the movie, because I am also loading other swfs into...
  22. CS3 Well, the problem is that I the pop up shows up...

    Well, the problem is that I the pop up shows up once on frame 1, and then if I do other things in the movie like go to frame 2, and then come back to frame 1, the pop up exit button does NOT work.
    ...
  23. CS3 when X is clicked, I am changing the visibility...

    when X is clicked, I am changing the visibility of the pop up mc.
    like this
    mc._visible=false

    also when the pop up is called, its depth is also changed so its at the top of all the layers. i...
  24. CS3 [RESOLVED] This is the most annoying *** problem ever

    Hey Everyone,

    So, I've created a basic pop up mc, that is visible when a function is called. And invisble when someone clicks the X button.

    It works completely fine, except one problem. One...
  25. CS3 Oh okay, btw my game is actually a quiz game with...

    Oh okay, btw my game is actually a quiz game with levels. So i could check the time with PHP? Any other good validations I should use?

    Another question, how do I prevent a hacker from talking to...
Results 1 to 25 of 337
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center