Search results

  1. BlueSin

    How would one make this?

    Graphics is not my forte. At all. I have Photoshop CS3, but I haven't bothered working with it. But how would one make something like this? The font is great, does anyone know the name? And how do you apply a gradient like that in the text? And how would you make a gradient like that shown in...
  2. BlueSin

    Surround Sound with TV??

    I bought this TV: http://www.bestbuy.com/site/olspage.jsp?skuId=7711158&type=product&productCategoryId=pcmcat95100050007&id=1138086437326 Back: And this Surround Sound System: http://www.jvc.com/product.jsp?modelId=MODL027640&pathId=30&page=1 (Was at bestbuy, picture of back no longer...
  3. BlueSin

    Delete Transparency in Flash!?

    Okay I have here a gif that I edited in photoshop, I used the magic wand to 'delete' all except for the curve. I imported it into flash, and it looks fine. However it treats the image as a square, with the transparent part part of the image, not deleted. I don't want the transparency to...
  4. BlueSin

    Flash Sonic Physics: Rate Them!

    See last post for latest. Well... here they are so far. What do you think? Controls are: Up: Look Up Down: Crouch, Roll While Moving Left: Walk/Run Left, Break While Running Right Right: Walk/Run Right, Break While Running Left Space: Jump Down + Space: Charge Down + Space ... Release Space...
  5. BlueSin

    [Programming] How can these line set a var to a non-real #?

    I have here a line from ActionScript: x = x - landy * Math.sin(1.745329E-002 * rot) / 2; In general terms, real x is assigned x minus a variable multiplied by the sine of pi/2-2 * a variable rot (rotation), all over 2. More simply: x = x - (var1*Sin( (pi/2)- 2(var2) ))/2 However, this...
  6. BlueSin

    Flash Intro Problem: Missing Text

    I have this introduction for my sonic flash project, and it looks perfect on the timeline. However, only one of the three texts appear when I preview it. Anyone know the problem? I've attached links to the swf, but the fla is about 30mb. Right now it says "Programming &" and nothing more...
  7. BlueSin

    Post you passives, anti-orbs, and aura ideas! (Rep Rewards)

    I usually am annoyed by these kind of threads, but know I find myself making one... :) Anyway, I'm looking for ideas for anti-orbs, passive spells, and auras. Quality ideas will be used for a new update of a map of mine entitled Age of Oblivion, the site is www.ageofoblivion.co.nr (looking for...
  8. BlueSin

    Sudoku!

    Sudoku! The rules of Sudoku are very simple: Fill all empty squares so that the numbers 1 to 9 appear once in each row, column and 3x3 box. Use the arrow keys to navigate throughout your board. Simply enter the number you desire in a chat message to input it. Erase by entering a 0...
  9. BlueSin

    System BlueSin's Recipe System

    The Recipe System is for items that require you to have certain items before you can buy, or 'upgrade', to another, better item. It handles many different scenarios, all demonstrated in a 'Demo Recipes' trigger. (See Below) Please Credit if used. Example Recipes: //Recipe Input: (The Buying...
  10. BlueSin

    Strange WE Error, Very Bad Problem

    I was saving my map yesterday when I got this error: Luckily I took a print screen because it didnt look familiar. It says something about a dll named 'internal'. Though nothing crashed at that point. I restarted the editor, reopened my map, and then went to test the map, but it only went...
  11. BlueSin

    World Editor Not Recognizing MDX (+rep)

    I have a set of 8 number tile models (not created by me of course, never got into modeling), yet I can't get World Editor to recognize them (yes I restarted World Editor). But I can see what they look like when I open them in Warcraft 3 Viewer. Anyone know what's wrong, or can get the attached...
  12. BlueSin

    Limited Floating Text Quantities?

    Is there a limit on how many floating texts you can have in a map? I kept trying different things in my map, and I couldnt figure out why it stopped making floating at a certain point in time, and then I thought to add waits so I could see what the hell was happening. This is what I found...
  13. BlueSin

    Nested Loop Doesn't Execute

    I have a nested loop here: function Trig_New_Puzzle_Actions takes nothing returns nothing local integer puzzle = GetRandomInt(1,3) local integer board=0 local integer row=0 loop set board=board+1 exitwhen board>12 loop set row=row+1...
  14. BlueSin

    Not enough arguments?

    Okay does anyone know why I'm getting "not enough arguments" for this line? "function CreateTextTagLocBJ takes string s, location loc, real zOffset, real size, real red, real green, real blue, real transparency returns texttag" function GetCellLoc takes integer cell, integer board returns...
  15. BlueSin

    Unable to submit maps or log in (?)

    I am unable to: 1) Edit an existing uploaded map (TheHelper said it was due to data loss when databased crashed) 2) Log In at all at Custom Map Submission. I always get 3) Submit a NEW map, as it requires log in, which isn't working for me. Thanks. :) www.ageofoblivion.tk
  16. BlueSin

    Free MySQL Host?

    I've been using 110mb.com which is great except for the fact that they've been having major server problems when it comes to MySQL based scripts like vbulletin. They won't be repaired until late December. So can anyone recommend a free MySQL host with no ads? +rep for help.
  17. BlueSin

    vBulletin Problem

    I've been toying around with vbulletin, and everything has been going smoothly and easily until now. All of a sudden when I refreshed my forum, nearly all the images were replaced with alt text (the text that happens when you highlight a picture). What could be the cause of this? Did I...
  18. BlueSin

    Flash Media Server 2

    What exactly is it? What are some of its mains features? Is it worth it? :)
  19. BlueSin

    Angle Between 2 Points In ActionScript

    Yes this is probably a very stupid question, but I never paid attention in trigonometry. How do you find the angle between two points in ActionScript (Flash programming language)? If you're unfamiliar with ActionScript, how do you find the angle between two points in general? EDIT: I wasn't...
Top