Jump to content
xisto Community

allstars

Members
  • Content Count

    10
  • Joined

  • Last visited

About allstars

  • Rank
    Newbie [Level 1]
  • Birthday 01/04/1993

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male
  • Location
    Romania
  • Interests
    I want to learn more about web design and programing. Also open to friendships. I want a free web hosting too.
  1. Yet again i still don't see why i still have my warning? The rules doesn't state anything about re-posting old tutorials. I even stated in the first part of the tutorial that i re-posted this "well this is an old tut. i have on a forum now i'm going to bring this in here ..." And as you can see re-posting this thread was a good idea, some of the members find this really useful, if you want us not to re-post a tutorial without the quote then make it a rule and don't give warnings from a rule you have only in your head....
  2. Hey Yordan, I know all about copyright and i never done such a thing. It's my tutorial and I posted on LG long time ago. Please investigate before you acuse someone for plagiate. If you are still not convinced it is my tutorial than tell me your username on LG and i'll pm you to proove. I think i deserve some excuses.
  3. levimage - Yes we do give all kind of products from games to software's with the help of the other website from Neoseeker Network, GameGrep, one of the latest contest is located here And we do have a list of reviewed hardware located right here Atomic0 - Yes it is old-fashioned but we just like to keep it like this so the members lurk every part of the website as fast as they can and we have some interesting futures like Neoseeker Home(You can make you own profile tab using html and css language; example right here); A large range of forums and NeoWiki(You can request a forum or NeoWiki at any time if we don't already have one) and much more, is just better if you find them yourself . I don't know how you didn't heard of Neoseeker since not only is online from 1998 but we have over 21,000,000 posts and over 500 Members and 18000 guests every day.
  4. Neoseeker is one of the largest hardcore gaming and computer enthusiast sites in the world. Neoseeker is designed to help you find information about hardware and games products. On top of providing our own inhouse computer hardware and games reviews and articles, our goal is to provide a single place from which you can search and easily find reviews on other sites in the hardware and gaming communities for all the products that you are interested in. The premise of Neoseeker is simple: provide awesome inhouse content, and bring all the articles from all the different publications into one large collection, so that its easy to find the review that you want. But Neoseeker is more than just a review aggregator and inhouse review content source, we also try to scan the articles we catalogue and recommend the ones we feel are most informative and complete. Plus, we keep tabs on how well each product is doing so that you can get a quick idea of how each product stacks up to the competition. Our product database is also more helpful in purchasing decisions. We include short descriptions of each product, along with a product shot, should one be available, so you aren't faced with just lists of meaningless names. The site is under constant development, and new products and their reviews are being indexed every day. If you have any questions, comments or suggestions, feel free to contact us. We are always open to any ideas to improve the ease of use and value of Neoseeker and welcome all commentary.
  5. Here is a simple snow script that i will show you. Its pretty nice . Let's get started. 1.Draw a snow flake. (Using circle tool) 2.Select it and conert it to a symbol ( Ctrl+F8 ). Press movie clip, but don't click "ok" yet. Where it says "Linkage" click on export for action script. 3.For identifier put in, "flake". 4.Than put in following action script: amount = 100;mWidth = Stage.width;mHeight = Stage.height;for (var i = 0; i<amount; i++) {thisFlake = this.attachMovie("flake", "flake"+i, i);with (thisFlake) {_x = Math.random()*mWidth;_y = Math.random()*mHeight;_xscale = _yscale=_alpha=40+Math.random()*60;}thisFlake.yspeed = Math.random()*2+ .1;thisFlake.increment = -0.025+Math.random()*0.05;thisFlake.onEnterFrame = function() {this.radians += this.increment;this._y += this.yspeed;this._x += Math.sin(this.radians);if (this._y>=mHeight) {this._y = -10;this._x = -10+Math.random()*mWidth;} if (this._x>=mWidth || this._x<=0) {this._y = -10;this._x = -10+Math.random()*mWidth;}}} The code is very simple. I don't think it's any need to explain. You can change the number of snowflakes by modifying : amount = 100; Hope it helped, Cheers!
  6. Hello,Before you start making your website in flash you should learn some basics in flash. Start by making buttons, and learn how flash work, the frames and all. Than find a good tutorial. I found some good ones here on Xisto.
  7. There are many usefull graphics software on internets. But for sure the payed one are the best. I used to have GIMP, a simple to use but good program for animation and image manipulation. Because I wanted better tools i raised money and bought myself Adobe Creative Suite which I consider the best graphics tools out. Photoshop, Illustrator, Flash, Dreamweaver CS3 helped me allot. I strongly recomand them but before wasting you moneys be sure you can work whit them because they are all very complex.
  8. Same here. I'm glad that they implemented the new waithing system. It's good but for people that don't want to pay i consider Mediafire better tough there is a limit of 200 mb per upload. Also, you can create an account and organize your files and scans the files before you download.
  9. I had both of the antiviruses and for me nod32 is better. Kaspersky is very limited and also is not giving enough protection, at least for me. When i had kaspersky my computer got virused like 3 times. I had to take it to repair shop. Now i have nod32 whit payed updates and never had a virus or security problems. But nod32 slows down your computer allot.I would vote for nod32.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.