01-25-2007, 04:54 AM
|
#1
|
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,141
|
new tutorial -- Blur Transitions updated
Hey,
I posted a new tutorial (apparently 3 times). I need to edit the grammer, as tags, and upload the swf file soon. I just wanted to save it so that I can come back to it.
I'll post again when it is ready to go live.
__________________
trace("Good bye Flash.") Log.i(TAG, "Hello Droid");
|
|
|
01-25-2007, 05:27 AM
|
#2
|
|
Super Moderator
Join Date: Jul 2001
Location: NYC
Posts: 10,175
|
get it ready damn you!
|
|
|
01-25-2007, 05:45 AM
|
#3
|
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,141
|
hey....you kept IM-ing me
Okay...done!
Could someone please fix a line spacing issue in the as tags on IE (not FF).
I would like for the code to appear like this:
ActionScript Code:
import flash.filters.BlurFilter;
import mx.transitions.Tween;
import mx.transitions.easing.Strong;
var totalBlur:Number = 8;
var noBlur :Number = 0;
var blur:BlurFilter = new BlurFilter(totalBlur, totalBlur, 3);
girl_mc.filters = new Array(blur);
var blurTween:Tween;
girl_mc.onRollOver = function() {
blurTween = new Tween(blur, "blurX", Strong.easeOut, blur.blurX, noBlur, 1.0, true);
blurTween.onMotionChanged = function() {
blur.blurY = blur.blurX;
girl_mc.filters = new Array(blur);
}
}
girl_mc.onRollOut = function() {
blurTween = new Tween(blur, "blurX", Strong.easeOut, blur.blurX, totalBlur, 1.0, true);
blurTween.onMotionChanged = function() {
blur.blurY = blur.blurX;
girl_mc.filters = new Array(blur);
}
}
but no matter what i do it doesn't come out correctly.
__________________
trace("Good bye Flash.") Log.i(TAG, "Hello Droid");
Last edited by Flash Gordon; 01-25-2007 at 05:52 AM.
|
|
|
01-25-2007, 06:13 AM
|
#4
|
|
Super Moderator
Join Date: Jul 2001
Location: NYC
Posts: 10,175
|
its been approved..too late.
|
|
|
01-25-2007, 12:58 PM
|
#5
|
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 26,666
|
You should still be able to edit the article, no???
Wait... It might be problematic if we allow the article to be editable once it is published... What if somebody create a Flash tutorial and get it approved... and edit it to include some nasty pictures once it is published??? Hm...
|
|
|
01-25-2007, 06:03 PM
|
#6
|
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,141
|
I think the whole point is to allow authors to update the content. Perhaps when authors change something a simple email to Jesse notifying him of the change. I don't think blocking updates are a great thing. I've edited my a couple of times now: fixed spelling, grammer, changed words.....
But yes, I can edit the article still, but there is some display "bug" that makes IE render it differently than FF.
Cheerie-o
__________________
trace("Good bye Flash.") Log.i(TAG, "Hello Droid");
|
|
|
01-26-2007, 12:55 PM
|
#7
|
|
ActionScript.org Founder
Join Date: Nov 2000
Location: New York
Posts: 8,736
|
Quote:
Originally Posted by CyanBlue
You should still be able to edit the article, no???
Wait... It might be problematic if we allow the article to be editable once it is published... What if somebody create a Flash tutorial and get it approved... and edit it to include some nasty pictures once it is published??? Hm...
|
Authors can edit content after it's posted, but it automatically goes back into the approval queue thereafter. It therefore doesn't show up in the article indexes, etc. The only issue is, if people have bookmarked it already, their bookmarks will still work.
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Hybrid Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 08:51 AM.
///
|
|