QuoteOne reason is probably that with AGS, one practically never creates something dynamically.Eh. Fair enough. I was jusk asking out of curiosity.
Well, thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteOne reason is probably that with AGS, one practically never creates something dynamically.Eh. Fair enough. I was jusk asking out of curiosity.
@mysprite = Bitmap.new(filename) # Load an image from the cache
@mysprite = Bitmap.new(width, height) # Draw an empty box
class Bitmap # start class definition
def new(*args) # start method definition
if args.size == 1 # If there is only one argument
# Go get image
elsif args.size == 2 # If there are two arguments
# Draw box
end
end
end
QuoteSince I started using 7 something between like 20 and 80 percent of the time when I'm trying to load a webpage it just fails. Regardless of browser. Network is the same. Windows Firewall is turned off. Software settings are the same. Troubleshooter does not detect any issues.As that didn't happen to me, I think I can safely say that "fuck up your internet" is not a standard option of Windows 7. :p
Quote from: Ryan Timothy on Thu 07/01/2010 16:09:33Yeah, that's what's linked in the first post too. And I reiterate : I find the color scheme dreadful. But if it's been decided by a vote, I'm not going to start an uprising to convince people my opinion is better than theirs.
I haven't read through this thread since it was first created, so I can't remember what stuff we had in the beginning for ideas. But this is the design that was voted for by most people, and will be the new page. Designed by Loominous and Darth (and I believe formatted into a website form by CJ): http://www.adventuregamestudio.co.uk/Newsite/Home.aspx
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.247 seconds with 17 queries.