Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Drag0n

Members
  • Posts

    1059
  • Joined

  • Last visited

    Never

Everything posted by Drag0n

  1. This would be easy to make in source, PM me later for the code, or I'll post it here.
  2. Drag0n

    Please rate

    Wow, the flowers idea is a great design. Keep it up, 8.5/10\. As Ambard said have on of the flowers on each picture be in full color, and always in different colors.
  3. You're welcome, any questions just PM me or something.
  4. @ Nubbs- 3) That would be great! pull together a band (or get yours if you have one)!
  5. http://www.google.com/coop/cse?cx=008248056092030383908:kzhyisxetcy' Use that until it gets fixed.
  6. Drag0n

    Wow! News!

    How will we describe ourselves? A tightly woven community of Eclipsers
  7. *this isnt yours to give out, please refrain from leaking* OMG! :D Looks awesome
  8. Give me the tiles and I'll compile them for you.
  9. 1) Yes 2) That's probably not allowed, but you can do a bit I guess. Ask Ninja 3) Sing the whole song.
  10. What do you mean? How about taking them and compiling them into 10 tilesets, if that's what you mean.
  11. 1) no-ip.org Make an account and follow the directions. 2) Make the ELI part of your installer, some of the files you want to install
  12. How do you make glowing text? Like flaming and glowing
  13. THERE IS NO PIC! its behind something..
  14. It pulls up picCharStatus, not a form.
  15. haha! thanks Unnown! it works, I just needed to set the interval to 1.
  16. When I click using your code nothing happens. when I click using my code it goes up + 0.01.
  17. Let me get it straight. When I press Command1 ("Start") it goes up 0.01 then nothing happens. If I press it again it goes to 0.02\. Is there a way to continually add 0.01 until someone presses stop? like a stopwatch?
  18. Yes. I am lol, too advanced? I'll try :D
  19. Still doesn't work.. here's entire code ``` 'Resets timer Private Sub Command4_Click() Label1.Caption = "" End Sub 'IS the timer Private Sub Timer1_Timer() Label1.Caption = Format(Val(Label1.Caption) + 0.01, _ "fixed") End Sub 'Starts the timer Private Sub Command1_Click() Timer1.Enabled = True Call Timer1_Timer End Sub 'Pauses the timer Private Sub Command2_Click() timer1_enabled = False Stop Timer1_Timer End Sub ```
  20. It doesn't.. sorry for bugging you lol. here I'll post it as an attachment. Nah I'll pm it to you.
  21. No. Heres a screenshot. ![](http://i43.tinypic.com/30n9b47.jpg) Nothing happens when I click on it. I want to get to that button
  22. I want to add another label, "ARCHERY"
×
×
  • Create New...