The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsit gives a syntax error
if (ball_mc._x > (video)) {
its as2 btw
At 7/21/09 02:22 PM, robin1232 wrote: it gives a syntax error
if (ball_mc._x > (video)) {
its as2 btw
I don't think you know what you're doing.
Anyways,
if(ball_mc._x >(video._x)){
?
I know what Im doing, this is just the part with the error, and video is a variable I declared earlier in the script, if video._x was the problem, it would give a different error
Works fine with me. Seriously, give more info!
Saying "gays dis kode isnt working" and posting a line of code really is stupid.
video = 1;
if (ball_mc._x > (video)) {
trace("hi");
}; At 7/21/09 02:36 PM, WhoknowsmeaUdiO wrote: Works fine with me. Seriously, give more info!
Saying "gays dis kode isnt working" and posting a line of code really is stupid.
video = 1;
if (ball_mc._x > (video)) {
trace("hi");
};
I dont know what you did, but that worked...
I copy pasted that second line into my script and it started working
At 7/21/09 02:38 PM, robin1232 wrote: I dont know what you did, but that worked...
I copy pasted that second line into my script and it started working
Evidence you don't have a clue what you're doing. Moar infoes next time please!