A Flash Developer Resource Site

Search:

Type: Posts; User: problems4me

Page 1 of 20 1 2 3 4

Search: Search took 0.45 seconds.

  1. Basic game structure (fixing choppiness)

    Hi there,

    I just need a few pointers in the right direction.

    Currently my game works by looping between two frames quickly, with variables and positions of movie clips being updated in each...
  2. Replies
    0
    Views
    832

    Filling in on the fly - help please!

    Hi, I'm coming back to flash after a long absence, thought I would try and replicate this classic game to get the juices flowing again:

    http://ww12.freearcade.com/Fillit.jav/Fillit.html

    My...
  3. Uploading image from contents of a movie clip

    Hi, wanting to upload an image (gif probably) from the dynamic content of a specific movie clip within a swf file.

    Any pointers on how to do this would be great, I'm at a loss! :cap:
  4. Replies
    2
    Views
    777

    Well... I think it's more than just a page. Very...

    Well... I think it's more than just a page. Very well laid out, very easy to use and some really good music on there too.

    Flash interacts with standard page layout very well. Not so sure about the...
  5. Replies
    5
    Views
    1,340

    Lol, you should use your mother tongue until your...

    Lol, you should use your mother tongue until your English is good enough. Kinda cute though. Intro is awful but made me smile.
  6. Replies
    0
    Views
    758

    Premiership Prophecy

    http://www.premiershipprophecy.com

    Have tested it as much as I can, need a few others to pass comment on it now!

    Cheers.
    P.
  7. Replies
    4
    Views
    996

    Really like your comics, maybe try a dash of...

    Really like your comics, maybe try a dash of colour on the actual layout here and there?
  8. Thread: Site check

    by problems4me
    Replies
    4
    Views
    1,081

    Anyone?

    Anyone else?? :o
  9. Thread: Site check

    by problems4me
    Replies
    4
    Views
    1,081

    Clean and user friendly is good, blah is not so...

    Clean and user friendly is good, blah is not so good. Any subtle changes that can me made to improve this aspect of the site?

    Any other comments about any aspect are welcome.

    Cheers, P.
  10. Replies
    13
    Views
    1,535

    Did 2advanced get their cloud effects from those...

    Did 2advanced get their cloud effects from those guys? Or are those guys from 2advanced? :o
  11. Thread: Site check

    by problems4me
    Replies
    4
    Views
    1,081

    Site check

    Hi,

    Working on this:

    http://www.bajungo.com/ikos

    Would appreciate feedback on all elements of site, and comments on user-friendliness etc...

    Quite a few things left for me to touch up,...
  12. Well, I feel stupid... _root[(_root.h1)]._x =...

    Well, I feel stupid...

    _root[(_root.h1)]._x = 300;

    Do the brackets account for it being a string?
    W.
  13. Move an MC whose name is stored in a variable.

    Hi All,

    A random variable name (from a specified list) is chosen and stored in the variable "h1" at the start of the movie.
    I now want to move that random variable that was selected to change...
  14. Replies
    1
    Views
    400

    removeMovieClip

    removeMovieClip(_parent.square5);

    That works great, but I want to remove all movie clips with the name square+i... I have tried several things, but for some reason I can't get all my squares to...
  15. Replies
    1
    Views
    337

    As always with these type of questions, a bit of...

    As always with these type of questions, a bit of messing around sorted it out.
    P.
  16. Replies
    1
    Views
    337

    2 nooby AS questions!

    Hey,

    1) I have a black square MC, how do I set the color to be red from AS, is it in setProperty?

    2) How do I rotate an MC with AS around it's centre?

    Cheers,
    P.
  17. Replies
    1
    Views
    589

    loadVariablesNum

    Hello,

    loadVariablesNum("/hs/script.php", 0);

    This works fine, pulling in the defined variables in this script, I want it to work like this though:

    loadVariablesNum("/hs/script.php?id=2",...
  18. Replies
    8
    Views
    1,210

    Thats exactly what I needed, thanks musicman. W.

    Thats exactly what I needed, thanks musicman.
    W.
  19. Replies
    8
    Views
    1,210

    Hi, Ok, I load up flash normally from a static...

    Hi,

    Ok, I load up flash normally from a static HTML page... How does flash tell the PHP page it is pulling the variables from what variables to pull from the database?

    w.
  20. Replies
    8
    Views
    1,210

    $query="SELECT * FROM categ WHERE id = '$var1'";...

    $query="SELECT * FROM categ WHERE id = '$var1'";
    $result=mysql_query($query);
    $ctitle=mysql_result($result,0,"name");

    $var1 is taken from the web address ie. "script.php?var1=21"
    $ctitle is a...
  21. Replies
    8
    Views
    1,210

    problems

    Hi Musicman,

    Thanks for the code, tested it out and am having problems.
    If I just put:

    $query="SELECT * FROM categ WHERE id = 1";
    $result=mysql_query($query);...
  22. Replies
    8
    Views
    1,210

    Loading dynamic variables from PHP

    Hi,

    I have successfully loaded several variables into flash from a static PHP page using the following AS and PHP:


    myvars = new LoadVars();
    myvars.onLoad = function(success) {
    argh.htmlText...
  23. <td valign = "top" ...

    The valign tag will sort you out nicely!

    K.
  24. Replies
    0
    Views
    574

    External Loader

    Hi,

    I am looking to make a flash movie that loads another flash movie depending upon the "movieid" prompted in the PHP page.

    for example:

    domain.com/movie.php?movieid=8

    The location of...
  25. Replies
    6
    Views
    479

    ok, it is open properly now, anyone signed up?...

    ok, it is open properly now, anyone signed up? Any mistakes spotted?
    Thanks,
    W.
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