Scrolling Game Development Kit Forum
SGDK Version 1 => Script => Topic started by: iluvcat on 2005-03-19, 06:45:58 PM
-
http://www.mauinteractive.com/tech_ques/scripts.doc
I have placed settings and script information into this doc that displays my attempt to do 2 things:
1: Place a nitrous boost into the game and control it with button 3, in this case, the shift button. THE PROBLEM: the bosst does not stop unless I hit the shift button again. I need it to time out after a set time.
2: The game is time based and want to start the clock when I leave home. And stop the clock once I have reached my destination. THE PROBLEM: I have an idea of what I need to do. I want to use a bar to represent the count down as it dwindels.
HELP! :? :o
-
Actually I don't think you need script for this because you could switch to a sprite whose max speed is higher and use special functions and inventory to control how long that lasts before another function is activated that switches you back to the normal sprite. But to implement it in script, you just need to have another counter to check in OnAfterMoveSprites; when it times out, you set the MoveSpeed back to 10.
It should be very easy to represent the countdown as a bar -- you already have it. Just make a global function that subtracts 1 from it every frame. You really don't need script for that.
Also, I see that you are using an Alter Inventory type function with your nitro boost -- why not just set the function to use 1 "Speed Boost" item. Then it will automatically not activate if you don't have any, and the action of the function can be "Raise Event" or whatever you want.
-
http://www.mauinteractive.com/tech_ques/problem_setting.doc
I put the settings in but received some errors. Can you confirm my settings for me. Thanks.
-
Can't download the file -- it's not found or something.
-
Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
whoa! this is OLD!
-
Why did you post to it? Did that text about the topic being old get inserted automatically by the system, or were you pointing that out to others yourself?