Draw a shape and then make it 100% transparent. Make it a button and then make the on over state solid. Copy that shape so that you have a bunch of those buttons all over your screen- Group them and then copy it to all of the Frames. Viola- a hash cursor.
Johnie-
I am confused with how the score board works, as well as the random, how does it draw the missiles, um, and how do I get the missile object to be variable a, maybe I am just tired, appreciate your help.
I recommend a start URL that loads the The game itself. The game itself must be embedded on a HTML. The HTML will contain that script. Make 3 or 4 Missle positions. Add the action in my tutorial on Javascript at http://www.koolmoves.com. You will also have to add that text area. The shapes will contain that get URL action that I have in the tutorial. I believe it was javascript: a=a+1;window.document.textarea[name].text[name]value=a;document.window.refresh.
The last thing you will do is create a URL with the game over section and replay section that will redirect them back to the opener URL.
Originally posted by BradBradleySL Johnie-
I am confused with how the score board works, as well as the random, how does it draw the missiles, um, and how do I get the missile object to be variable a, maybe I am just tired, appreciate your help.
Brad
The person who original wrote the random script named his movies tumbler1.swf; tumbler2.swf; tumbler3.swf. With the script that is there you can have up to 20 different swfs.
You probably want to name your swf's something besides tumbler. Change the script reflect that.
What the script does is looks at the date and time then generates a semi-random number from that. It then sets up an aray and then assigns it to a var.
Instead of writing the SWF to a page in standard methods it writes it to the page with the javascript write.line calls to the built in form object. Instead of the normal methods it allows you to switch the SWF on the page. This is important because we want to keep var info to keep score.
Ahhhh, now I really get it, can't translate javascript that well, but now that i look at it, after what you said I see what you mean. Thanks, i gotta study javascript more.
Yeah I have been to webmonkey, my problem with javascript and programming in general is the relation to mathematics, I can memorize all the commands, equations, and such but I have trouble reorganizing them into applications, but I will learn, never should have quit at basic, got to into photoshop and such and just stopped studying
I am in the process of learning to use Delphi, I am going to try and make a good autotracer, I know there are some really good ones out there, but they cost a fortune, I want to make my own, I think thats the great thing about programming, you can make your own programs, for what you need.
3. Move the Form above the object tag. Place it right after the <center> tag. Forms do not get placed in <script> tags. That will really screw it up.
4. The script as you have written won't do anything. The writln things were important. You must use them as they were in the original code that I posted .