How to make trigger removes script.
Hi,i want script removes when player is in trigger,but how? Here is my script,its unfinished,i dont know what to do next,so please help. :) function OnTriggerEnter (other : Collider) { if (other.tag ==...
View ArticleHave a 'Torch' script toggle on and off
So far i have searched and i have found a script which is perfect for what i am doing although there is no toggle on and off. the script is a timer which after a certain amount of time, it flickers the...
View ArticleText appear on screen when I stand over object.
let's say i have a plane. Let's just call it "floor". I want text to popup sort of like a button. I know how to do part of this. BUT I NEED IT TO CONSTANTLY CHECK F I AM OVER THE "Floor". I prefer...
View ArticleFading GUI text
Ive been looking around and from different posts I've put together a script that has a GUI text in the middle of the screen for certain amount of time. However it doesn't seem to work properly. The GUI...
View ArticleMake gameobject size always be the same
I have a 3d world, perspective camera, moving character and one gameobject, which I want to seem always the equal size on screen(for example, half of game screen size). If person is too far from that...
View Articlehow to press 2 sprites to display other 1 sprite?
Hi, all . I have 3 sprites named A,B,C. Now I wish after press A with B together, the C will appear, how to write the script? sorry my script is poor. thank you !
View ArticleHow to make a character go forward FOREVER?
I need to make a character move forward FOREVER! Please help me and also help me become a pumpkin!
View Articlehow do you switch guns from single shot to full auto?
My friend and i are just making a basic FPS game (i know very cliche) and he's made a revolver and a Thompson using blender, I've made the revolver shoot with every click but when i switch weapons to...
View Articlehow to make a game like Diablo 3
hello friends this question summarize all xD as I create the inventory system, the skill, the type of camera etc. I ask is because a lot xD but please if you could help me with most running my scripts...
View ArticleHow do i make water trigger
How Do I Make It So When You Go Under Water It Becomes blurry and foggy :( Plz Help And When You Walk Into The Water There is A Splash Sound And Splashes :D ~Thanks
View ArticleManipulate gameobjects, pick up & rotate
I am planning to have a gameobject that can be picked up by a mouse click and when the mouse is released, the object will fall. Also, i want to manipulate the object by pressing a key (X) to rotate the...
View Articlegrowing / feeding NEED HELP!!!
i have a game and i have everything set perfectly, but the most important part. I can't think of how to code it in javascript. My game is a 3rd person shooting a carrot at a rabbit. I have everything...
View ArticleHow to make trigger removes script.
Hi,i want script removes when player is in trigger,but how? Here is my script,its unfinished,i dont know what to do next,so please help. :) function OnTriggerEnter (other : Collider) { if (other.tag ==...
View ArticleHave a 'Torch' script toggle on and off
So far i have searched and i have found a script which is perfect for what i am doing although there is no toggle on and off. the script is a timer which after a certain amount of time, it flickers the...
View ArticleText appear on screen when I stand over object.
let's say i have a plane. Let's just call it "floor". I want text to popup sort of like a button. I know how to do part of this. BUT I NEED IT TO CONSTANTLY CHECK F I AM OVER THE "Floor". I prefer...
View ArticleFading GUI text
Ive been looking around and from different posts I've put together a script that has a GUI text in the middle of the screen for certain amount of time. However it doesn't seem to work properly. The GUI...
View Article