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 TouchToneTommy 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: *

  • Users: Bimmel
  • Content: Threads
  • Order by date
  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 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...
  4. 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...
  5. 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...
  6. 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