Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bimmel

    Loaded variable is ignored :(

    I loaded a variabel from a URL with HTTP. It can be displayed in a dynamic text field, but when I execute this script nothings happens. loadVariablesNum ("tos_scores.php?method=output", 0); // 'row_punkte3' = var correctly loaded , above a value of 0 WORSTSCORE =...
  2. Bimmel

    loadVariablesNum() prob

    I want to load variables into my movie. Everything is fine, but I cannot handle with these vars. Maybe it sounds crazy, have a look: (flash) loadVariablesNum ("tos_scores.php?method=output", 0); namestring = phpcode; my PHP script creates the following code: phpcode=text When I put a...
  3. Bimmel

    How to unload a movie not loaded in by loadMovie() ?

    I put this an end by going into the next frame in the main timeline. In the next frame the movie does exist, so it cannot make any trouble. But I am not satisfied at all.
  4. Bimmel

    How to unload a movie not loaded in by loadMovie() ?

    I defined a onClipEvent (enterFrame) for this movie. This is movie is actually not in the part of the screen the user can see. I put this ugly movie outside of the scene because its single job is to do a looped action. I do not want to loop the root timeline. But when I order him to stop...
  5. Bimmel

    How to unload a movie not loaded in by loadMovie() ?

    I have a movie clip in my file I do not want anymore after 100 loops. When I go into the reference, it is said I only can unload movies that were loaded with loadMovie() function. So what should I do? It is not sufficient to just put the visibilty to 0. This movie do some actions I really admire...
  6. Bimmel

    just a little demand for java-pros

    I am a webmaster and can rock PHP & MYSQL & HTML, but JAVA is a no-no. I do not want to learn it just because of this little script I have to include in my page. There is only something to do with the vars, please put it a correct syntax, this function do not work at all, which means that the...
  7. Bimmel

    Changing the level of a movie instance!?

    thx for your interesting notes BUT ( sorry I really have to say BUT ;) ) I want the included move that it drags at my hidden my cursor -> so that it is actually the mouse cursor. So I put like that: onClipEvent (load) { Mouse.hide(); startDrag ("_root.fadenkreuz", true); } ^^...
  8. Bimmel

    session variables problem?

    Sorry I did a mistake! It should be: session_register("ownerID"); WITHOUT THE DOLLAR SIGN. Now we got it .. I hope ;)
  9. Bimmel

    session variables problem?

    you should use session_register("$ownerID"); PAY ATTENTION AT THE EXPLICATION MARKS!
  10. Bimmel

    Changing the level of a movie instance!?

    So far, so good: the idea of including the crosshair in a level above is pretty cool. BUT how can I edit the actions of a "content" movie which I load into the main movie? It must be done because of the startDrag() function f.e. Is it possible to define the action just in the library...
  11. Bimmel

    Changing the level of a movie instance!?

    And how do I load a movie behind? How I mentioned before "level -1" does not seem to work, the "new" movie is still over the "old" movie. :/
  12. Bimmel

    Changing the level of a movie instance!?

    I use a custom mouse cursor in my "shooting-game". I hide the win mouse cursor and drag a crosshair movie instance to the mouse cursor. My prob: When I load a movie (I must, sorry! ;P) with loadmovienum() this movie is placed over the "old" movie. This means that my...
  13. Bimmel

    How to change the property of a button?

    BIG THX! birds are not save anymore ;P
  14. Bimmel

    How to change the property of a button?

    I only please you to send me the fla-file of either the first or the second animation you made: Bimmel@atwork-clan.de thx :)
  15. Bimmel

    How to change the property of a button?

    surprise, surprise :) and now the fla-file and everything is fine =)
  16. Bimmel

    How to change the property of a button?

    Not what I wanted exactly, but my main problem is fixed in this example: - I thought of a "bird" (button) flying around like crazy. You are supposed to hit 'em to provoke an event (e.g. go to frame2). It would be nice if I get to know the way you managed your movie/button/action...
  17. Bimmel

    How to change the property of a button?

    That's not exactly what I supposed oldnewbie, probably you wrote your post during I wrote my post. :D The BIG problem is that a button that IS EMBEDED in a movie does not give me the opportunity to interact with my mouse cursor. This means, my button is frozen or something like that just for an...
  18. Bimmel

    How to change the property of a button?

    I followed your instruction. The button is now embed in a movie. BUT this is the prob. I cannot provoke a "on(release)" action of the button. The mouse cursor changes into a hand, but when I release nothing happens, although I defined a "on(release)" action. Maybe it's just...
  19. Bimmel

    How to change the property of a button?

    I want to animate a button crossing the screen in a random route. So, I decided to influence the x_position of the button randomly. However, the x_position of a button cannot be changed, only the x_position of a movie. But a movie does not have the functions of a button. So what should I do?

Part and Inventory Search

Back
Top