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 Gasbag

  1. Gasbag

    Ultimate Loading Loop (With % couter and bytes loaded)

    OK here goes :-) Create a Layer called "actions". (Make that a habit. You don't have to do it, but it will be a mess if you don't.) Then, call the first keyframe "start" (or sumtin') you can do your initialisation code there. In the SECOND keyframe put this code: if...
  2. Gasbag

    Extra newline when loading from textfiles

    Yes, that is true, ferhelping, but the reason why i've put it in a txt file in the first place, is so i can edit it easily... if i have to put it all in one line again, then the positive effect is gone.
  3. Gasbag

    Extra newline when loading from textfiles

    Hi everybody, I have this movie that loads multiple lines from my.txt It look like this: &maintxt=<B>head<B> hi it's text but when i load it up, i get 2 newlines (<CR>) between each line... Why? The multiline option doesn't make a difference... greetz, Luc Bloom...
  4. Gasbag

    email with no browser window

    click on a flash button and Voila: there's the default mail program
  5. Gasbag

    email with no browser window

    If i haven't got IE open and i click on a getUrl(&quot;mailto:enpho@xs4all.nl&quot;); button, it opens IE and then opens outlook new message. Is there a way to prevent IE from opening? Gasbag--> Gasbag's Gas-of-the-Day: tnx again.
  6. Gasbag

    Hi Yall! Ok here it is: i'm lookin

    Hi Yall! Ok here it is: i'm looking for a simple way of conceiling buttons... I tried to lay a gigantic rect over the whole movie (used to work in Flash4) but now i can click the buttons trought that! Look at www.xs4all.nl/~enpho/mentz/index.swf to see what i mean. Choose &quot;The Game&quot; ->...
  7. Gasbag

    Links

    Maybe you could try _root in stead of _level0 Add &quot;.mainmenu&quot; or whatever if the menu is a movie It IS a movie or the main stage, isn't it? Gasbag--> Gasbag's Gas-of-the-Day: hope it helps
  8. Gasbag

    How they made this?

    He means the top-left dripples ! Beleiive it or not: it's Javascript !! check out the source of http://www.sanitec.com/en/top.cfm to find out how it's done... Gasbag-->
  9. Gasbag

    _root._width

    If i trace _root._width form a movie clip, it returns the width of that movie clip... But I want the size of the main flash movie! Anyone knows hoe to do that? Gasbag-->
  10. Gasbag

    DragonBall Z

    Kewl, have you drawn all of this yourself ??
  11. Gasbag

    Modify Instance

    He probably means that he has an image/movie and has to turn it into a button. To do this, select Modify -> Instance and select the &quot;Definition&quot; tab. then select the &quot;Button&quot; option circle, at Behaviour. The Actions tab will appear. Make sure you change the Behaviour of your...
  12. Gasbag

    Making Tutorials

    You can use all (3) my tut's on this page's tutorial page, if they're any good. I'd also like to write some tut's from now to then. My ICQ is 64474869.
  13. Gasbag

    I'm trying to make buttons start movie that starts a movie

    First create the first button and add this code On (Release) If (pressed) Begin Tell Target (&quot;/Movie_Items&quot;) Go to and Play (&quot;Show_Items&quot;) End Tell Target Else Begin Tell Target...
  14. Gasbag

    Flash is flickering in my browser

    I've expierienced that, even on my friends AMD Athlon 600, Flash flickers when it's maximized/fullscreen and there are alpha effects or tweens playing.<br>You might try to size the window down.<br>Remember: Flash is a Web-plugin, not a 2D-engine.<br><br>Gasbag--&gt;<br><A...
  15. Gasbag

    How to create banners that load randomly from remote files.

    First create a movie, e.g. BannerLoader.swf Then create the banners. They must have the same dimensions as BannerLoader.swf (400x80 is a good size), but they can be of any duration or filesize and interactive or not. Name the banner files bannerX.swf, where X is a number. The numbers of the...

Part and Inventory Search

Back
Top