motion blur - Help - Game Design - Forums
Tuesday, 2009-11-24, 11:13 Am
MainRegistrationLogin Welcome Guest | RSS

[New messages · Members · Forum rules · Search · RSS ]
Page 1 of 11
Forum moderator: RomsMaster 
Forums » Game Design » Help » motion blur
motion blur
mavrikgamesDate: Sunday, 2009-03-08, 3:10 Am | Message # 1
Admin
Group: Administrators
Messages: 517
Reputation: 3
Status: Offline
I want to know how to do image blur like shown in the below attached pic. I've done blur before but, not correctly like shown here. PLEASE HELP!
Attachments: narunineru.bmp(1125Kb)





 
RomsMasterDate: Sunday, 2009-03-08, 3:44 Am | Message # 2
Oderint Dum Metuant
Group: Moderators
Messages: 562
Reputation: 10
Status: Offline
What do you mean by motion blur? Fading?


 
billyroDate: Sunday, 2009-03-08, 4:58 Am | Message # 3
Game Maker
Group: Moderators
Messages: 248
Reputation: 8
Status: Offline
that's not a motion blur, that's a trail effect.
to do it, create an object and call it obj_trail
then using gml put
Code
image_speed=0
image_alpha-=0.1
if image_alpha<0
{
instance_destroy()
}
and when creating the object put
Code
var trail;
trail=instance_create(x,y,obj_trail)
trail.sprite_index=sprite_index
trail.image_index=image_index
trail.image_xscale=image_xscale




 
RomsMasterDate: Sunday, 2009-03-08, 5:29 Am | Message # 4
Oderint Dum Metuant
Group: Moderators
Messages: 562
Reputation: 10
Status: Offline
Yay, billyro saved the day!
Good job!


 
mavrikgamesDate: Sunday, 2009-03-08, 7:00 Pm | Message # 5
Admin
Group: Administrators
Messages: 517
Reputation: 3
Status: Offline
yeah, thanx billyro. biggrin




 
billyroDate: Monday, 2009-03-09, 2:00 Pm | Message # 6
Game Maker
Group: Moderators
Messages: 248
Reputation: 8
Status: Offline
No prob. biggrin
Glad to help.



 
Forums » Game Design » Help » motion blur
Page 1 of 11
Search:

Copyright MyCorp © 2009
Site managed by uCoz system