I am actually working on a game, and i want the cam chase object to zoom in when the player presses the aim button an to zoom out when the player releases he aim button, i wrote a script and it did not work, please here is the script, please i am so confused.
voidmain0
{
OUT_0=75;
{
if(iMouseDown(1));
{
OUT_0=55;
}
else
{
OUT_0=75;
}
}
}
Please someone should help me out.
Thanks in advance.
voidmain0
{
OUT_0=75;
{
if(iMouseDown(1));
{
OUT_0=55;
}
else
{
OUT_0=75;
}
}
}
Please someone should help me out.
Thanks in advance.