A Flash Developer Resource Site

Search:

Type: Posts; User: jonwiz

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    480

    Platform Game Development Components.

    I made two Components for easy platform game development.

    They are Wiz Skateboard & Wiz Platform.

    You just set the Skateboard instance name in the Wiz Platform Component and it will enable you...
  2. Replies
    5
    Views
    1,321

    Also, Frenzal. In your code you're using = to...

    Also, Frenzal. In your code you're using = to compare..eg: if(jumping = true) = is the assignment operator. You must use == which is the logical equality comparison.

    if(jumping == true){
    //do...
  3. Replies
    3
    Views
    1,345

    What does a broswer have to have enabled in order...

    What does a broswer have to have enabled in order to properly view an xml page which uses an xsl stylesheet to output the data to html?

    I made this page here...
  4. Replies
    7
    Views
    2,065

    People smile after yawning too..haha..I just had...

    People smile after yawning too..haha..I just had fun animating a smile.
  5. Replies
    7
    Views
    2,065

    Thanks for giving me an a+ on the concept to...

    Thanks for giving me an a+ on the concept to generate traffic. But your preceding uninvited criticism greatly decreases the likelyhood of future viewers to check it out.

    Thanks for the scientific...
  6. Replies
    7
    Views
    2,065

    Do you think an animation of someone...

    Do you think an animation of someone yawning..with sound...could trigger a yawn in you??

    Well, you can give it a try at http://www.jonwiz.com/index_flash.php in the Amusement menu under yawn test....
  7. Replies
    1
    Views
    734

    Got it working..seems when I pass the 3rd...

    Got it working..seems when I pass the 3rd argument..the Description text..to the js function..it causes the probelm. I'm leaving it descrip free for now. Cuz that's the only way ALL will work.
    ...
  8. Replies
    1
    Views
    734

    I'm grabbing art thumbs from a db using php/sql....

    I'm grabbing art thumbs from a db using php/sql. Displaying them with a for loop. Then within that for loop I assign an A HREF onClick=swapImage code...to change the source of the larger image in the...
  9. Eat all of the Roasted Soy Beans to move to the...

    Eat all of the Roasted Soy Beans to move to the next level.
  10. I found a good tut on it....

    I found a good tut on it.
    http://outsideofsociety.idz.net/
  11. Does anyone know a good tutorial or help on...

    Does anyone know a good tutorial or help on populating tiles on a gameboard using a Multidimensional Array to keep track of their row/col co-ords?



    gBoard = new Array(new...
  12. Just working on a new game. It's Nutri-Man beta...

    Just working on a new game. It's Nutri-Man beta 1.0.0 at this point..let me know any bugs or what ya think of it.

    http://www.jonwiz.com/games/nutriman.htm
  13. Replies
    1
    Views
    865

    I'm running into some problems. I used the ...

    I'm running into some problems.

    I used the
    obj = new Sound();
    obj.loadSound("bla.mp3",false);
    //then start it
    obj.start(0,100);

    That works great locally !
  14. First of all. Is it possible to specify a _root...

    First of all.
    Is it possible to specify a _root path in a clickHandler param for an FPushButton?

    2nd.
    Does the function set in the clickHandler HAVE to be on the same timeline as the Button?
    ...
  15. Replies
    1
    Views
    350

    http://www.macromedia.com/support/flash/action_scr...

    http://www.macromedia.com/support/flash/action_scripts/objects/colorsettransform.html

    Read up there.

    //Create a color object called myColor for the target myMovie
    myColor = new Color(myMovie);...
  16. Replies
    7
    Views
    607

    What do ya mean by "in general"? You could put...

    What do ya mean by "in general"?

    You could put that code on the main timeline..and have the variables show the data from a specific MC....but it wouldn't show #'s changing if the code's on one...
  17. Replies
    7
    Views
    607

    hah..sorry you're right. IT HAS TO LOOP! it's...

    hah..sorry you're right. IT HAS TO LOOP! it's gotoAndPlay(1);
  18. Replies
    7
    Views
    607

    You cant view it loading progressively. As in...

    You cant view it loading progressively. As in hmtl. But you can show the bytesLoaded of it...so the user has something to track progress.

    code is as follows:


    loadedbytes =...
  19. Replies
    4
    Views
    614

    That's how I had it before......

    That's how I had it before... http://www.jonwiz.com/oldArt.html
    But I wanted the right proportions..like the circuitboard mural should be longer width..etc..either way.
  20. Replies
    5
    Views
    495

    There's no missing steps ! As long as you dont...

    There's no missing steps !

    As long as you dont have a space after the loadScrollContent..like you did in your post...(probably a typo). And you've named your instanceName of your scrollPane ...and...
  21. Replies
    4
    Views
    614

    Thanks...but I figured out how to calculate the...

    Thanks...but I figured out how to calculate the KB of the scrollContent without an MC.



    percent = 0;

    //Set a var for the currentScrollContent...
    PaneJpg = _root.Pane.getScrollContent();
    ...
  22. Replies
    5
    Views
    495

    Auto means if it needs one...it uses one....The...

    Auto means if it needs one...it uses one....The swf is bigger than the pane forsure?
  23. Replies
    4
    Views
    614

    Is it possible to get the BytesLoaded of an image...

    Is it possible to get the BytesLoaded of an image or movie being loaded into a scrollpane?

    could I just say...
    myBytesLoaded = Pane.getBytesLoaded();

    And then have the textField in an MC...
  24. Replies
    5
    Views
    495

    Try putting the Vertical Scroll to "auto" instead...

    Try putting the Vertical Scroll to "auto" instead of true.
  25. Replies
    7
    Views
    524

    No problem.

    No problem.
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center