Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drill, Exposy, Particles :(
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#12
RE: Drill, Exposy, Particles :(

(09-30-2014, 06:58 PM)Amnesiaplayer Wrote: I knowthat.... but i mean to get COlor in my particles with that CReate thing but never mind
i already finished EVERYTHING ... it took me 3/4/5 hours :S and yes Big Grin the drill things and Bucket things are finished now the only problem is... to make a bomb thing... what script do i need to drop one of the stones to the bucket, to make it EXPLODE Tongue
i already know how to place the Explosive bucket... but i can't find the drop&explode thing Sad

You could always make a stone collide with the container by making an

PHP Code: (Select All)
AddEntityCollideCallback("rock""thebucket""boom"true1);

void boom(string &in asParentstring &in asChildint alState
{



You could always check the wiki to see how everything works, cause if u take scripts right away then u won't learn anythin :/

(This post was last modified: 09-30-2014, 07:41 PM by Radical Batz.)
09-30-2014, 07:37 PM
Find


Messages In This Thread
Drill, Exposy, Particles :( - by Amnesiaplayer - 09-29-2014, 07:34 PM
RE: Drill, Exposy, Particles :( - by Mudbill - 09-30-2014, 02:45 PM
RE: Drill, Exposy, Particles :( - by Neelke - 09-30-2014, 03:44 PM
RE: Drill, Exposy, Particles :( - by Radical Batz - 09-30-2014, 07:37 PM



Users browsing this thread: 1 Guest(s)