Thread: Virtual Welding
View Single Post
  #12  
Old 11-29-2011, 11:19 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by Gunderak View Post
Does anyone happen to know how to make an image fly off at a random direction?
maybe something like this?
PHP Code:
this.angle = random(0, 6.4);
this.x -= sin(this.angle)*1;
this.y -= cos(this.angle)*1; 
When I was getting used to making particle effects, I used ziro's particle editor for quick effects. The effect you're trying to achieve can easily be composed using the editor. Have a look here.
__________________
Reply With Quote