Ok.. I decided to get into cogging, to start makeing things that I want in my level, to do.. Only problem is, I've just recently started cogging, and I'm kinda having trouble. Though, I now basic C programing, so its practicly second nature.. ^_^..
Anyway.. Heres the problem.. I'm making a cog that moves a 'thing' from multible frames. (10). I made the frames in jed, but the cog just doesnt seem to work. Heres the script.
I need any feedback on this problem.. PLEASE help.. ^_^// Thanks.
[Code tags, not quotes... [img]http://forums.massassi.net/html/wink.gif[/img]]
[This message has been edited by GBK (edited February 24, 2004).]
Anyway.. Heres the problem.. I'm making a cog that moves a 'thing' from multible frames. (10). I made the frames in jed, but the cog just doesnt seem to work. Heres the script.
Code:
symbols message startup message entered thing hovercraft flex MoveSpeed=1.0 sound Hover Sound="" end #................................................................................................... code entered: MoveToFrame(hovercraft, 0, movespeed); MoveToFrame(hovercraft, 1, movespeed); MoveToFrame(hovercraft, 2, movespeed); MoveToFrame(hovercraft, 3, movespeed); MoveToFrame(hovercraft, 4, movespeed); MoveToFrame(hovercraft, 5, movespeed); MoveToFrame(hovercraft, 6, movespeed); MoveToFrame(hovercraft, 7, movespeed); MoveToFrame(hovercraft, 8, movespeed); MoveToFrame(hovercraft, 9, movespeed); end #...................................................................................................
I need any feedback on this problem.. PLEASE help.. ^_^// Thanks.
[Code tags, not quotes... [img]http://forums.massassi.net/html/wink.gif[/img]]
[This message has been edited by GBK (edited February 24, 2004).]
"Greetings young Padawan."