Show Posts

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.


Messages - Justin

Pages: 1 ... 198 199 200 201 202
2986
Old Bugs (1.x/2.x) / Re: Drawing Colors not working?
« on: April 28, 2011, 10:06:59 pm »
Fixed. One method required a 4-byte uint for the color, so I applied a bitmask to "restore" the original color for that one method.

(This bug only happens when calling fillRect with a normal blendmode and 100% opacity.)

2987
Shared Resources / Re: KungFuFurby's Music Works
« on: April 28, 2011, 08:10:01 am »
Quote
...and some others which have since apparently fallen into obscurity (I have no idea if these will ever get back on their feet). The following appear to have done just that.
Project "Roasted Jelly" by Justin (AKA DQ-Like RPG)
I can assure you that I haven't forgotten about this, and definitely plan to continue development.

2988
I've committed the change. Thanks for your help, Alexin.

2989
Yeah, I get the technical aspect (maybe it doesn't seem like that from my last post.. I realize that I referred to each of the uint's digits as bits.. >_< ). I was just thinking, should the bitmask be applied immediately when the color is set, or for each drawing operation? If we never actually use the alpha component of the color, it would make sense to apply the bitmask right away.

2990
It seems that this happens because colors are stored as 8 bits, while Graphics:beginFill() should be passed a 6 bit color. What would be the best way to fix this? It seems that opacity is generally applied through color transforms, so is there a need for the extra two bits (the alpha)?

edit:
a post I found on the issue.

http://sourceforge.net/tracker/?func=detail&aid=2801592&group_id=98962&atid=622645

2991
Ask a Question / Re: Do after in a global custom block
« on: April 21, 2011, 05:04:44 pm »
Unless the preview code puts spaces where it shouldn't (such as in the middle of an increment sign "+ +"), I think it should work.

The wait time goes on the line after the functions closing curly brace. Replace thousandthsOfSecondsToWait with a var or number. Use "1000 * (...)" to work with seconds, just like the doAfter block.

2992
I found two fonts called "Handwriting," both uploaded by Ceric. I can see them, but when I view their page, they appear to be private.

edit: They're only visible on the Featured resources page.

2993
Ask a Question / Re: Do after in a global custom block
« on: April 21, 2011, 03:48:44 pm »
Hm.. I did this recently, but it's in code.

Code: [Select]
var t:TimedTask = new TimedTask
(
function(timeTask:TimedTask):void
{
//code to process goes here
},
thousandthsOfSecondsToWait,
false
);
(FlxG.state as GameState).addTask(t);

2994
Resolved Questions / Re: Can't sign in to StencylWorks
« on: April 20, 2011, 11:45:20 pm »
Thanks, Jon. I copied that over and it worked.

2995
Resolved Questions / Re: Can't sign in to StencylWorks
« on: April 20, 2011, 11:27:03 pm »
All I brought over was games. However, I did just realize that there was another error indicating that I was missing my boot.txt file.

ERROR:  'Stream closed'
java.io.FileNotFoundException: C:\Users\Justin\My Dropbox\StencylWorks Workspace
\stencylworks-prefs\boot.txt (The system cannot find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileWriter.<init>(Unknown Source)
        at stencyl.sw.util.Loader.writeLocalDictionary(Loader.java:309)
        at stencyl.sw.Session.save(Session.java:209)
        at stencyl.sw.app.App.appStarting(App.java:272)
        at stencyl.sw.SW.finalizeWindow(SW.java:515)
        at stencyl.sw.SW.showWindow(SW.java:532)
        at stencyl.sw.SW.get(SW.java:171)
        at stencyl.sw.SW$1.run(SW.java:160)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

2996
Old Bugs (1.x/2.x) / Re: Menu Lines 2011: We're back!
« on: April 20, 2011, 11:19:22 pm »
I'm seeing this on Win 7. I've actually been experiencing it for a while, but it kept slipping my mind to post about it.

2997
Resolved Questions / Can't sign in to StencylWorks
« on: April 20, 2011, 11:17:25 pm »
Just downloaded the latest version and installed for the first time.

I was presented the Sign In screen when I first opened sw, and I entered in my username/password. I couldn't access StencylForge, so I tried opening the Sign In dialog from the File menu. When I try to open the dialog, this appears in the console.

[LOG] Action: Sign In / Sign Up
[ERR] Could not sign in because of networking issues.
[ERR] 1) You could connect to our servers, located at http://www.stencyl.com.
[ERR] 2) Our servers are down.
[ERR] 3) Our servers have moved, and your DNS cache has not been updated.
java.io.FileNotFoundException: http://www.stencyl.com//sw/auth/
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at stencyl.sw.util.net.Uploader.sendNow(Uploader.java:192)
        at stencyl.sw.app.tasks.AuthenticateTask.doInBackground(AuthenticateTask.java:49)
        at stencyl.sw.app.tasks.AuthenticateTask.doInBackground(AuthenticateTask.java:22)
        at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

2998
Windows / Mac / Flash / HTML5 / Re: The Binding Force
« on: April 17, 2011, 12:21:42 am »
It seems like I've been waiting forever to play this. The wait was worth it though. Just played through to the end of the demo, and it was fantastic. I'm just itching to keep on exploring...

2999
Resolved Questions / Re: Have you used Pencyl?
« on: April 13, 2011, 11:50:13 pm »
I have used it, but I usually have the default image editor set to MS Paint, unless I need to deal with transparency.

3000
Resolved Questions / Re: Returning Actor custom block.
« on: April 11, 2011, 04:01:58 pm »
Exactly as LH said. Take a code block, and type "return null;" without the quotes.

Pages: 1 ... 198 199 200 201 202