A Flash Developer Resource Site

Search:

Type: Posts; User: sybershot

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. I figured a way to do what I wanted. I basically...

    I figured a way to do what I wanted. I basically added both variables to a single variable named path, and used path within the url request.
  2. [RESOLVED] variable for URLRequest problem

    I'm sorry I have not been around, I have been away from flash for a while.
    I been building myself a website, and that takes up all my spare time.

    I have a URLRequest problem with a new as3 flash...
  3. Replies
    7
    Views
    10,480

    thanks a million 5TonsOfFlax sorry for any...

    thanks a million 5TonsOfFlax
    sorry for any confusion.
    I understand much better now, I can't thank you enough. sincerely sybershot

    ps. you assume correct all those varables are defined outside
  4. Replies
    7
    Views
    10,480

    thanks for helping 5TonsOfFlax I build a single...

    thanks for helping 5TonsOfFlax
    I build a single loop before but looping an array is driving me looppy, lol. sorry I'm trying to get this, but just can't seem to grasp the concept.
    is this any...
  5. Replies
    7
    Views
    10,480

    thanks 5TonsOfFlax, sorry I did not get back...

    thanks 5TonsOfFlax,
    sorry I did not get back sooner, I had an emergancy to deal with.
    then came back and had to shovel snow, :( no place to put it.
    don't worry about being harsh, nothing is...
  6. Replies
    7
    Views
    10,480

    as3 array loop

    I'm having trouble building an array of 8 objects, loop them, and place them on a scene. I'm getting undefined cubes
    any help would be greatly appreciated, thanks sincerely sybershot

    [CODE] var...
  7. [As3/ pv3d] trying to target verticles inside a sphere

    I am trying to target a verticles inside a sphere, to add a plane.
    My attempt is below, but it doesn't seem to work.
    Any help or suggestions will be greatly appreciated, sincerely sybershot

    ...
  8. Thread: 3d ?

    by sybershot
    Replies
    5
    Views
    814

    thanks a million pradeek and nickpolet. i will...

    thanks a million pradeek and nickpolet.
    i will post results
  9. Replies
    5
    Views
    568

    heres some common ones to get you going ...

    heres some common ones to get you going


    d.width = 90;
    d.height = 40;
    d.x = 100;
    d.y = 100;
  10. Thread: 3d ?

    by sybershot
    Replies
    5
    Views
    814

    thanks for the reply nickpolet, unfortunately I...

    thanks for the reply nickpolet,
    unfortunately I can't find any option for collada, here is what I have for choices. Any chance I can use one of them?
    mayaAscli(*.ma)
    mayaBinary(*.mb)
    move(*.mov)...
  11. Replies
    5
    Views
    568

    yes your var d is your loaders identifier but...

    yes your var d is your loaders identifier but
    your URLRequest needs its own Identifier
    take a look this example


    var request:URLRequest = new URLRequest("Details_Mockup.swf");
    var d:Loader =...
  12. Thread: 3d ?

    by sybershot
    Replies
    5
    Views
    814

    3d ?

    I have cs4 and maya 2008. if I create a wooden sign in maya, what file type/types do I need, to load it into a papervision scene?
  13. Replies
    5
    Views
    568

    this should help....

    this should help.
    http://www.iheartactionscript.com/loading-an-external-swf-in-as3/
  14. Replies
    8
    Views
    630

    just realized my mistake I was so wound up with...

    just realized my mistake I was so wound up with this I was acually changing z in the transform panel not property inspector. doah!!!!!
  15. Replies
    8
    Views
    630

    On stage I drew a square, converted it to a movie...

    On stage I drew a square, converted it to a movie clip and gave it an instance name of Ab. in the property inspector under 3D center point I left it at default (0) and tried (200)(-200)
    then in...
  16. Replies
    8
    Views
    630

    I still can not get this to trace right any...

    I still can not get this to trace right any suggestions?
  17. Replies
    8
    Views
    630

    your welcome when I trace I get 0 in the output...

    your welcome
    when I trace I get 0 in the output box for every click, useing
    trace(Ab.z); shouldent I be getting 200, -200, 200, -200 etc.
  18. Replies
    8
    Views
    630

    thanks for the reply cancerinform, how have you...

    thanks for the reply cancerinform, how have you been?
    Maybe I was not clear in my 1st post. what I'm trying to do is build a function to swap the z coordinates of a movie apon click, of that same...
  19. Replies
    8
    Views
    630

    [RESOLVED] change z cordanates

    I'm started a new project, and I seem to have a problem changing back and forth with the z cordanates.
    any help will be greatly apreciated sincerly sybershot

    ...
  20. Replies
    16
    Views
    1,184

    sorry i have not been around much i been swamped....

    sorry i have not been around much i been swamped. i have a current version of ie and ff and tey looked great in both. if you continue to notice problems start a new thread for someone with more...
  21. Replies
    16
    Views
    1,184

    your welcome. just got back from my holiday get...

    your welcome. just got back from my holiday get away, glad to see it up and working.
  22. var menu:URLRequest = new URLRequest...

    var menu:URLRequest = new URLRequest ("menue.swf");
    var menuLoader:Loader = new Loader();
    addChild(menuLoader);
    function loadComplete(e:Event):void {...
  23. Replies
    3
    Views
    692

    did not take a look at you complete code but to...

    did not take a look at you complete code
    but to hide or see a button you just change the alpha

    this.shirt_bu.alpha = (0);
    this.design_bu.alpha = (1);
  24. Replies
    16
    Views
    1,184

    here is a cs3 as3 version sorry I did not get...

    here is a cs3 as3 version
    sorry I did not get to you sooner
    I went out and just got back
    hope it helps
  25. Replies
    16
    Views
    1,184

    very nice bubble your tween is on the main...

    very nice bubble
    your tween is on the main timeline it has to be in its own movie lets say tween_mc. leave the textfield and frameLabel "home" on the main timeline
    you also will not need invisable...
Results 1 to 25 of 170
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center