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!

Recent content by banditburg

  1. banditburg

    Projector Closing?

    I was under the impression that javascript only worked over the internet and not in prohectors. I think I have worked it out though: fscommand("quit"); This SHOULD do the trick :-) Bandit,
  2. banditburg

    Not another boring question!!!!

    It doesn't matter now! I've worked it out. I just thought for one moment that when you do '_root.loadMovie("blarblar",1);' that it keeps the old framerate of the first movie. Bandit,
  3. banditburg

    Projector Closing?

    Hello, how do I make a projector close? I have a game. It is fullscreen and I have disabled the escape key so that it cannot normally be exited. In my game, I have an exit button. How do I make this button close the whole projector. will '_root.unloadMovie();' work? Thanks Bandit,
  4. banditburg

    array is emptied when print action called

    Why don't you try backing up the array before you use the print command, then just load the array back into your movie. You can do this by sending it to a file or just packing it into another identical array (maybe?). If the array isen't too large then you could try sending bits or the array to...
  5. banditburg

    Not another boring question!!!!

    Hello, I have a problem... How do I change the frame rate of a movie once in it?? Is there an fscommand, like: fscommand("Framerate",48); Cracks are starting to appear at the edges of my screen from contact with my fist because of stress! Thanx Bandit,
  6. banditburg

    Interactive Movies

    I worked out how to fix my problem, thanks... does my signature work? if not, do you know why? I'm trying to get *img http://homepage.ntlworld.com/chris.r.sweet/immortal.bmp* to work, do gifs only work? Bandit,
  7. banditburg

    Browser Shake

    Can someone tell me how to make the browser shake using action script(fsCommands?), please? Thanks.
  8. banditburg

    B&W Fading

    You might need to distribute each diffrent section of colour to a seperate layer, because I don't think flash can do multiple colours on the same layer. This is easyly done in Flash MX but you'll have to do it manually in Flash 5.
  9. banditburg

    Interactive Movies

    Hello, I want to add a short movie at the start of a game I am making. This movie is a serperate .SWF file. I've got it to play in its own scene but how can I make the game continue to play when that movie is finished? Thanks PS. If anybody knows, how do you add pictures to your signature like...
  10. banditburg

    preloader

    This is because when you play your movie, it only take half a sec to load because it's on a local machine, on the internet it won't just flash up.
  11. banditburg

    preloader

    A Preloader is simple. Basicly it's just a movie that dosen't do anything until the movie has progressed in loading. All you need to do is: 1) Create a new scene in a current project. You could name this scene "Preloader" to help you navigate. 2) Select the rectangle tool and draw a...
  12. banditburg

    FsCommands

    And easy, well - for experts, task. Can someone please make a list of all the fscommands (or just the most useful ones). Thanks in advance! Bandit
  13. banditburg

    Simple Question Needs Simple Answer

    Is Flash MX Trial [b]cutdown[b] in any way at all?
  14. banditburg

    Opening flash programs from flash?

    I would like to create a multi selection program that opens up other programs that I have made in flash. How do I open other files from flash (I bet you there some sort of easy-to-do function right under my nose).
  15. banditburg

    Need help with plotting x, y!

    Thanks loads! I've got my program working fine now. That coding is really helpful. This makes lots of sense. _x+=Math.cos(Math.PI/180*(_rotation))*speed; _y+=Math.sin(Math.PI/180*(_rotation))*speed; I just didn't know how to use functions like this! Thanks for enligtening me!

Part and Inventory Search

Back
Top